COLOR #5F876B

HEX: #5F876B RGB: (95,135,107)

Color info

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

RGB color model

#5F876B color RGB value is (95,135,107).

RGB: (95,135,107) (37%, 53%, 42%)

RGB channels and saturation

R 95 of 255 = 37%
G 135 of 255 = 53%
B 107 of 255 = 42%

95
135
107

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

Portions of RGB colors in percentages

R + G + B = 95 + 135 + 107 = 337 (100%)
R 95 of 337 ~ 28.19%
G 135 of 337 ~ 40.06%
B 107 of 337 ~ 31.75'%

%28.19
%40.06
%31.75

CMYK color model

#5F876B color CMYK value is (30,0,21,47).

  • cyan value is 29.63%
  • magenta value is 0.00%
  • yellow value is 20.74%
  • key color value is 47.06%

CMYK: (30,0,21,47)
C30M0Y21K47 (30%, 0%, 21%, 47%)
(0.30 / 0.00 / 0.21 / 0.47)

CMYK percentages

%29.63
%0
%20.74
%47.06

Codes

Color #5F876B in popluar color models

5F 87 6B
RGB 95 135 107
HSL 138° 17.39% 45.10%
HSB/HSV 138° 29.63% 52.94%
CMYK 29.63% 0.00% 20.74%
47.06%

Color #5F876B in popluar number systems.

HEX 5F 87 6B
Decimal 95 135 107
Binary 1011111 10000111 1101011
Octal 137 207 153

Shades and tints

Shades of #5F876B

#5F876B
(95,135,107)
#577B62
(87,123,98)
#4F6F59
(79,111,89)
#476350
(71,99,80)
#3F5747
(63,87,71)
#374B3E
(55,75,62)
#2F3F35
(47,63,53)
#27332C
(39,51,44)
#1F2723
(31,39,35)
#171B1A
(23,27,26)
#0F0F11
(15,15,17)
#000000
(0,0,0)

Tints of #5F876B

#5F876B
(95,135,107)
#6D9178
(109,145,120)
#7B9B85
(123,155,133)
#89A592
(137,165,146)
#97AF9F
(151,175,159)
#A5B9AC
(165,185,172)
#B3C3B9
(179,195,185)
#C1CDC6
(193,205,198)
#CFD7D3
(207,215,211)
#DDE1E0
(221,225,224)
#EBEBED
(235,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F876B; }

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

This text font color is #5F876B.

Background Color

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

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

This div background color is #5F876B.

Border color

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

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

This div border color is #5F876B.

Opacity

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

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

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

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

This text has shadow with #5F876B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F876B.

Preview

Color preview on black background

This text has color #5F876B on black background.


Color preview on white background

This text has color #5F876B on white background.


Black color preview on #5F876B background

This text has black color on #5F876B background.


White color preview on #5F876B background

This text has white color on #5F876B background.


Related colors

Complementary color

Complementary color for #hex is #A07894.


I love getcolorcode.com

Triadic colors

1 #6B5F87 and #876B5F with #5F876B are triadic colors.

2 #6B875F and #875F6B with #5F876B are triadic colors.