COLOR #95996B

HEX: #95996B
RGB: (149,153,107)

Color info

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

RGB color model

#95996B color RGB value is (149,153,107).

  • red value is 149;
  • green value is 153;
  • blue value is 107.
RGB:
(149,153,107)
(58%,60%,42%)

RGB channels and saturation

R 149 of 255 = 58%
G 153 of 255 = 60%
B 107 of 255 = 42%

149
153
107

R + G + B ~ 53%. #95996B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 153 + 107 = 409 (100%)
R 149 of 409 ~ 36.43%
G 153 of 409 ~ 37.41%
B 107 of 409 ~ 26.16%

%36.43
%37.41
%26.16

CMYK color model

#95996B color CMYK value is (3,0,30,40).

  • cyan value is 2.61%
  • magenta value is 0.00%
  • yellow value is 30.07%
  • key color value is 40.00%
CMYK:
(3,0,30,40)
C3M0Y30K40 
(3%,0%,30%,40%)
(0.03/0.00/0.30/0.40)	

CMYK percentages

%2.61
%0
%30.07
%40

Codes

Color #95996B in popluar color models

95996B
RGB149153107
HSL65°18.40%50.98%
HSB/HSV65°30.07%60.00%
CMYK2.61%0.00%30.07%
40.00%

Color #95996B in popluar number systems.

HEX95996B
Decimal149153107
Binary10010101100110011101011
Octal225231153

Shades and tints

Shades of #95996B

#95996B
(149,153,107)
#888C62
(136,140,98)
#7B7F59
(123,127,89)
#6E7250
(110,114,80)
#616547
(97,101,71)
#54583E
(84,88,62)
#474B35
(71,75,53)
#3A3E2C
(58,62,44)
#2D3123
(45,49,35)
#20241A
(32,36,26)
#131711
(19,23,17)
#000000
(0,0,0)

Tints of #95996B

#95996B
(149,153,107)
#9EA278
(158,162,120)
#A7AB85
(167,171,133)
#B0B492
(176,180,146)
#B9BD9F
(185,189,159)
#C2C6AC
(194,198,172)
#CBCFB9
(203,207,185)
#D4D8C6
(212,216,198)
#DDE1D3
(221,225,211)
#E6EAE0
(230,234,224)
#EFF3ED
(239,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95996B color. Also use rgb(149,153,107) instead hex code.

Text Font Color

.myTextColor { color: #95996B; }

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

This text font color is #95996B.


Background Color

.myBgColor { background-color: #95996B; }

<div style="background-color:#95996B">Inner text</div>

This div background color is #95996B.


Border color

.myBorderColor { border: 1px solid #95996B; }

<div style="border:3px solid #95996B">Div</div>

This div border color is #95996B.


Opacity

.myOpacity80 { color: #95996B; opacity: 0.8; }

<p style="color:#95996B;opacity:0.8;">80%</p>

Text with #95996B 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 #95996B;}

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

This text has shadow with #95996B color.

.textShadow {text-shadow: 3px 3px 1px #95996B, 3px 3px 1px red;}

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

This text has shadow with #95996B primary color and red secondary color.


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

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

This text has shadow with #95996B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95996B on black background.


Color preview on white background

This text has color #95996B on white background.



Black color preview on #95996B background

This text has black color on #95996B background.


White color preview on #95996B background

This text has white color on #95996B background.