COLOR #5F865E

HEX: #5F865E
RGB: (95,134,94)

Color info

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

RGB color model

#5F865E color RGB value is (95,134,94).

  • red value is 95;
  • green value is 134;
  • blue value is 94.
RGB:
(95,134,94)
(37%,53%,37%)

RGB channels and saturation

R 95 of 255 = 37%
G 134 of 255 = 53%
B 94 of 255 = 37%

95
134
94

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

Portions of RGB colors in percentages

R + G + B =
95 + 134 + 94 = 323 (100%)
R 95 of 323 ~ 29.41%
G 134 of 323 ~ 41.49%
B 94 of 323 ~ 29.1%

%29.41
%41.49
%29.1

CMYK color model

#5F865E color CMYK value is (29,0,30,47).

  • cyan value is 29.10%
  • magenta value is 0.00%
  • yellow value is 29.85%
  • key color value is 47.45%
CMYK:
(29,0,30,47)
C29M0Y30K47 
(29%,0%,30%,47%)
(0.29/0.00/0.30/0.47)	

CMYK percentages

%29.1
%0
%29.85
%47.45

Codes

Color #5F865E in popluar color models

5F865E
RGB9513494
HSL119°17.54%44.71%
HSB/HSV119°29.85%52.55%
CMYK29.10%0.00%29.85%
47.45%

Color #5F865E in popluar number systems.

HEX5F865E
Decimal9513494
Binary1011111100001101011110
Octal137206136

Shades and tints

Shades of #5F865E

#5F865E
(95,134,94)
#577A56
(87,122,86)
#4F6E4E
(79,110,78)
#476246
(71,98,70)
#3F563E
(63,86,62)
#374A36
(55,74,54)
#2F3E2E
(47,62,46)
#273226
(39,50,38)
#1F261E
(31,38,30)
#171A16
(23,26,22)
#0F0E0E
(15,14,14)
#000000
(0,0,0)

Tints of #5F865E

#5F865E
(95,134,94)
#6D916C
(109,145,108)
#7B9C7A
(123,156,122)
#89A788
(137,167,136)
#97B296
(151,178,150)
#A5BDA4
(165,189,164)
#B3C8B2
(179,200,178)
#C1D3C0
(193,211,192)
#CFDECE
(207,222,206)
#DDE9DC
(221,233,220)
#EBF4EA
(235,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F865E color. Also use rgb(95,134,94) instead hex code.

Text Font Color

.myTextColor { color: #5F865E; }

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

This text font color is #5F865E.


Background Color

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

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

This div background color is #5F865E.


Border color

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

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

This div border color is #5F865E.


Opacity

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

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

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

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

This text has shadow with #5F865E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F865E on black background.


Color preview on white background

This text has color #5F865E on white background.



Black color preview on #5F865E background

This text has black color on #5F865E background.


White color preview on #5F865E background

This text has white color on #5F865E background.