COLOR #5F855C

HEX: #5F855C
RGB: (95,133,92)

Color info

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

RGB color model

#5F855C color RGB value is (95,133,92).

  • red value is 95;
  • green value is 133;
  • blue value is 92.
RGB:
(95,133,92)
(37%,52%,36%)

RGB channels and saturation

R 95 of 255 = 37%
G 133 of 255 = 52%
B 92 of 255 = 36%

95
133
92

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

Portions of RGB colors in percentages

R + G + B =
95 + 133 + 92 = 320 (100%)
R 95 of 320 ~ 29.69%
G 133 of 320 ~ 41.56%
B 92 of 320 ~ 28.75%

%29.69
%41.56
%28.75

CMYK color model

#5F855C color CMYK value is (29,0,31,48).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 30.83%
  • key color value is 47.84%
CMYK:
(29,0,31,48)
C29M0Y31K48 
(29%,0%,31%,48%)
(0.29/0.00/0.31/0.48)	

CMYK percentages

%28.57
%0
%30.83
%47.84

Codes

Color #5F855C in popluar color models

5F855C
RGB9513392
HSL116°18.22%44.12%
HSB/HSV116°30.83%52.16%
CMYK28.57%0.00%30.83%
47.84%

Color #5F855C in popluar number systems.

HEX5F855C
Decimal9513392
Binary1011111100001011011100
Octal137205134

Shades and tints

Shades of #5F855C

#5F855C
(95,133,92)
#577954
(87,121,84)
#4F6D4C
(79,109,76)
#476144
(71,97,68)
#3F553C
(63,85,60)
#374934
(55,73,52)
#2F3D2C
(47,61,44)
#273124
(39,49,36)
#1F251C
(31,37,28)
#171914
(23,25,20)
#0F0D0C
(15,13,12)
#000000
(0,0,0)

Tints of #5F855C

#5F855C
(95,133,92)
#6D906A
(109,144,106)
#7B9B78
(123,155,120)
#89A686
(137,166,134)
#97B194
(151,177,148)
#A5BCA2
(165,188,162)
#B3C7B0
(179,199,176)
#C1D2BE
(193,210,190)
#CFDDCC
(207,221,204)
#DDE8DA
(221,232,218)
#EBF3E8
(235,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F855C color. Also use rgb(95,133,92) instead hex code.

Text Font Color

.myTextColor { color: #5F855C; }

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

This text font color is #5F855C.


Background Color

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

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

This div background color is #5F855C.


Border color

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

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

This div border color is #5F855C.


Opacity

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

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

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

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

This text has shadow with #5F855C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F855C on black background.


Color preview on white background

This text has color #5F855C on white background.



Black color preview on #5F855C background

This text has black color on #5F855C background.


White color preview on #5F855C background

This text has white color on #5F855C background.