COLOR #95817F

HEX: #95817F
RGB: (149,129,127)

Color info

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

RGB color model

#95817F color RGB value is (149,129,127).

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

RGB channels and saturation

R 149 of 255 = 58%
G 129 of 255 = 51%
B 127 of 255 = 50%

149
129
127

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

Portions of RGB colors in percentages

R + G + B =
149 + 129 + 127 = 405 (100%)
R 149 of 405 ~ 36.79%
G 129 of 405 ~ 31.85%
B 127 of 405 ~ 31.36%

%36.79
%31.85
%31.36

CMYK color model

#95817F color CMYK value is (0,13,15,42).

  • cyan value is 0.00%
  • magenta value is 13.42%
  • yellow value is 14.77%
  • key color value is 41.57%
CMYK:
(0,13,15,42)
C0M13Y15K42 
(0%,13%,15%,42%)
(0.00/0.13/0.15/0.42)	

CMYK percentages

%0
%13.42
%14.77
%41.57

Codes

Color #95817F in popluar color models

95817F
RGB149129127
HSL9.40%54.12%
HSB/HSV14.77%58.43%
CMYK0.00%13.42%14.77%
41.57%

Color #95817F in popluar number systems.

HEX95817F
Decimal149129127
Binary10010101100000011111111
Octal225201177

Shades and tints

Shades of #95817F

#95817F
(149,129,127)
#887674
(136,118,116)
#7B6B69
(123,107,105)
#6E605E
(110,96,94)
#615553
(97,85,83)
#544A48
(84,74,72)
#473F3D
(71,63,61)
#3A3432
(58,52,50)
#2D2927
(45,41,39)
#201E1C
(32,30,28)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #95817F

#95817F
(149,129,127)
#9E8C8A
(158,140,138)
#A79795
(167,151,149)
#B0A2A0
(176,162,160)
#B9ADAB
(185,173,171)
#C2B8B6
(194,184,182)
#CBC3C1
(203,195,193)
#D4CECC
(212,206,204)
#DDD9D7
(221,217,215)
#E6E4E2
(230,228,226)
#EFEFED
(239,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95817F; }

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

This text font color is #95817F.


Background Color

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

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

This div background color is #95817F.


Border color

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

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

This div border color is #95817F.


Opacity

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

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

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

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

This text has shadow with #95817F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95817F on black background.


Color preview on white background

This text has color #95817F on white background.



Black color preview on #95817F background

This text has black color on #95817F background.


White color preview on #95817F background

This text has white color on #95817F background.