COLOR #954C4D

HEX: #954C4D
RGB: (149,76,77)

Color info

#954C4D contains mainly red color. Web safe color of #954C4D is #993333 (or #933).

RGB color model

#954C4D color RGB value is (149,76,77).

  • red value is 149;
  • green value is 76;
  • blue value is 77.
RGB:
(149,76,77)
(58%,30%,30%)

RGB channels and saturation

R 149 of 255 = 58%
G 76 of 255 = 30%
B 77 of 255 = 30%

149
76
77

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

Portions of RGB colors in percentages

R + G + B =
149 + 76 + 77 = 302 (100%)
R 149 of 302 ~ 49.34%
G 76 of 302 ~ 25.17%
B 77 of 302 ~ 25.5%

%49.34
%25.17
%25.5

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 48.99%
  • yellow value is 48.32%
  • key color value is 41.57%
CMYK:
(0,49,48,42)
C0M49Y48K42 
(0%,49%,48%,42%)
(0.00/0.49/0.48/0.42)	

CMYK percentages

%0
%48.99
%48.32
%41.57

Codes

Color #954C4D in popluar color models

954C4D
RGB1497677
HSL359°32.44%44.12%
HSB/HSV359°48.99%58.43%
CMYK0.00%48.99%48.32%
41.57%

Color #954C4D in popluar number systems.

HEX954C4D
Decimal1497677
Binary1001010110011001001101
Octal225114115

Shades and tints

Shades of #954C4D

#954C4D
(149,76,77)
#884646
(136,70,70)
#7B403F
(123,64,63)
#6E3A38
(110,58,56)
#613431
(97,52,49)
#542E2A
(84,46,42)
#472823
(71,40,35)
#3A221C
(58,34,28)
#2D1C15
(45,28,21)
#20160E
(32,22,14)
#131007
(19,16,7)
#000000
(0,0,0)

Tints of #954C4D

#954C4D
(149,76,77)
#9E5C5D
(158,92,93)
#A76C6D
(167,108,109)
#B07C7D
(176,124,125)
#B98C8D
(185,140,141)
#C29C9D
(194,156,157)
#CBACAD
(203,172,173)
#D4BCBD
(212,188,189)
#DDCCCD
(221,204,205)
#E6DCDD
(230,220,221)
#EFECED
(239,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #954C4D color. Also use rgb(149,76,77) instead hex code.

Text Font Color

.myTextColor { color: #954C4D; }

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

This text font color is #954C4D.


Background Color

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

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

This div background color is #954C4D.


Border color

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

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

This div border color is #954C4D.


Opacity

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

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

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

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

This text has shadow with #954C4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #954C4D on black background.


Color preview on white background

This text has color #954C4D on white background.



Black color preview on #954C4D background

This text has black color on #954C4D background.


White color preview on #954C4D background

This text has white color on #954C4D background.