COLOR #95976F

HEX: #95976F
RGB: (149,151,111)

Color info

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

RGB color model

#95976F color RGB value is (149,151,111).

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

RGB channels and saturation

R 149 of 255 = 58%
G 151 of 255 = 59%
B 111 of 255 = 44%

149
151
111

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

Portions of RGB colors in percentages

R + G + B =
149 + 151 + 111 = 411 (100%)
R 149 of 411 ~ 36.25%
G 151 of 411 ~ 36.74%
B 111 of 411 ~ 27.01%

%36.25
%36.74
%27.01

CMYK color model

#95976F color CMYK value is (1,0,26,41).

  • cyan value is 1.32%
  • magenta value is 0.00%
  • yellow value is 26.49%
  • key color value is 40.78%
CMYK:
(1,0,26,41)
C1M0Y26K41 
(1%,0%,26%,41%)
(0.01/0.00/0.26/0.41)	

CMYK percentages

%1.32
%0
%26.49
%40.78

Codes

Color #95976F in popluar color models

95976F
RGB149151111
HSL63°16.13%51.37%
HSB/HSV63°26.49%59.22%
CMYK1.32%0.00%26.49%
40.78%

Color #95976F in popluar number systems.

HEX95976F
Decimal149151111
Binary10010101100101111101111
Octal225227157

Shades and tints

Shades of #95976F

#95976F
(149,151,111)
#888A65
(136,138,101)
#7B7D5B
(123,125,91)
#6E7051
(110,112,81)
#616347
(97,99,71)
#54563D
(84,86,61)
#474933
(71,73,51)
#3A3C29
(58,60,41)
#2D2F1F
(45,47,31)
#202215
(32,34,21)
#13150B
(19,21,11)
#000000
(0,0,0)

Tints of #95976F

#95976F
(149,151,111)
#9EA07C
(158,160,124)
#A7A989
(167,169,137)
#B0B296
(176,178,150)
#B9BBA3
(185,187,163)
#C2C4B0
(194,196,176)
#CBCDBD
(203,205,189)
#D4D6CA
(212,214,202)
#DDDFD7
(221,223,215)
#E6E8E4
(230,232,228)
#EFF1F1
(239,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95976F; }

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

This text font color is #95976F.


Background Color

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

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

This div background color is #95976F.


Border color

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

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

This div border color is #95976F.


Opacity

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

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

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

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

This text has shadow with #95976F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95976F on black background.


Color preview on white background

This text has color #95976F on white background.



Black color preview on #95976F background

This text has black color on #95976F background.


White color preview on #95976F background

This text has white color on #95976F background.