COLOR #954654

HEX: #954654
RGB: (149,70,84)

Color info

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

RGB color model

#954654 color RGB value is (149,70,84).

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

RGB channels and saturation

R 149 of 255 = 58%
G 70 of 255 = 27%
B 84 of 255 = 33%

149
70
84

R + G + B ~ 39%. #954654 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
149 + 70 + 84 = 303 (100%)
R 149 of 303 ~ 49.17%
G 70 of 303 ~ 23.1%
B 84 of 303 ~ 27.72%

%49.17
%23.1
%27.72

CMYK color model

#954654 color CMYK value is (0,53,44,42).

  • cyan value is 0.00%
  • magenta value is 53.02%
  • yellow value is 43.62%
  • key color value is 41.57%
CMYK:
(0,53,44,42)
C0M53Y44K42 
(0%,53%,44%,42%)
(0.00/0.53/0.44/0.42)	

CMYK percentages

%0
%53.02
%43.62
%41.57

Codes

Color #954654 in popluar color models

954654
RGB1497084
HSL349°36.07%42.94%
HSB/HSV349°53.02%58.43%
CMYK0.00%53.02%43.62%
41.57%

Color #954654 in popluar number systems.

HEX954654
Decimal1497084
Binary1001010110001101010100
Octal225106124

Shades and tints

Shades of #954654

#954654
(149,70,84)
#88404D
(136,64,77)
#7B3A46
(123,58,70)
#6E343F
(110,52,63)
#612E38
(97,46,56)
#542831
(84,40,49)
#47222A
(71,34,42)
#3A1C23
(58,28,35)
#2D161C
(45,22,28)
#201015
(32,16,21)
#130A0E
(19,10,14)
#000000
(0,0,0)

Tints of #954654

#954654
(149,70,84)
#9E5663
(158,86,99)
#A76672
(167,102,114)
#B07681
(176,118,129)
#B98690
(185,134,144)
#C2969F
(194,150,159)
#CBA6AE
(203,166,174)
#D4B6BD
(212,182,189)
#DDC6CC
(221,198,204)
#E6D6DB
(230,214,219)
#EFE6EA
(239,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #954654; }

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

This text font color is #954654.


Background Color

.myBgColor { background-color: #954654; }

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

This div background color is #954654.


Border color

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

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

This div border color is #954654.


Opacity

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

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

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

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

This text has shadow with #954654 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #954654 on black background.


Color preview on white background

This text has color #954654 on white background.



Black color preview on #954654 background

This text has black color on #954654 background.


White color preview on #954654 background

This text has white color on #954654 background.