COLOR #95936A

HEX: #95936A
RGB: (149,147,106)

Color info

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

RGB color model

#95936A color RGB value is (149,147,106).

  • red value is 149;
  • green value is 147;
  • blue value is 106.
RGB:
(149,147,106)
(58%,58%,42%)

RGB channels and saturation

R 149 of 255 = 58%
G 147 of 255 = 58%
B 106 of 255 = 42%

149
147
106

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

Portions of RGB colors in percentages

R + G + B =
149 + 147 + 106 = 402 (100%)
R 149 of 402 ~ 37.06%
G 147 of 402 ~ 36.57%
B 106 of 402 ~ 26.37%

%37.06
%36.57
%26.37

CMYK color model

#95936A color CMYK value is (0,1,29,42).

  • cyan value is 0.00%
  • magenta value is 1.34%
  • yellow value is 28.86%
  • key color value is 41.57%
CMYK:
(0,1,29,42)
C0M1Y29K42 
(0%,1%,29%,42%)
(0.00/0.01/0.29/0.42)	

CMYK percentages

%0
%1.34
%28.86
%41.57

Codes

Color #95936A in popluar color models

95936A
RGB149147106
HSL57°16.86%50.00%
HSB/HSV57°28.86%58.43%
CMYK0.00%1.34%28.86%
41.57%

Color #95936A in popluar number systems.

HEX95936A
Decimal149147106
Binary10010101100100111101010
Octal225223152

Shades and tints

Shades of #95936A

#95936A
(149,147,106)
#888661
(136,134,97)
#7B7958
(123,121,88)
#6E6C4F
(110,108,79)
#615F46
(97,95,70)
#54523D
(84,82,61)
#474534
(71,69,52)
#3A382B
(58,56,43)
#2D2B22
(45,43,34)
#201E19
(32,30,25)
#131110
(19,17,16)
#000000
(0,0,0)

Tints of #95936A

#95936A
(149,147,106)
#9E9C77
(158,156,119)
#A7A584
(167,165,132)
#B0AE91
(176,174,145)
#B9B79E
(185,183,158)
#C2C0AB
(194,192,171)
#CBC9B8
(203,201,184)
#D4D2C5
(212,210,197)
#DDDBD2
(221,219,210)
#E6E4DF
(230,228,223)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95936A color. Also use rgb(149,147,106) instead hex code.

Text Font Color

.myTextColor { color: #95936A; }

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

This text font color is #95936A.


Background Color

.myBgColor { background-color: #95936A; }

<div style="background-color:#95936A">Inner text</div>

This div background color is #95936A.


Border color

.myBorderColor { border: 1px solid #95936A; }

<div style="border:3px solid #95936A">Div</div>

This div border color is #95936A.


Opacity

.myOpacity80 { color: #95936A; opacity: 0.8; }

<p style="color:#95936A;opacity:0.8;">80%</p>

Text with #95936A 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 #95936A;}

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

This text has shadow with #95936A color.

.textShadow {text-shadow: 3px 3px 1px #95936A, 3px 3px 1px red;}

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

This text has shadow with #95936A primary color and red secondary color.


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

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

This text has shadow with #95936A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95936A on black background.


Color preview on white background

This text has color #95936A on white background.



Black color preview on #95936A background

This text has black color on #95936A background.


White color preview on #95936A background

This text has white color on #95936A background.