COLOR #95937D

HEX: #95937D
RGB: (149,147,125)

Color info

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

RGB color model

#95937D color RGB value is (149,147,125).

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

RGB channels and saturation

R 149 of 255 = 58%
G 147 of 255 = 58%
B 125 of 255 = 49%

149
147
125

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

Portions of RGB colors in percentages

R + G + B =
149 + 147 + 125 = 421 (100%)
R 149 of 421 ~ 35.39%
G 147 of 421 ~ 34.92%
B 125 of 421 ~ 29.69%

%35.39
%34.92
%29.69

CMYK color model

#95937D color CMYK value is (0,1,16,42).

  • cyan value is 0.00%
  • magenta value is 1.34%
  • yellow value is 16.11%
  • key color value is 41.57%
CMYK:
(0,1,16,42)
C0M1Y16K42 
(0%,1%,16%,42%)
(0.00/0.01/0.16/0.42)	

CMYK percentages

%0
%1.34
%16.11
%41.57

Codes

Color #95937D in popluar color models

95937D
RGB149147125
HSL55°10.17%53.73%
HSB/HSV55°16.11%58.43%
CMYK0.00%1.34%16.11%
41.57%

Color #95937D in popluar number systems.

HEX95937D
Decimal149147125
Binary10010101100100111111101
Octal225223175

Shades and tints

Shades of #95937D

#95937D
(149,147,125)
#888672
(136,134,114)
#7B7967
(123,121,103)
#6E6C5C
(110,108,92)
#615F51
(97,95,81)
#545246
(84,82,70)
#47453B
(71,69,59)
#3A3830
(58,56,48)
#2D2B25
(45,43,37)
#201E1A
(32,30,26)
#13110F
(19,17,15)
#000000
(0,0,0)

Tints of #95937D

#95937D
(149,147,125)
#9E9C88
(158,156,136)
#A7A593
(167,165,147)
#B0AE9E
(176,174,158)
#B9B7A9
(185,183,169)
#C2C0B4
(194,192,180)
#CBC9BF
(203,201,191)
#D4D2CA
(212,210,202)
#DDDBD5
(221,219,213)
#E6E4E0
(230,228,224)
#EFEDEB
(239,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95937D; }

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

This text font color is #95937D.


Background Color

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

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

This div background color is #95937D.


Border color

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

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

This div border color is #95937D.


Opacity

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

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

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

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

This text has shadow with #95937D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95937D on black background.


Color preview on white background

This text has color #95937D on white background.



Black color preview on #95937D background

This text has black color on #95937D background.


White color preview on #95937D background

This text has white color on #95937D background.