COLOR #954D3C

HEX: #954D3C
RGB: (149,77,60)

Color info

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

RGB color model

#954D3C color RGB value is (149,77,60).

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

RGB channels and saturation

R 149 of 255 = 58%
G 77 of 255 = 30%
B 60 of 255 = 24%

149
77
60

R + G + B ~ 37%. #954D3C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
149 + 77 + 60 = 286 (100%)
R 149 of 286 ~ 52.1%
G 77 of 286 ~ 26.92%
B 60 of 286 ~ 20.98%

%52.1
%26.92
%20.98

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 48.32%
  • yellow value is 59.73%
  • key color value is 41.57%
CMYK:
(0,48,60,42)
C0M48Y60K42 
(0%,48%,60%,42%)
(0.00/0.48/0.60/0.42)	

CMYK percentages

%0
%48.32
%59.73
%41.57

Codes

Color #954D3C in popluar color models

954D3C
RGB1497760
HSL11°42.58%40.98%
HSB/HSV11°59.73%58.43%
CMYK0.00%48.32%59.73%
41.57%

Color #954D3C in popluar number systems.

HEX954D3C
Decimal1497760
Binary100101011001101111100
Octal22511574

Shades and tints

Shades of #954D3C

#954D3C
(149,77,60)
#884637
(136,70,55)
#7B3F32
(123,63,50)
#6E382D
(110,56,45)
#613128
(97,49,40)
#542A23
(84,42,35)
#47231E
(71,35,30)
#3A1C19
(58,28,25)
#2D1514
(45,21,20)
#200E0F
(32,14,15)
#13070A
(19,7,10)
#000000
(0,0,0)

Tints of #954D3C

#954D3C
(149,77,60)
#9E5D4D
(158,93,77)
#A76D5E
(167,109,94)
#B07D6F
(176,125,111)
#B98D80
(185,141,128)
#C29D91
(194,157,145)
#CBADA2
(203,173,162)
#D4BDB3
(212,189,179)
#DDCDC4
(221,205,196)
#E6DDD5
(230,221,213)
#EFEDE6
(239,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #954D3C; }

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

This text font color is #954D3C.


Background Color

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

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

This div background color is #954D3C.


Border color

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

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

This div border color is #954D3C.


Opacity

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

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

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

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

This text has shadow with #954D3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #954D3C on black background.


Color preview on white background

This text has color #954D3C on white background.



Black color preview on #954D3C background

This text has black color on #954D3C background.


White color preview on #954D3C background

This text has white color on #954D3C background.