COLOR #954E57

HEX: #954E57
RGB: (149,78,87)

Color info

#954E57 contains mainly red color. Web safe color of #954E57 is #996666 (or #966).

RGB color model

#954E57 color RGB value is (149,78,87).

  • red value is 149;
  • green value is 78;
  • blue value is 87.
RGB:
(149,78,87)
(58%,31%,34%)

RGB channels and saturation

R 149 of 255 = 58%
G 78 of 255 = 31%
B 87 of 255 = 34%

149
78
87

R + G + B ~ 41%. #954E57 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 78 + 87 = 314 (100%)
R 149 of 314 ~ 47.45%
G 78 of 314 ~ 24.84%
B 87 of 314 ~ 27.71%

%47.45
%24.84
%27.71

CMYK color model

#954E57 color CMYK value is (0,48,42,42).

  • cyan value is 0.00%
  • magenta value is 47.65%
  • yellow value is 41.61%
  • key color value is 41.57%
CMYK:
(0,48,42,42)
C0M48Y42K42 
(0%,48%,42%,42%)
(0.00/0.48/0.42/0.42)	

CMYK percentages

%0
%47.65
%41.61
%41.57

Codes

Color #954E57 in popluar color models

954E57
RGB1497887
HSL352°31.28%44.51%
HSB/HSV352°47.65%58.43%
CMYK0.00%47.65%41.61%
41.57%

Color #954E57 in popluar number systems.

HEX954E57
Decimal1497887
Binary1001010110011101010111
Octal225116127

Shades and tints

Shades of #954E57

#954E57
(149,78,87)
#884750
(136,71,80)
#7B4049
(123,64,73)
#6E3942
(110,57,66)
#61323B
(97,50,59)
#542B34
(84,43,52)
#47242D
(71,36,45)
#3A1D26
(58,29,38)
#2D161F
(45,22,31)
#200F18
(32,15,24)
#130811
(19,8,17)
#000000
(0,0,0)

Tints of #954E57

#954E57
(149,78,87)
#9E5E66
(158,94,102)
#A76E75
(167,110,117)
#B07E84
(176,126,132)
#B98E93
(185,142,147)
#C29EA2
(194,158,162)
#CBAEB1
(203,174,177)
#D4BEC0
(212,190,192)
#DDCECF
(221,206,207)
#E6DEDE
(230,222,222)
#EFEEED
(239,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #954E57 color. Also use rgb(149,78,87) instead hex code.

Text Font Color

.myTextColor { color: #954E57; }

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

This text font color is #954E57.


Background Color

.myBgColor { background-color: #954E57; }

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

This div background color is #954E57.


Border color

.myBorderColor { border: 1px solid #954E57; }

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

This div border color is #954E57.


Opacity

.myOpacity80 { color: #954E57; opacity: 0.8; }

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

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

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

This text has shadow with #954E57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #954E57 on black background.


Color preview on white background

This text has color #954E57 on white background.



Black color preview on #954E57 background

This text has black color on #954E57 background.


White color preview on #954E57 background

This text has white color on #954E57 background.