COLOR #5FB491

HEX: #5FB491
RGB: (95,180,145)

Color info

#5FB491 contains mainly green and blue colors. Web safe color of #5FB491 is #66CC99 (or #6C9).

RGB color model

#5FB491 color RGB value is (95,180,145).

  • red value is 95;
  • green value is 180;
  • blue value is 145.
RGB:
(95,180,145)
(37%,71%,57%)

RGB channels and saturation

R 95 of 255 = 37%
G 180 of 255 = 71%
B 145 of 255 = 57%

95
180
145

R + G + B ~ 55%. #5FB491 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
95 + 180 + 145 = 420 (100%)
R 95 of 420 ~ 22.62%
G 180 of 420 ~ 42.86%
B 145 of 420 ~ 34.52%

%22.62
%42.86
%34.52

CMYK color model

#5FB491 color CMYK value is (47,0,19,29).

  • cyan value is 47.22%
  • magenta value is 0.00%
  • yellow value is 19.44%
  • key color value is 29.41%
CMYK:
(47,0,19,29)
C47M0Y19K29 
(47%,0%,19%,29%)
(0.47/0.00/0.19/0.29)	

CMYK percentages

%47.22
%0
%19.44
%29.41

Codes

Color #5FB491 in popluar color models

5FB491
RGB95180145
HSL155°36.17%53.92%
HSB/HSV155°47.22%70.59%
CMYK47.22%0.00%19.44%
29.41%

Color #5FB491 in popluar number systems.

HEX5FB491
Decimal95180145
Binary10111111011010010010001
Octal137264221

Shades and tints

Shades of #5FB491

#5FB491
(95,180,145)
#57A484
(87,164,132)
#4F9477
(79,148,119)
#47846A
(71,132,106)
#3F745D
(63,116,93)
#376450
(55,100,80)
#2F5443
(47,84,67)
#274436
(39,68,54)
#1F3429
(31,52,41)
#17241C
(23,36,28)
#0F140F
(15,20,15)
#000000
(0,0,0)

Tints of #5FB491

#5FB491
(95,180,145)
#6DBA9B
(109,186,155)
#7BC0A5
(123,192,165)
#89C6AF
(137,198,175)
#97CCB9
(151,204,185)
#A5D2C3
(165,210,195)
#B3D8CD
(179,216,205)
#C1DED7
(193,222,215)
#CFE4E1
(207,228,225)
#DDEAEB
(221,234,235)
#EBF0F5
(235,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FB491 color. Also use rgb(95,180,145) instead hex code.

Text Font Color

.myTextColor { color: #5FB491; }

<p style="color:#5FB491">This sample text font color is #5FB491.</p>

This text font color is #5FB491.


Background Color

.myBgColor { background-color: #5FB491; }

<div style="background-color:#5FB491">Inner text</div>

This div background color is #5FB491.


Border color

.myBorderColor { border: 1px solid #5FB491; }

<div style="border:3px solid #5FB491">Div</div>

This div border color is #5FB491.


Opacity

.myOpacity80 { color: #5FB491; opacity: 0.8; }

<p style="color:#5FB491;opacity:0.8;">80%</p>

Text with #5FB491 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #5FB491;}

<p style="text-shadow: 3px 3px 1px #5FB491">Text here.</p>

This text has shadow with #5FB491 color.

.textShadow {text-shadow: 3px 3px 1px #5FB491, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #5FB491, 5px 5px 20px red">Text here.</p>

This text has shadow with #5FB491 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#5FB491, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#5FB491, Direction=45, Strength=4)">Text</p>

This text has shadow with #5FB491 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #5FB491;
  -webkit-box-shadow:	1px 1px 3px 2px #5FB491;
  box-shadow:		1px 1px 3px 2px #5FB491;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #5FB491;
-webkit-box-shadow: 1px 1px 3px 2px #5FB491;
box-shadow:1px 1px 3px 2px #5FB491;">
Div content here</div>
This div box has shadow with color #5FB491.

Preview

Color preview on black background

This text has color #5FB491 on black background.


Color preview on white background

This text has color #5FB491 on white background.



Black color preview on #5FB491 background

This text has black color on #5FB491 background.


White color preview on #5FB491 background

This text has white color on #5FB491 background.