COLOR #954D31

HEX: #954D31
RGB: (149,77,49)

Color info

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

RGB color model

#954D31 color RGB value is (149,77,49).

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

RGB channels and saturation

R 149 of 255 = 58%
G 77 of 255 = 30%
B 49 of 255 = 19%

149
77
49

R + G + B ~ 36%. #954D31 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
149 + 77 + 49 = 275 (100%)
R 149 of 275 ~ 54.18%
G 77 of 275 ~ 28%
B 49 of 275 ~ 17.82%

%54.18
%28
%17.82

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 48.32%
  • yellow value is 67.11%
  • key color value is 41.57%
CMYK:
(0,48,67,42)
C0M48Y67K42 
(0%,48%,67%,42%)
(0.00/0.48/0.67/0.42)	

CMYK percentages

%0
%48.32
%67.11
%41.57

Codes

Color #954D31 in popluar color models

954D31
RGB1497749
HSL17°50.51%38.82%
HSB/HSV17°67.11%58.43%
CMYK0.00%48.32%67.11%
41.57%

Color #954D31 in popluar number systems.

HEX954D31
Decimal1497749
Binary100101011001101110001
Octal22511561

Shades and tints

Shades of #954D31

#954D31
(149,77,49)
#88462D
(136,70,45)
#7B3F29
(123,63,41)
#6E3825
(110,56,37)
#613121
(97,49,33)
#542A1D
(84,42,29)
#472319
(71,35,25)
#3A1C15
(58,28,21)
#2D1511
(45,21,17)
#200E0D
(32,14,13)
#130709
(19,7,9)
#000000
(0,0,0)

Tints of #954D31

#954D31
(149,77,49)
#9E5D43
(158,93,67)
#A76D55
(167,109,85)
#B07D67
(176,125,103)
#B98D79
(185,141,121)
#C29D8B
(194,157,139)
#CBAD9D
(203,173,157)
#D4BDAF
(212,189,175)
#DDCDC1
(221,205,193)
#E6DDD3
(230,221,211)
#EFEDE5
(239,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #954D31; }

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

This text font color is #954D31.


Background Color

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

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

This div background color is #954D31.


Border color

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

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

This div border color is #954D31.


Opacity

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

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

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

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

This text has shadow with #954D31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #954D31 on black background.


Color preview on white background

This text has color #954D31 on white background.



Black color preview on #954D31 background

This text has black color on #954D31 background.


White color preview on #954D31 background

This text has white color on #954D31 background.