COLOR #5F9257

HEX: #5F9257
RGB: (95,146,87)

Color info

#5F9257 contains red, green and blue colors in about the same proportion. Web safe color of #5F9257 is #669966 (or #696).

RGB color model

#5F9257 color RGB value is (95,146,87).

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

RGB channels and saturation

R 95 of 255 = 37%
G 146 of 255 = 57%
B 87 of 255 = 34%

95
146
87

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

Portions of RGB colors in percentages

R + G + B =
95 + 146 + 87 = 328 (100%)
R 95 of 328 ~ 28.96%
G 146 of 328 ~ 44.51%
B 87 of 328 ~ 26.52%

%28.96
%44.51
%26.52

CMYK color model

#5F9257 color CMYK value is (35,0,40,43).

  • cyan value is 34.93%
  • magenta value is 0.00%
  • yellow value is 40.41%
  • key color value is 42.75%
CMYK:
(35,0,40,43)
C35M0Y40K43 
(35%,0%,40%,43%)
(0.35/0.00/0.40/0.43)	

CMYK percentages

%34.93
%0
%40.41
%42.75

Codes

Color #5F9257 in popluar color models

5F9257
RGB9514687
HSL112°25.32%45.69%
HSB/HSV112°40.41%57.25%
CMYK34.93%0.00%40.41%
42.75%

Color #5F9257 in popluar number systems.

HEX5F9257
Decimal9514687
Binary1011111100100101010111
Octal137222127

Shades and tints

Shades of #5F9257

#5F9257
(95,146,87)
#578550
(87,133,80)
#4F7849
(79,120,73)
#476B42
(71,107,66)
#3F5E3B
(63,94,59)
#375134
(55,81,52)
#2F442D
(47,68,45)
#273726
(39,55,38)
#1F2A1F
(31,42,31)
#171D18
(23,29,24)
#0F1011
(15,16,17)
#000000
(0,0,0)

Tints of #5F9257

#5F9257
(95,146,87)
#6D9B66
(109,155,102)
#7BA475
(123,164,117)
#89AD84
(137,173,132)
#97B693
(151,182,147)
#A5BFA2
(165,191,162)
#B3C8B1
(179,200,177)
#C1D1C0
(193,209,192)
#CFDACF
(207,218,207)
#DDE3DE
(221,227,222)
#EBECED
(235,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F9257; }

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

This text font color is #5F9257.


Background Color

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

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

This div background color is #5F9257.


Border color

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

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

This div border color is #5F9257.


Opacity

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

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

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

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

This text has shadow with #5F9257 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F9257 on black background.


Color preview on white background

This text has color #5F9257 on white background.



Black color preview on #5F9257 background

This text has black color on #5F9257 background.


White color preview on #5F9257 background

This text has white color on #5F9257 background.