COLOR #5F8E5B

HEX: #5F8E5B
RGB: (95,142,91)

Color info

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

RGB color model

#5F8E5B color RGB value is (95,142,91).

  • red value is 95;
  • green value is 142;
  • blue value is 91.
RGB: (95,142,91) (37%,56%,36%)

RGB channels and saturation

R 95 of 255 = 37%
G 142 of 255 = 56%
B 91 of 255 = 36%

95
142
91

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

Portions of RGB colors in percentages

R + G + B =
95 + 142 + 91 = 328 (100%)
R 95 of 328 ~ 28.96%
G 142 of 328 ~ 43.29%
B 91 of 328 ~ 27.74%

%28.96
%43.29
%27.74

CMYK color model

#5F8E5B color CMYK value is (33,0,36,44).

  • cyan value is 33.10%
  • magenta value is 0.00%
  • yellow value is 35.92%
  • key color value is 44.31%
CMYK: (33,0,36,44) C33M0Y36K44 (33%,0%,36%,44%) (0.33/0.00/0.36/0.44)

CMYK percentages

%33.1
%0
%35.92
%44.31

Codes

Color #5F8E5B in popluar color models

5F8E5B
RGB9514291
HSL115°21.89%45.69%
HSB/HSV115°35.92%55.69%
CMYK33.10%0.00%35.92%
44.31%

Color #5F8E5B in popluar number systems.

HEX5F8E5B
Decimal9514291
Binary1011111100011101011011
Octal137216133

Shades and tints

Shades of #5F8E5B

#5F8E5B
(95,142,91)
#578253
(87,130,83)
#4F764B
(79,118,75)
#476A43
(71,106,67)
#3F5E3B
(63,94,59)
#375233
(55,82,51)
#2F462B
(47,70,43)
#273A23
(39,58,35)
#1F2E1B
(31,46,27)
#172213
(23,34,19)
#0F160B
(15,22,11)
#000000
(0,0,0)

Tints of #5F8E5B

#5F8E5B
(95,142,91)
#6D9869
(109,152,105)
#7BA277
(123,162,119)
#89AC85
(137,172,133)
#97B693
(151,182,147)
#A5C0A1
(165,192,161)
#B3CAAF
(179,202,175)
#C1D4BD
(193,212,189)
#CFDECB
(207,222,203)
#DDE8D9
(221,232,217)
#EBF2E7
(235,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F8E5B color. Also use rgb(95,142,91) instead hex code.

Text Font Color

.myTextColor { color: #5F8E5B; }

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

This text font color is #5F8E5B.


Background Color

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

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

This div background color is #5F8E5B.


Border color

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

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

This div border color is #5F8E5B.


Opacity

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

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

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

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

This text has shadow with #5F8E5B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #5F8E5B on black background.


Color preview on white background

This text has color #5F8E5B on white background.



Black color preview on #5F8E5B background

This text has black color on #5F8E5B background.


White color preview on #5F8E5B background

This text has white color on #5F8E5B background.