COLOR #954C4F

HEX: #954C4F RGB: (149,76,79)

Color info

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

RGB color model

#954C4F color RGB value is (149,76,79).

RGB: (149,76,79) (58%, 30%, 31%)

RGB channels and saturation

R 149 of 255 = 58%
G 76 of 255 = 30%
B 79 of 255 = 31%

149
76
79

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

Portions of RGB colors in percentages

R + G + B = 149 + 76 + 79 = 304 (100%)
R 149 of 304 ~ 49.01%
G 76 of 304 ~ 25%
B 79 of 304 ~ 25.99'%

%49.01
%25
%25.99

CMYK color model

#954C4F color CMYK value is (0,49,47,42).

  • cyan value is 0.00%
  • magenta value is 48.99%
  • yellow value is 46.98%
  • key color value is 41.57%

CMYK: (0,49,47,42)
C0M49Y47K42 (0%, 49%, 47%, 42%)
(0.00 / 0.49 / 0.47 / 0.42)

CMYK percentages

%0
%48.99
%46.98
%41.57

Codes

Color #954C4F in popluar color models

95 4C 4F
RGB 149 76 79
HSL 358° 32.44% 44.12%
HSB/HSV 358° 48.99% 58.43%
CMYK 0.00% 48.99% 46.98%
41.57%

Color #954C4F in popluar number systems.

HEX 95 4C 4F
Decimal 149 76 79
Binary 10010101 1001100 1001111
Octal 225 114 117

Shades and tints

Shades of #954C4F

#954C4F
(149,76,79)
#884648
(136,70,72)
#7B4041
(123,64,65)
#6E3A3A
(110,58,58)
#613433
(97,52,51)
#542E2C
(84,46,44)
#472825
(71,40,37)
#3A221E
(58,34,30)
#2D1C17
(45,28,23)
#201610
(32,22,16)
#131009
(19,16,9)
#000000
(0,0,0)

Tints of #954C4F

#954C4F
(149,76,79)
#9E5C5F
(158,92,95)
#A76C6F
(167,108,111)
#B07C7F
(176,124,127)
#B98C8F
(185,140,143)
#C29C9F
(194,156,159)
#CBACAF
(203,172,175)
#D4BCBF
(212,188,191)
#DDCCCF
(221,204,207)
#E6DCDF
(230,220,223)
#EFECEF
(239,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #954C4F; }

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

This text font color is #954C4F.

Background Color

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

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

This div background color is #954C4F.

Border color

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

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

This div border color is #954C4F.

Opacity

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

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

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

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

This text has shadow with #954C4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #954C4F.

Preview

Color preview on black background

This text has color #954C4F on black background.


Color preview on white background

This text has color #954C4F on white background.


Black color preview on #954C4F background

This text has black color on #954C4F background.


White color preview on #954C4F background

This text has white color on #954C4F background.


Related colors

Complementary color

Complementary color for #hex is #6AB3B0.


I love getcolorcode.com

Triadic colors

1 #4F954C and #4C4F95 with #954C4F are triadic colors.

2 #4F4C95 and #4C954F with #954C4F are triadic colors.