COLOR #95955C

HEX: #95955C
RGB: (149,149,92)

Color info

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

RGB color model

#95955C color RGB value is (149,149,92).

  • red value is 149;
  • green value is 149;
  • blue value is 92.
RGB:
(149,149,92)
(58%,58%,36%)

RGB channels and saturation

R 149 of 255 = 58%
G 149 of 255 = 58%
B 92 of 255 = 36%

149
149
92

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

Portions of RGB colors in percentages

R + G + B =
149 + 149 + 92 = 390 (100%)
R 149 of 390 ~ 38.21%
G 149 of 390 ~ 38.21%
B 92 of 390 ~ 23.59%

%38.21
%38.21
%23.59

CMYK color model

#95955C color CMYK value is (0,0,38,42).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 38.26%
  • key color value is 41.57%
CMYK:
(0,0,38,42)
C0M0Y38K42 
(0%,0%,38%,42%)
(0.00/0.00/0.38/0.42)	

CMYK percentages

%0
%0
%38.26
%41.57

Codes

Color #95955C in popluar color models

95955C
RGB14914992
HSL60°23.65%47.25%
HSB/HSV60°38.26%58.43%
CMYK0.00%0.00%38.26%
41.57%

Color #95955C in popluar number systems.

HEX95955C
Decimal14914992
Binary10010101100101011011100
Octal225225134

Shades and tints

Shades of #95955C

#95955C
(149,149,92)
#888854
(136,136,84)
#7B7B4C
(123,123,76)
#6E6E44
(110,110,68)
#61613C
(97,97,60)
#545434
(84,84,52)
#47472C
(71,71,44)
#3A3A24
(58,58,36)
#2D2D1C
(45,45,28)
#202014
(32,32,20)
#13130C
(19,19,12)
#000000
(0,0,0)

Tints of #95955C

#95955C
(149,149,92)
#9E9E6A
(158,158,106)
#A7A778
(167,167,120)
#B0B086
(176,176,134)
#B9B994
(185,185,148)
#C2C2A2
(194,194,162)
#CBCBB0
(203,203,176)
#D4D4BE
(212,212,190)
#DDDDCC
(221,221,204)
#E6E6DA
(230,230,218)
#EFEFE8
(239,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95955C color. Also use rgb(149,149,92) instead hex code.

Text Font Color

.myTextColor { color: #95955C; }

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

This text font color is #95955C.


Background Color

.myBgColor { background-color: #95955C; }

<div style="background-color:#95955C">Inner text</div>

This div background color is #95955C.


Border color

.myBorderColor { border: 1px solid #95955C; }

<div style="border:3px solid #95955C">Div</div>

This div border color is #95955C.


Opacity

.myOpacity80 { color: #95955C; opacity: 0.8; }

<p style="color:#95955C;opacity:0.8;">80%</p>

Text with #95955C 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 #95955C;}

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

This text has shadow with #95955C color.

.textShadow {text-shadow: 3px 3px 1px #95955C, 3px 3px 1px red;}

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

This text has shadow with #95955C primary color and red secondary color.


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

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

This text has shadow with #95955C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95955C on black background.


Color preview on white background

This text has color #95955C on white background.



Black color preview on #95955C background

This text has black color on #95955C background.


White color preview on #95955C background

This text has white color on #95955C background.