COLOR #95975F

HEX: #95975F
RGB: (149,151,95)

Color info

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

RGB color model

#95975F color RGB value is (149,151,95).

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

RGB channels and saturation

R 149 of 255 = 58%
G 151 of 255 = 59%
B 95 of 255 = 37%

149
151
95

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

Portions of RGB colors in percentages

R + G + B =
149 + 151 + 95 = 395 (100%)
R 149 of 395 ~ 37.72%
G 151 of 395 ~ 38.23%
B 95 of 395 ~ 24.05%

%37.72
%38.23
%24.05

CMYK color model

#95975F color CMYK value is (1,0,37,41).

  • cyan value is 1.32%
  • magenta value is 0.00%
  • yellow value is 37.09%
  • key color value is 40.78%
CMYK:
(1,0,37,41)
C1M0Y37K41 
(1%,0%,37%,41%)
(0.01/0.00/0.37/0.41)	

CMYK percentages

%1.32
%0
%37.09
%40.78

Codes

Color #95975F in popluar color models

95975F
RGB14915195
HSL62°22.76%48.24%
HSB/HSV62°37.09%59.22%
CMYK1.32%0.00%37.09%
40.78%

Color #95975F in popluar number systems.

HEX95975F
Decimal14915195
Binary10010101100101111011111
Octal225227137

Shades and tints

Shades of #95975F

#95975F
(149,151,95)
#888A57
(136,138,87)
#7B7D4F
(123,125,79)
#6E7047
(110,112,71)
#61633F
(97,99,63)
#545637
(84,86,55)
#47492F
(71,73,47)
#3A3C27
(58,60,39)
#2D2F1F
(45,47,31)
#202217
(32,34,23)
#13150F
(19,21,15)
#000000
(0,0,0)

Tints of #95975F

#95975F
(149,151,95)
#9EA06D
(158,160,109)
#A7A97B
(167,169,123)
#B0B289
(176,178,137)
#B9BB97
(185,187,151)
#C2C4A5
(194,196,165)
#CBCDB3
(203,205,179)
#D4D6C1
(212,214,193)
#DDDFCF
(221,223,207)
#E6E8DD
(230,232,221)
#EFF1EB
(239,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95975F; }

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

This text font color is #95975F.


Background Color

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

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

This div background color is #95975F.


Border color

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

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

This div border color is #95975F.


Opacity

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

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

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

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

This text has shadow with #95975F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95975F on black background.


Color preview on white background

This text has color #95975F on white background.



Black color preview on #95975F background

This text has black color on #95975F background.


White color preview on #95975F background

This text has white color on #95975F background.