COLOR #959179

HEX: #959179
RGB: (149,145,121)

Color info

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

RGB color model

#959179 color RGB value is (149,145,121).

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

RGB channels and saturation

R 149 of 255 = 58%
G 145 of 255 = 57%
B 121 of 255 = 47%

149
145
121

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

Portions of RGB colors in percentages

R + G + B =
149 + 145 + 121 = 415 (100%)
R 149 of 415 ~ 35.9%
G 145 of 415 ~ 34.94%
B 121 of 415 ~ 29.16%

%35.9
%34.94
%29.16

CMYK color model

#959179 color CMYK value is (0,3,19,42).

  • cyan value is 0.00%
  • magenta value is 2.68%
  • yellow value is 18.79%
  • key color value is 41.57%
CMYK:
(0,3,19,42)
C0M3Y19K42 
(0%,3%,19%,42%)
(0.00/0.03/0.19/0.42)	

CMYK percentages

%0
%2.68
%18.79
%41.57

Codes

Color #959179 in popluar color models

959179
RGB149145121
HSL51°11.67%52.94%
HSB/HSV51°18.79%58.43%
CMYK0.00%2.68%18.79%
41.57%

Color #959179 in popluar number systems.

HEX959179
Decimal149145121
Binary10010101100100011111001
Octal225221171

Shades and tints

Shades of #959179

#959179
(149,145,121)
#88846E
(136,132,110)
#7B7763
(123,119,99)
#6E6A58
(110,106,88)
#615D4D
(97,93,77)
#545042
(84,80,66)
#474337
(71,67,55)
#3A362C
(58,54,44)
#2D2921
(45,41,33)
#201C16
(32,28,22)
#130F0B
(19,15,11)
#000000
(0,0,0)

Tints of #959179

#959179
(149,145,121)
#9E9B85
(158,155,133)
#A7A591
(167,165,145)
#B0AF9D
(176,175,157)
#B9B9A9
(185,185,169)
#C2C3B5
(194,195,181)
#CBCDC1
(203,205,193)
#D4D7CD
(212,215,205)
#DDE1D9
(221,225,217)
#E6EBE5
(230,235,229)
#EFF5F1
(239,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959179; }

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

This text font color is #959179.


Background Color

.myBgColor { background-color: #959179; }

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

This div background color is #959179.


Border color

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

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

This div border color is #959179.


Opacity

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

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

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

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

This text has shadow with #959179 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959179 on black background.


Color preview on white background

This text has color #959179 on white background.



Black color preview on #959179 background

This text has black color on #959179 background.


White color preview on #959179 background

This text has white color on #959179 background.