COLOR #958779

HEX: #958779
RGB: (149,135,121)

Color info

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

RGB color model

#958779 color RGB value is (149,135,121).

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

RGB channels and saturation

R 149 of 255 = 58%
G 135 of 255 = 53%
B 121 of 255 = 47%

149
135
121

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

Portions of RGB colors in percentages

R + G + B =
149 + 135 + 121 = 405 (100%)
R 149 of 405 ~ 36.79%
G 135 of 405 ~ 33.33%
B 121 of 405 ~ 29.88%

%36.79
%33.33
%29.88

CMYK color model

#958779 color CMYK value is (0,9,19,42).

  • cyan value is 0.00%
  • magenta value is 9.40%
  • yellow value is 18.79%
  • key color value is 41.57%
CMYK:
(0,9,19,42)
C0M9Y19K42 
(0%,9%,19%,42%)
(0.00/0.09/0.19/0.42)	

CMYK percentages

%0
%9.4
%18.79
%41.57

Codes

Color #958779 in popluar color models

958779
RGB149135121
HSL30°11.67%52.94%
HSB/HSV30°18.79%58.43%
CMYK0.00%9.40%18.79%
41.57%

Color #958779 in popluar number systems.

HEX958779
Decimal149135121
Binary10010101100001111111001
Octal225207171

Shades and tints

Shades of #958779

#958779
(149,135,121)
#887B6E
(136,123,110)
#7B6F63
(123,111,99)
#6E6358
(110,99,88)
#61574D
(97,87,77)
#544B42
(84,75,66)
#473F37
(71,63,55)
#3A332C
(58,51,44)
#2D2721
(45,39,33)
#201B16
(32,27,22)
#130F0B
(19,15,11)
#000000
(0,0,0)

Tints of #958779

#958779
(149,135,121)
#9E9185
(158,145,133)
#A79B91
(167,155,145)
#B0A59D
(176,165,157)
#B9AFA9
(185,175,169)
#C2B9B5
(194,185,181)
#CBC3C1
(203,195,193)
#D4CDCD
(212,205,205)
#DDD7D9
(221,215,217)
#E6E1E5
(230,225,229)
#EFEBF1
(239,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958779; }

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

This text font color is #958779.


Background Color

.myBgColor { background-color: #958779; }

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

This div background color is #958779.


Border color

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

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

This div border color is #958779.


Opacity

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

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

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

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

This text has shadow with #958779 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958779 on black background.


Color preview on white background

This text has color #958779 on white background.



Black color preview on #958779 background

This text has black color on #958779 background.


White color preview on #958779 background

This text has white color on #958779 background.