COLOR #95937A

HEX: #95937A
RGB: (149,147,122)

Color info

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

RGB color model

#95937A color RGB value is (149,147,122).

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

RGB channels and saturation

R 149 of 255 = 58%
G 147 of 255 = 58%
B 122 of 255 = 48%

149
147
122

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

Portions of RGB colors in percentages

R + G + B =
149 + 147 + 122 = 418 (100%)
R 149 of 418 ~ 35.65%
G 147 of 418 ~ 35.17%
B 122 of 418 ~ 29.19%

%35.65
%35.17
%29.19

CMYK color model

#95937A color CMYK value is (0,1,18,42).

  • cyan value is 0.00%
  • magenta value is 1.34%
  • yellow value is 18.12%
  • key color value is 41.57%
CMYK:
(0,1,18,42)
C0M1Y18K42 
(0%,1%,18%,42%)
(0.00/0.01/0.18/0.42)	

CMYK percentages

%0
%1.34
%18.12
%41.57

Codes

Color #95937A in popluar color models

95937A
RGB149147122
HSL56°11.30%53.14%
HSB/HSV56°18.12%58.43%
CMYK0.00%1.34%18.12%
41.57%

Color #95937A in popluar number systems.

HEX95937A
Decimal149147122
Binary10010101100100111111010
Octal225223172

Shades and tints

Shades of #95937A

#95937A
(149,147,122)
#88866F
(136,134,111)
#7B7964
(123,121,100)
#6E6C59
(110,108,89)
#615F4E
(97,95,78)
#545243
(84,82,67)
#474538
(71,69,56)
#3A382D
(58,56,45)
#2D2B22
(45,43,34)
#201E17
(32,30,23)
#13110C
(19,17,12)
#000000
(0,0,0)

Tints of #95937A

#95937A
(149,147,122)
#9E9C86
(158,156,134)
#A7A592
(167,165,146)
#B0AE9E
(176,174,158)
#B9B7AA
(185,183,170)
#C2C0B6
(194,192,182)
#CBC9C2
(203,201,194)
#D4D2CE
(212,210,206)
#DDDBDA
(221,219,218)
#E6E4E6
(230,228,230)
#EFEDF2
(239,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95937A; }

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

This text font color is #95937A.


Background Color

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

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

This div background color is #95937A.


Border color

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

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

This div border color is #95937A.


Opacity

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

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

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

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

This text has shadow with #95937A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95937A on black background.


Color preview on white background

This text has color #95937A on white background.



Black color preview on #95937A background

This text has black color on #95937A background.


White color preview on #95937A background

This text has white color on #95937A background.