COLOR #954D4C

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

149
77
76

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

Portions of RGB colors in percentages

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

%49.34
%25.5
%25.17

CMYK color model

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

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

CMYK percentages

%0
%48.32
%48.99
%41.57

Codes

Color #954D4C in popluar color models

954D4C
RGB1497776
HSL32.44%44.12%
HSB/HSV48.99%58.43%
CMYK0.00%48.32%48.99%
41.57%

Color #954D4C in popluar number systems.

HEX954D4C
Decimal1497776
Binary1001010110011011001100
Octal225115114

Shades and tints

Shades of #954D4C

#954D4C
(149,77,76)
#884646
(136,70,70)
#7B3F40
(123,63,64)
#6E383A
(110,56,58)
#613134
(97,49,52)
#542A2E
(84,42,46)
#472328
(71,35,40)
#3A1C22
(58,28,34)
#2D151C
(45,21,28)
#200E16
(32,14,22)
#130710
(19,7,16)
#000000
(0,0,0)

Tints of #954D4C

#954D4C
(149,77,76)
#9E5D5C
(158,93,92)
#A76D6C
(167,109,108)
#B07D7C
(176,125,124)
#B98D8C
(185,141,140)
#C29D9C
(194,157,156)
#CBADAC
(203,173,172)
#D4BDBC
(212,189,188)
#DDCDCC
(221,205,204)
#E6DDDC
(230,221,220)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #954D4C; }

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

This text font color is #954D4C.


Background Color

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

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

This div background color is #954D4C.


Border color

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

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

This div border color is #954D4C.


Opacity

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

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

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

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

This text has shadow with #954D4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #954D4C on black background.


Color preview on white background

This text has color #954D4C on white background.



Black color preview on #954D4C background

This text has black color on #954D4C background.


White color preview on #954D4C background

This text has white color on #954D4C background.