COLOR #956079

HEX: #956079
RGB: (149,96,121)

Color info

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

RGB color model

#956079 color RGB value is (149,96,121).

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

RGB channels and saturation

R 149 of 255 = 58%
G 96 of 255 = 38%
B 121 of 255 = 47%

149
96
121

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

Portions of RGB colors in percentages

R + G + B =
149 + 96 + 121 = 366 (100%)
R 149 of 366 ~ 40.71%
G 96 of 366 ~ 26.23%
B 121 of 366 ~ 33.06%

%40.71
%26.23
%33.06

CMYK color model

#956079 color CMYK value is (0,36,19,42).

  • cyan value is 0.00%
  • magenta value is 35.57%
  • yellow value is 18.79%
  • key color value is 41.57%
CMYK:
(0,36,19,42)
C0M36Y19K42 
(0%,36%,19%,42%)
(0.00/0.36/0.19/0.42)	

CMYK percentages

%0
%35.57
%18.79
%41.57

Codes

Color #956079 in popluar color models

956079
RGB14996121
HSL332°21.63%48.04%
HSB/HSV332°35.57%58.43%
CMYK0.00%35.57%18.79%
41.57%

Color #956079 in popluar number systems.

HEX956079
Decimal14996121
Binary1001010111000001111001
Octal225140171

Shades and tints

Shades of #956079

#956079
(149,96,121)
#88586E
(136,88,110)
#7B5063
(123,80,99)
#6E4858
(110,72,88)
#61404D
(97,64,77)
#543842
(84,56,66)
#473037
(71,48,55)
#3A282C
(58,40,44)
#2D2021
(45,32,33)
#201816
(32,24,22)
#13100B
(19,16,11)
#000000
(0,0,0)

Tints of #956079

#956079
(149,96,121)
#9E6E85
(158,110,133)
#A77C91
(167,124,145)
#B08A9D
(176,138,157)
#B998A9
(185,152,169)
#C2A6B5
(194,166,181)
#CBB4C1
(203,180,193)
#D4C2CD
(212,194,205)
#DDD0D9
(221,208,217)
#E6DEE5
(230,222,229)
#EFECF1
(239,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #956079; }

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

This text font color is #956079.


Background Color

.myBgColor { background-color: #956079; }

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

This div background color is #956079.


Border color

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

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

This div border color is #956079.


Opacity

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

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

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

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

This text has shadow with #956079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #956079 on black background.


Color preview on white background

This text has color #956079 on white background.



Black color preview on #956079 background

This text has black color on #956079 background.


White color preview on #956079 background

This text has white color on #956079 background.