COLOR #5F884E

HEX: #5F884E
RGB: (95,136,78)

Color info

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

RGB color model

#5F884E color RGB value is (95,136,78).

  • red value is 95;
  • green value is 136;
  • blue value is 78.
RGB:
(95,136,78)
(37%,53%,31%)

RGB channels and saturation

R 95 of 255 = 37%
G 136 of 255 = 53%
B 78 of 255 = 31%

95
136
78

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

Portions of RGB colors in percentages

R + G + B =
95 + 136 + 78 = 309 (100%)
R 95 of 309 ~ 30.74%
G 136 of 309 ~ 44.01%
B 78 of 309 ~ 25.24%

%30.74
%44.01
%25.24

CMYK color model

#5F884E color CMYK value is (30,0,43,47).

  • cyan value is 30.15%
  • magenta value is 0.00%
  • yellow value is 42.65%
  • key color value is 46.67%
CMYK:
(30,0,43,47)
C30M0Y43K47 
(30%,0%,43%,47%)
(0.30/0.00/0.43/0.47)	

CMYK percentages

%30.15
%0
%42.65
%46.67

Codes

Color #5F884E in popluar color models

5F884E
RGB9513678
HSL102°27.10%41.96%
HSB/HSV102°42.65%53.33%
CMYK30.15%0.00%42.65%
46.67%

Color #5F884E in popluar number systems.

HEX5F884E
Decimal9513678
Binary1011111100010001001110
Octal137210116

Shades and tints

Shades of #5F884E

#5F884E
(95,136,78)
#577C47
(87,124,71)
#4F7040
(79,112,64)
#476439
(71,100,57)
#3F5832
(63,88,50)
#374C2B
(55,76,43)
#2F4024
(47,64,36)
#27341D
(39,52,29)
#1F2816
(31,40,22)
#171C0F
(23,28,15)
#0F1008
(15,16,8)
#000000
(0,0,0)

Tints of #5F884E

#5F884E
(95,136,78)
#6D925E
(109,146,94)
#7B9C6E
(123,156,110)
#89A67E
(137,166,126)
#97B08E
(151,176,142)
#A5BA9E
(165,186,158)
#B3C4AE
(179,196,174)
#C1CEBE
(193,206,190)
#CFD8CE
(207,216,206)
#DDE2DE
(221,226,222)
#EBECEE
(235,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F884E color. Also use rgb(95,136,78) instead hex code.

Text Font Color

.myTextColor { color: #5F884E; }

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

This text font color is #5F884E.


Background Color

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

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

This div background color is #5F884E.


Border color

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

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

This div border color is #5F884E.


Opacity

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

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

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

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

This text has shadow with #5F884E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F884E on black background.


Color preview on white background

This text has color #5F884E on white background.



Black color preview on #5F884E background

This text has black color on #5F884E background.


White color preview on #5F884E background

This text has white color on #5F884E background.