COLOR #95957E

HEX: #95957E RGB: (149,149,126)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

149
149
126

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

Portions of RGB colors in percentages

R + G + B = 149 + 149 + 126 = 424 (100%)
R 149 of 424 ~ 35.14%
G 149 of 424 ~ 35.14%
B 126 of 424 ~ 29.72'%

%35.14
%35.14
%29.72

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 15.44%
  • key color value is 41.57%
CMYK: (0,0,15,42) C0M0Y15K42 (0%,0%,15%,42%) (0.00/0.00/0.15/0.42) 

CMYK percentages

%0
%0
%15.44
%41.57

Codes

Color #95957E in popluar color models

95 95 7E
RGB 149 149 126
HSL 60° 9.79% 53.92%
HSB/HSV 60° 15.44% 58.43%
CMYK 0.00% 0.00% 15.44%
41.57%

Color #95957E in popluar number systems.

HEX 95 95 7E
Decimal 149 149 126
Binary 10010101 10010101 1111110
Octal 225 225 176

Shades and tints

Shades of #95957E

#95957E
(149,149,126)
#888873
(136,136,115)
#7B7B68
(123,123,104)
#6E6E5D
(110,110,93)
#616152
(97,97,82)
#545447
(84,84,71)
#47473C
(71,71,60)
#3A3A31
(58,58,49)
#2D2D26
(45,45,38)
#20201B
(32,32,27)
#131310
(19,19,16)
#000000
(0,0,0)

Tints of #95957E

#95957E
(149,149,126)
#9E9E89
(158,158,137)
#A7A794
(167,167,148)
#B0B09F
(176,176,159)
#B9B9AA
(185,185,170)
#C2C2B5
(194,194,181)
#CBCBC0
(203,203,192)
#D4D4CB
(212,212,203)
#DDDDD6
(221,221,214)
#E6E6E1
(230,230,225)
#EFEFEC
(239,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95957E; }

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

This text font color is #95957E.

Background Color

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

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

This div background color is #95957E.

Border color

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

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

This div border color is #95957E.

Opacity

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

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

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

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

This text has shadow with #95957E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95957E.

Preview

Color preview on black background

This text has color #95957E on black background.


Color preview on white background

This text has color #95957E on white background.


Black color preview on #95957E background

This text has black color on #95957E background.


White color preview on #95957E background

This text has white color on #95957E background.


Related colors

Complementary color

Complementary color for #hex is #6A6A81.


I love getcolorcode.com