COLOR #95866E

HEX: #95866E
RGB: (149,134,110)

Color info

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

RGB color model

#95866E color RGB value is (149,134,110).

  • red value is 149;
  • green value is 134;
  • blue value is 110.
RGB:
(149,134,110)
(58%,53%,43%)

RGB channels and saturation

R 149 of 255 = 58%
G 134 of 255 = 53%
B 110 of 255 = 43%

149
134
110

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

Portions of RGB colors in percentages

R + G + B =
149 + 134 + 110 = 393 (100%)
R 149 of 393 ~ 37.91%
G 134 of 393 ~ 34.1%
B 110 of 393 ~ 27.99%

%37.91
%34.1
%27.99

CMYK color model

#95866E color CMYK value is (0,10,26,42).

  • cyan value is 0.00%
  • magenta value is 10.07%
  • yellow value is 26.17%
  • key color value is 41.57%
CMYK:
(0,10,26,42)
C0M10Y26K42 
(0%,10%,26%,42%)
(0.00/0.10/0.26/0.42)	

CMYK percentages

%0
%10.07
%26.17
%41.57

Codes

Color #95866E in popluar color models

95866E
RGB149134110
HSL37°15.54%50.78%
HSB/HSV37°26.17%58.43%
CMYK0.00%10.07%26.17%
41.57%

Color #95866E in popluar number systems.

HEX95866E
Decimal149134110
Binary10010101100001101101110
Octal225206156

Shades and tints

Shades of #95866E

#95866E
(149,134,110)
#887A64
(136,122,100)
#7B6E5A
(123,110,90)
#6E6250
(110,98,80)
#615646
(97,86,70)
#544A3C
(84,74,60)
#473E32
(71,62,50)
#3A3228
(58,50,40)
#2D261E
(45,38,30)
#201A14
(32,26,20)
#130E0A
(19,14,10)
#000000
(0,0,0)

Tints of #95866E

#95866E
(149,134,110)
#9E917B
(158,145,123)
#A79C88
(167,156,136)
#B0A795
(176,167,149)
#B9B2A2
(185,178,162)
#C2BDAF
(194,189,175)
#CBC8BC
(203,200,188)
#D4D3C9
(212,211,201)
#DDDED6
(221,222,214)
#E6E9E3
(230,233,227)
#EFF4F0
(239,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95866E; }

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

This text font color is #95866E.


Background Color

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

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

This div background color is #95866E.


Border color

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

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

This div border color is #95866E.


Opacity

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

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

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

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

This text has shadow with #95866E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95866E on black background.


Color preview on white background

This text has color #95866E on white background.



Black color preview on #95866E background

This text has black color on #95866E background.


White color preview on #95866E background

This text has white color on #95866E background.