COLOR #95817D

HEX: #95817D
RGB: (149,129,125)

Color info

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

RGB color model

#95817D color RGB value is (149,129,125).

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

RGB channels and saturation

R 149 of 255 = 58%
G 129 of 255 = 51%
B 125 of 255 = 49%

149
129
125

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

Portions of RGB colors in percentages

R + G + B =
149 + 129 + 125 = 403 (100%)
R 149 of 403 ~ 36.97%
G 129 of 403 ~ 32.01%
B 125 of 403 ~ 31.02%

%36.97
%32.01
%31.02

CMYK color model

#95817D color CMYK value is (0,13,16,42).

  • cyan value is 0.00%
  • magenta value is 13.42%
  • yellow value is 16.11%
  • key color value is 41.57%
CMYK:
(0,13,16,42)
C0M13Y16K42 
(0%,13%,16%,42%)
(0.00/0.13/0.16/0.42)	

CMYK percentages

%0
%13.42
%16.11
%41.57

Codes

Color #95817D in popluar color models

95817D
RGB149129125
HSL10°10.17%53.73%
HSB/HSV10°16.11%58.43%
CMYK0.00%13.42%16.11%
41.57%

Color #95817D in popluar number systems.

HEX95817D
Decimal149129125
Binary10010101100000011111101
Octal225201175

Shades and tints

Shades of #95817D

#95817D
(149,129,125)
#887672
(136,118,114)
#7B6B67
(123,107,103)
#6E605C
(110,96,92)
#615551
(97,85,81)
#544A46
(84,74,70)
#473F3B
(71,63,59)
#3A3430
(58,52,48)
#2D2925
(45,41,37)
#201E1A
(32,30,26)
#13130F
(19,19,15)
#000000
(0,0,0)

Tints of #95817D

#95817D
(149,129,125)
#9E8C88
(158,140,136)
#A79793
(167,151,147)
#B0A29E
(176,162,158)
#B9ADA9
(185,173,169)
#C2B8B4
(194,184,180)
#CBC3BF
(203,195,191)
#D4CECA
(212,206,202)
#DDD9D5
(221,217,213)
#E6E4E0
(230,228,224)
#EFEFEB
(239,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95817D color. Also use rgb(149,129,125) instead hex code.

Text Font Color

.myTextColor { color: #95817D; }

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

This text font color is #95817D.


Background Color

.myBgColor { background-color: #95817D; }

<div style="background-color:#95817D">Inner text</div>

This div background color is #95817D.


Border color

.myBorderColor { border: 1px solid #95817D; }

<div style="border:3px solid #95817D">Div</div>

This div border color is #95817D.


Opacity

.myOpacity80 { color: #95817D; opacity: 0.8; }

<p style="color:#95817D;opacity:0.8;">80%</p>

Text with #95817D 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 #95817D;}

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

This text has shadow with #95817D color.

.textShadow {text-shadow: 3px 3px 1px #95817D, 3px 3px 1px red;}

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

This text has shadow with #95817D primary color and red secondary color.


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

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

This text has shadow with #95817D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95817D on black background.


Color preview on white background

This text has color #95817D on white background.



Black color preview on #95817D background

This text has black color on #95817D background.


White color preview on #95817D background

This text has white color on #95817D background.