COLOR #5F875B

HEX: #5F875B
RGB: (95,135,91)

Color info

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

RGB color model

#5F875B color RGB value is (95,135,91).

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

RGB channels and saturation

R 95 of 255 = 37%
G 135 of 255 = 53%
B 91 of 255 = 36%

95
135
91

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

Portions of RGB colors in percentages

R + G + B =
95 + 135 + 91 = 321 (100%)
R 95 of 321 ~ 29.6%
G 135 of 321 ~ 42.06%
B 91 of 321 ~ 28.35%

%29.6
%42.06
%28.35

CMYK color model

#5F875B color CMYK value is (30,0,33,47).

  • cyan value is 29.63%
  • magenta value is 0.00%
  • yellow value is 32.59%
  • key color value is 47.06%
CMYK:
(30,0,33,47)
C30M0Y33K47 
(30%,0%,33%,47%)
(0.30/0.00/0.33/0.47)	

CMYK percentages

%29.63
%0
%32.59
%47.06

Codes

Color #5F875B in popluar color models

5F875B
RGB9513591
HSL115°19.47%44.31%
HSB/HSV115°32.59%52.94%
CMYK29.63%0.00%32.59%
47.06%

Color #5F875B in popluar number systems.

HEX5F875B
Decimal9513591
Binary1011111100001111011011
Octal137207133

Shades and tints

Shades of #5F875B

#5F875B
(95,135,91)
#577B53
(87,123,83)
#4F6F4B
(79,111,75)
#476343
(71,99,67)
#3F573B
(63,87,59)
#374B33
(55,75,51)
#2F3F2B
(47,63,43)
#273323
(39,51,35)
#1F271B
(31,39,27)
#171B13
(23,27,19)
#0F0F0B
(15,15,11)
#000000
(0,0,0)

Tints of #5F875B

#5F875B
(95,135,91)
#6D9169
(109,145,105)
#7B9B77
(123,155,119)
#89A585
(137,165,133)
#97AF93
(151,175,147)
#A5B9A1
(165,185,161)
#B3C3AF
(179,195,175)
#C1CDBD
(193,205,189)
#CFD7CB
(207,215,203)
#DDE1D9
(221,225,217)
#EBEBE7
(235,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F875B; }

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

This text font color is #5F875B.


Background Color

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

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

This div background color is #5F875B.


Border color

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

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

This div border color is #5F875B.


Opacity

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

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

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

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

This text has shadow with #5F875B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F875B on black background.


Color preview on white background

This text has color #5F875B on white background.



Black color preview on #5F875B background

This text has black color on #5F875B background.


White color preview on #5F875B background

This text has white color on #5F875B background.