COLOR #95876B

HEX: #95876B RGB: (149,135,107)

Color info

#95876B contains red, green and blue colors in about the same proportion. Web safe color of #95876B is #999966 (or #996).

RGB color model

#95876B color RGB value is (149,135,107).

RGB: (149,135,107) (58%, 53%, 42%)

RGB channels and saturation

R 149 of 255 = 58%
G 135 of 255 = 53%
B 107 of 255 = 42%

149
135
107

R + G + B ~ 51%. #95876B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 149 + 135 + 107 = 391 (100%)
R 149 of 391 ~ 38.11%
G 135 of 391 ~ 34.53%
B 107 of 391 ~ 27.37'%

%38.11
%34.53
%27.37

CMYK color model

#95876B color CMYK value is (0,9,28,42).

  • cyan value is 0.00%
  • magenta value is 9.40%
  • yellow value is 28.19%
  • key color value is 41.57%

CMYK: (0,9,28,42)
C0M9Y28K42 (0%, 9%, 28%, 42%)
(0.00 / 0.09 / 0.28 / 0.42)

CMYK percentages

%0
%9.4
%28.19
%41.57

Codes

Color #95876B in popluar color models

95 87 6B
RGB 149 135 107
HSL 40° 16.54% 50.20%
HSB/HSV 40° 28.19% 58.43%
CMYK 0.00% 9.40% 28.19%
41.57%

Color #95876B in popluar number systems.

HEX 95 87 6B
Decimal 149 135 107
Binary 10010101 10000111 1101011
Octal 225 207 153

Shades and tints

Shades of #95876B

#95876B
(149,135,107)
#887B62
(136,123,98)
#7B6F59
(123,111,89)
#6E6350
(110,99,80)
#615747
(97,87,71)
#544B3E
(84,75,62)
#473F35
(71,63,53)
#3A332C
(58,51,44)
#2D2723
(45,39,35)
#201B1A
(32,27,26)
#130F11
(19,15,17)
#000000
(0,0,0)

Tints of #95876B

#95876B
(149,135,107)
#9E9178
(158,145,120)
#A79B85
(167,155,133)
#B0A592
(176,165,146)
#B9AF9F
(185,175,159)
#C2B9AC
(194,185,172)
#CBC3B9
(203,195,185)
#D4CDC6
(212,205,198)
#DDD7D3
(221,215,211)
#E6E1E0
(230,225,224)
#EFEBED
(239,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95876B color. Also use rgb(149,135,107) instead hex code.

Text Font Color

.myTextColor { color: #95876B; }

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

This text font color is #95876B.

Background Color

.myBgColor { background-color: #95876B; }

<div style="background-color:#95876B">Inner text</div>

This div background color is #95876B.

Border color

.myBorderColor { border: 1px solid #95876B; }

<div style="border:3px solid #95876B">Div</div>

This div border color is #95876B.

Opacity

.myOpacity80 { color: #95876B; opacity: 0.8; }

<p style="color:#95876B;opacity:0.8;">80%</p>

Text with #95876B 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 #95876B;}

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

This text has shadow with #95876B color.


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

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

This text has shadow with #95876B primary color and red secondary color.


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

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

This text has shadow with #95876B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #95876B.

Preview

Color preview on black background

This text has color #95876B on black background.


Color preview on white background

This text has color #95876B on white background.


Black color preview on #95876B background

This text has black color on #95876B background.


White color preview on #95876B background

This text has white color on #95876B background.


Related colors

Complementary color

Complementary color for #hex is #6A7894.


I love getcolorcode.com

Triadic colors

1 #6B9587 and #876B95 with #95876B are triadic colors.

2 #6B8795 and #87956B with #95876B are triadic colors.