COLOR #954659

HEX: #954659
RGB: (149,70,89)

Color info

#954659 contains mainly red color. Web safe color of #954659 is #993366 (or #936).

RGB color model

#954659 color RGB value is (149,70,89).

  • red value is 149;
  • green value is 70;
  • blue value is 89.
RGB:
(149,70,89)
(58%,27%,35%)

RGB channels and saturation

R 149 of 255 = 58%
G 70 of 255 = 27%
B 89 of 255 = 35%

149
70
89

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

Portions of RGB colors in percentages

R + G + B =
149 + 70 + 89 = 308 (100%)
R 149 of 308 ~ 48.38%
G 70 of 308 ~ 22.73%
B 89 of 308 ~ 28.9%

%48.38
%22.73
%28.9

CMYK color model

#954659 color CMYK value is (0,53,40,42).

  • cyan value is 0.00%
  • magenta value is 53.02%
  • yellow value is 40.27%
  • key color value is 41.57%
CMYK:
(0,53,40,42)
C0M53Y40K42 
(0%,53%,40%,42%)
(0.00/0.53/0.40/0.42)	

CMYK percentages

%0
%53.02
%40.27
%41.57

Codes

Color #954659 in popluar color models

954659
RGB1497089
HSL346°36.07%42.94%
HSB/HSV346°53.02%58.43%
CMYK0.00%53.02%40.27%
41.57%

Color #954659 in popluar number systems.

HEX954659
Decimal1497089
Binary1001010110001101011001
Octal225106131

Shades and tints

Shades of #954659

#954659
(149,70,89)
#884051
(136,64,81)
#7B3A49
(123,58,73)
#6E3441
(110,52,65)
#612E39
(97,46,57)
#542831
(84,40,49)
#472229
(71,34,41)
#3A1C21
(58,28,33)
#2D1619
(45,22,25)
#201011
(32,16,17)
#130A09
(19,10,9)
#000000
(0,0,0)

Tints of #954659

#954659
(149,70,89)
#9E5668
(158,86,104)
#A76677
(167,102,119)
#B07686
(176,118,134)
#B98695
(185,134,149)
#C296A4
(194,150,164)
#CBA6B3
(203,166,179)
#D4B6C2
(212,182,194)
#DDC6D1
(221,198,209)
#E6D6E0
(230,214,224)
#EFE6EF
(239,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #954659 color. Also use rgb(149,70,89) instead hex code.

Text Font Color

.myTextColor { color: #954659; }

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

This text font color is #954659.


Background Color

.myBgColor { background-color: #954659; }

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

This div background color is #954659.


Border color

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

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

This div border color is #954659.


Opacity

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

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

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

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

This text has shadow with #954659 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #954659 on black background.


Color preview on white background

This text has color #954659 on white background.



Black color preview on #954659 background

This text has black color on #954659 background.


White color preview on #954659 background

This text has white color on #954659 background.