COLOR #95817B

HEX: #95817B RGB: (149,129,123)

Color info

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

RGB color model

#95817B color RGB value is (149,129,123).

RGB: (149,129,123) (58%, 51%, 48%)

RGB channels and saturation

R 149 of 255 = 58%
G 129 of 255 = 51%
B 123 of 255 = 48%

149
129
123

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

Portions of RGB colors in percentages

R + G + B = 149 + 129 + 123 = 401 (100%)
R 149 of 401 ~ 37.16%
G 129 of 401 ~ 32.17%
B 123 of 401 ~ 30.67'%

%37.16
%32.17
%30.67

CMYK color model

#95817B color CMYK value is (0,13,17,42).

  • cyan value is 0.00%
  • magenta value is 13.42%
  • yellow value is 17.45%
  • key color value is 41.57%
CMYK: (0,13,17,42) C0M13Y17K42 (0%,13%,17%,42%) (0.00/0.13/0.17/0.42) 

CMYK percentages

%0
%13.42
%17.45
%41.57

Codes

Color #95817B in popluar color models

95 81 7B
RGB 149 129 123
HSL 14° 10.92% 53.33%
HSB/HSV 14° 17.45% 58.43%
CMYK 0.00% 13.42% 17.45%
41.57%

Color #95817B in popluar number systems.

HEX 95 81 7B
Decimal 149 129 123
Binary 10010101 10000001 1111011
Octal 225 201 173

Shades and tints

Shades of #95817B

#95817B
(149,129,123)
#887670
(136,118,112)
#7B6B65
(123,107,101)
#6E605A
(110,96,90)
#61554F
(97,85,79)
#544A44
(84,74,68)
#473F39
(71,63,57)
#3A342E
(58,52,46)
#2D2923
(45,41,35)
#201E18
(32,30,24)
#13130D
(19,19,13)
#000000
(0,0,0)

Tints of #95817B

#95817B
(149,129,123)
#9E8C87
(158,140,135)
#A79793
(167,151,147)
#B0A29F
(176,162,159)
#B9ADAB
(185,173,171)
#C2B8B7
(194,184,183)
#CBC3C3
(203,195,195)
#D4CECF
(212,206,207)
#DDD9DB
(221,217,219)
#E6E4E7
(230,228,231)
#EFEFF3
(239,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95817B; }

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

This text font color is #95817B.

Background Color

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

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

This div background color is #95817B.

Border color

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

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

This div border color is #95817B.

Opacity

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

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

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

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

This text has shadow with #95817B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95817B.

Preview

Color preview on black background

This text has color #95817B on black background.


Color preview on white background

This text has color #95817B on white background.


Black color preview on #95817B background

This text has black color on #95817B background.


White color preview on #95817B background

This text has white color on #95817B background.


Related colors

Complementary color

Complementary color for #hex is #6A7E84.


I love getcolorcode.com

Triadic colors

1 #7B9581 and #817B95 with #95817B are triadic colors.

2 #7B8195 and #81957B with #95817B are triadic colors.