COLOR #95816C

HEX: #95816C
RGB: (149,129,108)

Color info

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

RGB color model

#95816C color RGB value is (149,129,108).

  • red value is 149;
  • green value is 129;
  • blue value is 108.
RGB:
(149,129,108)
(58%,51%,42%)

RGB channels and saturation

R 149 of 255 = 58%
G 129 of 255 = 51%
B 108 of 255 = 42%

149
129
108

R + G + B ~ 50%. #95816C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 129 + 108 = 386 (100%)
R 149 of 386 ~ 38.6%
G 129 of 386 ~ 33.42%
B 108 of 386 ~ 27.98%

%38.6
%33.42
%27.98

CMYK color model

#95816C color CMYK value is (0,13,28,42).

  • cyan value is 0.00%
  • magenta value is 13.42%
  • yellow value is 27.52%
  • key color value is 41.57%
CMYK:
(0,13,28,42)
C0M13Y28K42 
(0%,13%,28%,42%)
(0.00/0.13/0.28/0.42)	

CMYK percentages

%0
%13.42
%27.52
%41.57

Codes

Color #95816C in popluar color models

95816C
RGB149129108
HSL31°16.21%50.39%
HSB/HSV31°27.52%58.43%
CMYK0.00%13.42%27.52%
41.57%

Color #95816C in popluar number systems.

HEX95816C
Decimal149129108
Binary10010101100000011101100
Octal225201154

Shades and tints

Shades of #95816C

#95816C
(149,129,108)
#887663
(136,118,99)
#7B6B5A
(123,107,90)
#6E6051
(110,96,81)
#615548
(97,85,72)
#544A3F
(84,74,63)
#473F36
(71,63,54)
#3A342D
(58,52,45)
#2D2924
(45,41,36)
#201E1B
(32,30,27)
#131312
(19,19,18)
#000000
(0,0,0)

Tints of #95816C

#95816C
(149,129,108)
#9E8C79
(158,140,121)
#A79786
(167,151,134)
#B0A293
(176,162,147)
#B9ADA0
(185,173,160)
#C2B8AD
(194,184,173)
#CBC3BA
(203,195,186)
#D4CEC7
(212,206,199)
#DDD9D4
(221,217,212)
#E6E4E1
(230,228,225)
#EFEFEE
(239,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95816C color. Also use rgb(149,129,108) instead hex code.

Text Font Color

.myTextColor { color: #95816C; }

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

This text font color is #95816C.


Background Color

.myBgColor { background-color: #95816C; }

<div style="background-color:#95816C">Inner text</div>

This div background color is #95816C.


Border color

.myBorderColor { border: 1px solid #95816C; }

<div style="border:3px solid #95816C">Div</div>

This div border color is #95816C.


Opacity

.myOpacity80 { color: #95816C; opacity: 0.8; }

<p style="color:#95816C;opacity:0.8;">80%</p>

Text with #95816C 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 #95816C;}

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

This text has shadow with #95816C color.

.textShadow {text-shadow: 3px 3px 1px #95816C, 3px 3px 1px red;}

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

This text has shadow with #95816C primary color and red secondary color.


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

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

This text has shadow with #95816C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95816C on black background.


Color preview on white background

This text has color #95816C on white background.



Black color preview on #95816C background

This text has black color on #95816C background.


White color preview on #95816C background

This text has white color on #95816C background.