COLOR #5FA257

HEX: #5FA257
RGB: (95,162,87)

Color info

#5FA257 contains mainly green color. Web safe color of #5FA257 is #669966 (or #696).

RGB color model

#5FA257 color RGB value is (95,162,87).

  • red value is 95;
  • green value is 162;
  • blue value is 87.
RGB:
(95,162,87)
(37%,64%,34%)

RGB channels and saturation

R 95 of 255 = 37%
G 162 of 255 = 64%
B 87 of 255 = 34%

95
162
87

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

Portions of RGB colors in percentages

R + G + B =
95 + 162 + 87 = 344 (100%)
R 95 of 344 ~ 27.62%
G 162 of 344 ~ 47.09%
B 87 of 344 ~ 25.29%

%27.62
%47.09
%25.29

CMYK color model

#5FA257 color CMYK value is (41,0,46,36).

  • cyan value is 41.36%
  • magenta value is 0.00%
  • yellow value is 46.30%
  • key color value is 36.47%
CMYK:
(41,0,46,36)
C41M0Y46K36 
(41%,0%,46%,36%)
(0.41/0.00/0.46/0.36)	

CMYK percentages

%41.36
%0
%46.3
%36.47

Codes

Color #5FA257 in popluar color models

5FA257
RGB9516287
HSL114°30.12%48.82%
HSB/HSV114°46.30%63.53%
CMYK41.36%0.00%46.30%
36.47%

Color #5FA257 in popluar number systems.

HEX5FA257
Decimal9516287
Binary1011111101000101010111
Octal137242127

Shades and tints

Shades of #5FA257

#5FA257
(95,162,87)
#579450
(87,148,80)
#4F8649
(79,134,73)
#477842
(71,120,66)
#3F6A3B
(63,106,59)
#375C34
(55,92,52)
#2F4E2D
(47,78,45)
#274026
(39,64,38)
#1F321F
(31,50,31)
#172418
(23,36,24)
#0F1611
(15,22,17)
#000000
(0,0,0)

Tints of #5FA257

#5FA257
(95,162,87)
#6DAA66
(109,170,102)
#7BB275
(123,178,117)
#89BA84
(137,186,132)
#97C293
(151,194,147)
#A5CAA2
(165,202,162)
#B3D2B1
(179,210,177)
#C1DAC0
(193,218,192)
#CFE2CF
(207,226,207)
#DDEADE
(221,234,222)
#EBF2ED
(235,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FA257 color. Also use rgb(95,162,87) instead hex code.

Text Font Color

.myTextColor { color: #5FA257; }

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

This text font color is #5FA257.


Background Color

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

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

This div background color is #5FA257.


Border color

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

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

This div border color is #5FA257.


Opacity

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

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

Text with #5FA257 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 #5FA257;}

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

This text has shadow with #5FA257 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FA257 on black background.


Color preview on white background

This text has color #5FA257 on white background.



Black color preview on #5FA257 background

This text has black color on #5FA257 background.


White color preview on #5FA257 background

This text has white color on #5FA257 background.