COLOR #95974E

HEX: #95974E
RGB: (149,151,78)

Color info

#95974E contains mainly red and green colors. Web safe color of #95974E is #999966 (or #996).

RGB color model

#95974E color RGB value is (149,151,78).

  • red value is 149;
  • green value is 151;
  • blue value is 78.
RGB:
(149,151,78)
(58%,59%,31%)

RGB channels and saturation

R 149 of 255 = 58%
G 151 of 255 = 59%
B 78 of 255 = 31%

149
151
78

R + G + B ~ 49%. #95974E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 151 + 78 = 378 (100%)
R 149 of 378 ~ 39.42%
G 151 of 378 ~ 39.95%
B 78 of 378 ~ 20.63%

%39.42
%39.95
%20.63

CMYK color model

#95974E color CMYK value is (1,0,48,41).

  • cyan value is 1.32%
  • magenta value is 0.00%
  • yellow value is 48.34%
  • key color value is 40.78%
CMYK:
(1,0,48,41)
C1M0Y48K41 
(1%,0%,48%,41%)
(0.01/0.00/0.48/0.41)	

CMYK percentages

%1.32
%0
%48.34
%40.78

Codes

Color #95974E in popluar color models

95974E
RGB14915178
HSL62°31.88%44.90%
HSB/HSV62°48.34%59.22%
CMYK1.32%0.00%48.34%
40.78%

Color #95974E in popluar number systems.

HEX95974E
Decimal14915178
Binary10010101100101111001110
Octal225227116

Shades and tints

Shades of #95974E

#95974E
(149,151,78)
#888A47
(136,138,71)
#7B7D40
(123,125,64)
#6E7039
(110,112,57)
#616332
(97,99,50)
#54562B
(84,86,43)
#474924
(71,73,36)
#3A3C1D
(58,60,29)
#2D2F16
(45,47,22)
#20220F
(32,34,15)
#131508
(19,21,8)
#000000
(0,0,0)

Tints of #95974E

#95974E
(149,151,78)
#9EA05E
(158,160,94)
#A7A96E
(167,169,110)
#B0B27E
(176,178,126)
#B9BB8E
(185,187,142)
#C2C49E
(194,196,158)
#CBCDAE
(203,205,174)
#D4D6BE
(212,214,190)
#DDDFCE
(221,223,206)
#E6E8DE
(230,232,222)
#EFF1EE
(239,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95974E color. Also use rgb(149,151,78) instead hex code.

Text Font Color

.myTextColor { color: #95974E; }

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

This text font color is #95974E.


Background Color

.myBgColor { background-color: #95974E; }

<div style="background-color:#95974E">Inner text</div>

This div background color is #95974E.


Border color

.myBorderColor { border: 1px solid #95974E; }

<div style="border:3px solid #95974E">Div</div>

This div border color is #95974E.


Opacity

.myOpacity80 { color: #95974E; opacity: 0.8; }

<p style="color:#95974E;opacity:0.8;">80%</p>

Text with #95974E 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 #95974E;}

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

This text has shadow with #95974E color.

.textShadow {text-shadow: 3px 3px 1px #95974E, 3px 3px 1px red;}

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

This text has shadow with #95974E primary color and red secondary color.


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

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

This text has shadow with #95974E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95974E on black background.


Color preview on white background

This text has color #95974E on white background.



Black color preview on #95974E background

This text has black color on #95974E background.


White color preview on #95974E background

This text has white color on #95974E background.