COLOR #95706F

HEX: #95706F
RGB: (149,112,111)

Color info

#95706F contains red, green and blue colors in about the same proportion. Web safe color of #95706F is #996666 (or #966).

RGB color model

#95706F color RGB value is (149,112,111).

  • red value is 149;
  • green value is 112;
  • blue value is 111.
RGB:
(149,112,111)
(58%,44%,44%)

RGB channels and saturation

R 149 of 255 = 58%
G 112 of 255 = 44%
B 111 of 255 = 44%

149
112
111

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

Portions of RGB colors in percentages

R + G + B =
149 + 112 + 111 = 372 (100%)
R 149 of 372 ~ 40.05%
G 112 of 372 ~ 30.11%
B 111 of 372 ~ 29.84%

%40.05
%30.11
%29.84

CMYK color model

#95706F color CMYK value is (0,25,26,42).

  • cyan value is 0.00%
  • magenta value is 24.83%
  • yellow value is 25.50%
  • key color value is 41.57%
CMYK:
(0,25,26,42)
C0M25Y26K42 
(0%,25%,26%,42%)
(0.00/0.25/0.26/0.42)	

CMYK percentages

%0
%24.83
%25.5
%41.57

Codes

Color #95706F in popluar color models

95706F
RGB149112111
HSL15.20%50.98%
HSB/HSV25.50%58.43%
CMYK0.00%24.83%25.50%
41.57%

Color #95706F in popluar number systems.

HEX95706F
Decimal149112111
Binary1001010111100001101111
Octal225160157

Shades and tints

Shades of #95706F

#95706F
(149,112,111)
#886665
(136,102,101)
#7B5C5B
(123,92,91)
#6E5251
(110,82,81)
#614847
(97,72,71)
#543E3D
(84,62,61)
#473433
(71,52,51)
#3A2A29
(58,42,41)
#2D201F
(45,32,31)
#201615
(32,22,21)
#130C0B
(19,12,11)
#000000
(0,0,0)

Tints of #95706F

#95706F
(149,112,111)
#9E7D7C
(158,125,124)
#A78A89
(167,138,137)
#B09796
(176,151,150)
#B9A4A3
(185,164,163)
#C2B1B0
(194,177,176)
#CBBEBD
(203,190,189)
#D4CBCA
(212,203,202)
#DDD8D7
(221,216,215)
#E6E5E4
(230,229,228)
#EFF2F1
(239,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95706F color. Also use rgb(149,112,111) instead hex code.

Text Font Color

.myTextColor { color: #95706F; }

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

This text font color is #95706F.


Background Color

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

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

This div background color is #95706F.


Border color

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

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

This div border color is #95706F.


Opacity

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

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

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

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

This text has shadow with #95706F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95706F on black background.


Color preview on white background

This text has color #95706F on white background.



Black color preview on #95706F background

This text has black color on #95706F background.


White color preview on #95706F background

This text has white color on #95706F background.