COLOR #95946D

HEX: #95946D
RGB: (149,148,109)

Color info

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

RGB color model

#95946D color RGB value is (149,148,109).

  • red value is 149;
  • green value is 148;
  • blue value is 109.
RGB:
(149,148,109)
(58%,58%,43%)

RGB channels and saturation

R 149 of 255 = 58%
G 148 of 255 = 58%
B 109 of 255 = 43%

149
148
109

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

Portions of RGB colors in percentages

R + G + B =
149 + 148 + 109 = 406 (100%)
R 149 of 406 ~ 36.7%
G 148 of 406 ~ 36.45%
B 109 of 406 ~ 26.85%

%36.7
%36.45
%26.85

CMYK color model

#95946D color CMYK value is (0,1,27,42).

  • cyan value is 0.00%
  • magenta value is 0.67%
  • yellow value is 26.85%
  • key color value is 41.57%
CMYK:
(0,1,27,42)
C0M1Y27K42 
(0%,1%,27%,42%)
(0.00/0.01/0.27/0.42)	

CMYK percentages

%0
%0.67
%26.85
%41.57

Codes

Color #95946D in popluar color models

95946D
RGB149148109
HSL59°15.87%50.59%
HSB/HSV59°26.85%58.43%
CMYK0.00%0.67%26.85%
41.57%

Color #95946D in popluar number systems.

HEX95946D
Decimal149148109
Binary10010101100101001101101
Octal225224155

Shades and tints

Shades of #95946D

#95946D
(149,148,109)
#888764
(136,135,100)
#7B7A5B
(123,122,91)
#6E6D52
(110,109,82)
#616049
(97,96,73)
#545340
(84,83,64)
#474637
(71,70,55)
#3A392E
(58,57,46)
#2D2C25
(45,44,37)
#201F1C
(32,31,28)
#131213
(19,18,19)
#000000
(0,0,0)

Tints of #95946D

#95946D
(149,148,109)
#9E9D7A
(158,157,122)
#A7A687
(167,166,135)
#B0AF94
(176,175,148)
#B9B8A1
(185,184,161)
#C2C1AE
(194,193,174)
#CBCABB
(203,202,187)
#D4D3C8
(212,211,200)
#DDDCD5
(221,220,213)
#E6E5E2
(230,229,226)
#EFEEEF
(239,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95946D color. Also use rgb(149,148,109) instead hex code.

Text Font Color

.myTextColor { color: #95946D; }

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

This text font color is #95946D.


Background Color

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

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

This div background color is #95946D.


Border color

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

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

This div border color is #95946D.


Opacity

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

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

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

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

This text has shadow with #95946D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95946D on black background.


Color preview on white background

This text has color #95946D on white background.



Black color preview on #95946D background

This text has black color on #95946D background.


White color preview on #95946D background

This text has white color on #95946D background.