COLOR #95997B

HEX: #95997B
RGB: (149,153,123)

Color info

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

RGB color model

#95997B color RGB value is (149,153,123).

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

RGB channels and saturation

R 149 of 255 = 58%
G 153 of 255 = 60%
B 123 of 255 = 48%

149
153
123

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

Portions of RGB colors in percentages

R + G + B =
149 + 153 + 123 = 425 (100%)
R 149 of 425 ~ 35.06%
G 153 of 425 ~ 36%
B 123 of 425 ~ 28.94%

%35.06
%36
%28.94

CMYK color model

#95997B color CMYK value is (3,0,20,40).

  • cyan value is 2.61%
  • magenta value is 0.00%
  • yellow value is 19.61%
  • key color value is 40.00%
CMYK:
(3,0,20,40)
C3M0Y20K40 
(3%,0%,20%,40%)
(0.03/0.00/0.20/0.40)	

CMYK percentages

%2.61
%0
%19.61
%40

Codes

Color #95997B in popluar color models

95997B
RGB149153123
HSL68°12.82%54.12%
HSB/HSV68°19.61%60.00%
CMYK2.61%0.00%19.61%
40.00%

Color #95997B in popluar number systems.

HEX95997B
Decimal149153123
Binary10010101100110011111011
Octal225231173

Shades and tints

Shades of #95997B

#95997B
(149,153,123)
#888C70
(136,140,112)
#7B7F65
(123,127,101)
#6E725A
(110,114,90)
#61654F
(97,101,79)
#545844
(84,88,68)
#474B39
(71,75,57)
#3A3E2E
(58,62,46)
#2D3123
(45,49,35)
#202418
(32,36,24)
#13170D
(19,23,13)
#000000
(0,0,0)

Tints of #95997B

#95997B
(149,153,123)
#9EA287
(158,162,135)
#A7AB93
(167,171,147)
#B0B49F
(176,180,159)
#B9BDAB
(185,189,171)
#C2C6B7
(194,198,183)
#CBCFC3
(203,207,195)
#D4D8CF
(212,216,207)
#DDE1DB
(221,225,219)
#E6EAE7
(230,234,231)
#EFF3F3
(239,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95997B; }

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

This text font color is #95997B.


Background Color

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

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

This div background color is #95997B.


Border color

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

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

This div border color is #95997B.


Opacity

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

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

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

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

This text has shadow with #95997B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95997B on black background.


Color preview on white background

This text has color #95997B on white background.



Black color preview on #95997B background

This text has black color on #95997B background.


White color preview on #95997B background

This text has white color on #95997B background.