COLOR #958079

HEX: #958079
RGB: (149,128,121)

Color info

#958079 contains red, green and blue colors in about the same proportion. Web safe color of #958079 is #996666 (or #966).

RGB color model

#958079 color RGB value is (149,128,121).

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

RGB channels and saturation

R 149 of 255 = 58%
G 128 of 255 = 50%
B 121 of 255 = 47%

149
128
121

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

Portions of RGB colors in percentages

R + G + B =
149 + 128 + 121 = 398 (100%)
R 149 of 398 ~ 37.44%
G 128 of 398 ~ 32.16%
B 121 of 398 ~ 30.4%

%37.44
%32.16
%30.4

CMYK color model

#958079 color CMYK value is (0,14,19,42).

  • cyan value is 0.00%
  • magenta value is 14.09%
  • yellow value is 18.79%
  • key color value is 41.57%
CMYK:
(0,14,19,42)
C0M14Y19K42 
(0%,14%,19%,42%)
(0.00/0.14/0.19/0.42)	

CMYK percentages

%0
%14.09
%18.79
%41.57

Codes

Color #958079 in popluar color models

958079
RGB149128121
HSL15°11.67%52.94%
HSB/HSV15°18.79%58.43%
CMYK0.00%14.09%18.79%
41.57%

Color #958079 in popluar number systems.

HEX958079
Decimal149128121
Binary10010101100000001111001
Octal225200171

Shades and tints

Shades of #958079

#958079
(149,128,121)
#88756E
(136,117,110)
#7B6A63
(123,106,99)
#6E5F58
(110,95,88)
#61544D
(97,84,77)
#544942
(84,73,66)
#473E37
(71,62,55)
#3A332C
(58,51,44)
#2D2821
(45,40,33)
#201D16
(32,29,22)
#13120B
(19,18,11)
#000000
(0,0,0)

Tints of #958079

#958079
(149,128,121)
#9E8B85
(158,139,133)
#A79691
(167,150,145)
#B0A19D
(176,161,157)
#B9ACA9
(185,172,169)
#C2B7B5
(194,183,181)
#CBC2C1
(203,194,193)
#D4CDCD
(212,205,205)
#DDD8D9
(221,216,217)
#E6E3E5
(230,227,229)
#EFEEF1
(239,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958079; }

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

This text font color is #958079.


Background Color

.myBgColor { background-color: #958079; }

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

This div background color is #958079.


Border color

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

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

This div border color is #958079.


Opacity

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

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

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

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

This text has shadow with #958079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958079 on black background.


Color preview on white background

This text has color #958079 on white background.



Black color preview on #958079 background

This text has black color on #958079 background.


White color preview on #958079 background

This text has white color on #958079 background.