COLOR #95837E

HEX: #95837E RGB: (149,131,126)

Color info

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

RGB color model

#95837E color RGB value is (149,131,126).

RGB: (149,131,126) (58%, 51%, 49%)

RGB channels and saturation

R 149 of 255 = 58%
G 131 of 255 = 51%
B 126 of 255 = 49%

149
131
126

R + G + B ~ 53%. #95837E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 149 + 131 + 126 = 406 (100%)
R 149 of 406 ~ 36.7%
G 131 of 406 ~ 32.27%
B 126 of 406 ~ 31.03'%

%36.7
%32.27
%31.03

CMYK color model

#95837E color CMYK value is (0,12,15,42).

  • cyan value is 0.00%
  • magenta value is 12.08%
  • yellow value is 15.44%
  • key color value is 41.57%

CMYK: (0,12,15,42)
C0M12Y15K42 (0%, 12%, 15%, 42%)
(0.00 / 0.12 / 0.15 / 0.42)

CMYK percentages

%0
%12.08
%15.44
%41.57

Codes

Color #95837E in popluar color models

95 83 7E
RGB 149 131 126
HSL 13° 9.79% 53.92%
HSB/HSV 13° 15.44% 58.43%
CMYK 0.00% 12.08% 15.44%
41.57%

Color #95837E in popluar number systems.

HEX 95 83 7E
Decimal 149 131 126
Binary 10010101 10000011 1111110
Octal 225 203 176

Shades and tints

Shades of #95837E

#95837E
(149,131,126)
#887873
(136,120,115)
#7B6D68
(123,109,104)
#6E625D
(110,98,93)
#615752
(97,87,82)
#544C47
(84,76,71)
#47413C
(71,65,60)
#3A3631
(58,54,49)
#2D2B26
(45,43,38)
#20201B
(32,32,27)
#131510
(19,21,16)
#000000
(0,0,0)

Tints of #95837E

#95837E
(149,131,126)
#9E8E89
(158,142,137)
#A79994
(167,153,148)
#B0A49F
(176,164,159)
#B9AFAA
(185,175,170)
#C2BAB5
(194,186,181)
#CBC5C0
(203,197,192)
#D4D0CB
(212,208,203)
#DDDBD6
(221,219,214)
#E6E6E1
(230,230,225)
#EFF1EC
(239,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95837E color. Also use rgb(149,131,126) instead hex code.

Text Font Color

.myTextColor { color: #95837E; }

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

This text font color is #95837E.

Background Color

.myBgColor { background-color: #95837E; }

<div style="background-color:#95837E">Inner text</div>

This div background color is #95837E.

Border color

.myBorderColor { border: 1px solid #95837E; }

<div style="border:3px solid #95837E">Div</div>

This div border color is #95837E.

Opacity

.myOpacity80 { color: #95837E; opacity: 0.8; }

<p style="color:#95837E;opacity:0.8;">80%</p>

Text with #95837E 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 #95837E;}

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

This text has shadow with #95837E color.


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

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

This text has shadow with #95837E primary color and red secondary color.


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

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

This text has shadow with #95837E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #95837E.

Preview

Color preview on black background

This text has color #95837E on black background.


Color preview on white background

This text has color #95837E on white background.


Black color preview on #95837E background

This text has black color on #95837E background.


White color preview on #95837E background

This text has white color on #95837E background.


Related colors

Complementary color

Complementary color for #hex is #6A7C81.


I love getcolorcode.com

Triadic colors

1 #7E9583 and #837E95 with #95837E are triadic colors.

2 #7E8395 and #83957E with #95837E are triadic colors.