COLOR #95805F

HEX: #95805F
RGB: (149,128,95)

Color info

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

RGB color model

#95805F color RGB value is (149,128,95).

  • red value is 149;
  • green value is 128;
  • blue value is 95.
RGB:
(149,128,95)
(58%,50%,37%)

RGB channels and saturation

R 149 of 255 = 58%
G 128 of 255 = 50%
B 95 of 255 = 37%

149
128
95

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

Portions of RGB colors in percentages

R + G + B =
149 + 128 + 95 = 372 (100%)
R 149 of 372 ~ 40.05%
G 128 of 372 ~ 34.41%
B 95 of 372 ~ 25.54%

%40.05
%34.41
%25.54

CMYK color model

#95805F color CMYK value is (0,14,36,42).

  • cyan value is 0.00%
  • magenta value is 14.09%
  • yellow value is 36.24%
  • key color value is 41.57%
CMYK:
(0,14,36,42)
C0M14Y36K42 
(0%,14%,36%,42%)
(0.00/0.14/0.36/0.42)	

CMYK percentages

%0
%14.09
%36.24
%41.57

Codes

Color #95805F in popluar color models

95805F
RGB14912895
HSL37°22.13%47.84%
HSB/HSV37°36.24%58.43%
CMYK0.00%14.09%36.24%
41.57%

Color #95805F in popluar number systems.

HEX95805F
Decimal14912895
Binary10010101100000001011111
Octal225200137

Shades and tints

Shades of #95805F

#95805F
(149,128,95)
#887557
(136,117,87)
#7B6A4F
(123,106,79)
#6E5F47
(110,95,71)
#61543F
(97,84,63)
#544937
(84,73,55)
#473E2F
(71,62,47)
#3A3327
(58,51,39)
#2D281F
(45,40,31)
#201D17
(32,29,23)
#13120F
(19,18,15)
#000000
(0,0,0)

Tints of #95805F

#95805F
(149,128,95)
#9E8B6D
(158,139,109)
#A7967B
(167,150,123)
#B0A189
(176,161,137)
#B9AC97
(185,172,151)
#C2B7A5
(194,183,165)
#CBC2B3
(203,194,179)
#D4CDC1
(212,205,193)
#DDD8CF
(221,216,207)
#E6E3DD
(230,227,221)
#EFEEEB
(239,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95805F color. Also use rgb(149,128,95) instead hex code.

Text Font Color

.myTextColor { color: #95805F; }

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

This text font color is #95805F.


Background Color

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

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

This div background color is #95805F.


Border color

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

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

This div border color is #95805F.


Opacity

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

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

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

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

This text has shadow with #95805F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95805F on black background.


Color preview on white background

This text has color #95805F on white background.



Black color preview on #95805F background

This text has black color on #95805F background.


White color preview on #95805F background

This text has white color on #95805F background.