COLOR #959174

HEX: #959174
RGB: (149,145,116)

Color info

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

RGB color model

#959174 color RGB value is (149,145,116).

  • red value is 149;
  • green value is 145;
  • blue value is 116.
RGB:
(149,145,116)
(58%,57%,45%)

RGB channels and saturation

R 149 of 255 = 58%
G 145 of 255 = 57%
B 116 of 255 = 45%

149
145
116

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

Portions of RGB colors in percentages

R + G + B =
149 + 145 + 116 = 410 (100%)
R 149 of 410 ~ 36.34%
G 145 of 410 ~ 35.37%
B 116 of 410 ~ 28.29%

%36.34
%35.37
%28.29

CMYK color model

#959174 color CMYK value is (0,3,22,42).

  • cyan value is 0.00%
  • magenta value is 2.68%
  • yellow value is 22.15%
  • key color value is 41.57%
CMYK:
(0,3,22,42)
C0M3Y22K42 
(0%,3%,22%,42%)
(0.00/0.03/0.22/0.42)	

CMYK percentages

%0
%2.68
%22.15
%41.57

Codes

Color #959174 in popluar color models

959174
RGB149145116
HSL53°13.47%51.96%
HSB/HSV53°22.15%58.43%
CMYK0.00%2.68%22.15%
41.57%

Color #959174 in popluar number systems.

HEX959174
Decimal149145116
Binary10010101100100011110100
Octal225221164

Shades and tints

Shades of #959174

#959174
(149,145,116)
#88846A
(136,132,106)
#7B7760
(123,119,96)
#6E6A56
(110,106,86)
#615D4C
(97,93,76)
#545042
(84,80,66)
#474338
(71,67,56)
#3A362E
(58,54,46)
#2D2924
(45,41,36)
#201C1A
(32,28,26)
#130F10
(19,15,16)
#000000
(0,0,0)

Tints of #959174

#959174
(149,145,116)
#9E9B80
(158,155,128)
#A7A58C
(167,165,140)
#B0AF98
(176,175,152)
#B9B9A4
(185,185,164)
#C2C3B0
(194,195,176)
#CBCDBC
(203,205,188)
#D4D7C8
(212,215,200)
#DDE1D4
(221,225,212)
#E6EBE0
(230,235,224)
#EFF5EC
(239,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #959174 color. Also use rgb(149,145,116) instead hex code.

Text Font Color

.myTextColor { color: #959174; }

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

This text font color is #959174.


Background Color

.myBgColor { background-color: #959174; }

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

This div background color is #959174.


Border color

.myBorderColor { border: 1px solid #959174; }

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

This div border color is #959174.


Opacity

.myOpacity80 { color: #959174; opacity: 0.8; }

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

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

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

This text has shadow with #959174 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959174 on black background.


Color preview on white background

This text has color #959174 on white background.



Black color preview on #959174 background

This text has black color on #959174 background.


White color preview on #959174 background

This text has white color on #959174 background.