COLOR #954C1E

HEX: #954C1E
RGB: (149,76,30)

Color info

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

RGB color model

#954C1E color RGB value is (149,76,30).

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

RGB channels and saturation

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

149
76
30

R + G + B ~ 33%. #954C1E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
149 + 76 + 30 = 255 (100%)
R 149 of 255 ~ 58.43%
G 76 of 255 ~ 29.8%
B 30 of 255 ~ 11.76%

%58.43
%29.8
%11.76

CMYK color model

#954C1E color CMYK value is (0,49,80,42).

  • cyan value is 0.00%
  • magenta value is 48.99%
  • yellow value is 79.87%
  • key color value is 41.57%
CMYK:
(0,49,80,42)
C0M49Y80K42 
(0%,49%,80%,42%)
(0.00/0.49/0.80/0.42)	

CMYK percentages

%0
%48.99
%79.87
%41.57

Codes

Color #954C1E in popluar color models

954C1E
RGB1497630
HSL23°66.48%35.10%
HSB/HSV23°79.87%58.43%
CMYK0.00%48.99%79.87%
41.57%

Color #954C1E in popluar number systems.

HEX954C1E
Decimal1497630
Binary10010101100110011110
Octal22511436

Shades and tints

Shades of #954C1E

#954C1E
(149,76,30)
#88461C
(136,70,28)
#7B401A
(123,64,26)
#6E3A18
(110,58,24)
#613416
(97,52,22)
#542E14
(84,46,20)
#472812
(71,40,18)
#3A2210
(58,34,16)
#2D1C0E
(45,28,14)
#20160C
(32,22,12)
#13100A
(19,16,10)
#000000
(0,0,0)

Tints of #954C1E

#954C1E
(149,76,30)
#9E5C32
(158,92,50)
#A76C46
(167,108,70)
#B07C5A
(176,124,90)
#B98C6E
(185,140,110)
#C29C82
(194,156,130)
#CBAC96
(203,172,150)
#D4BCAA
(212,188,170)
#DDCCBE
(221,204,190)
#E6DCD2
(230,220,210)
#EFECE6
(239,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #954C1E; }

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

This text font color is #954C1E.


Background Color

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

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

This div background color is #954C1E.


Border color

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

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

This div border color is #954C1E.


Opacity

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

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

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

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

This text has shadow with #954C1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #954C1E on black background.


Color preview on white background

This text has color #954C1E on white background.



Black color preview on #954C1E background

This text has black color on #954C1E background.


White color preview on #954C1E background

This text has white color on #954C1E background.