COLOR #954421

HEX: #954421
RGB: (149,68,33)

Color info

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

RGB color model

#954421 color RGB value is (149,68,33).

  • red value is 149;
  • green value is 68;
  • blue value is 33.
RGB:
(149,68,33)
(58%,27%,13%)

RGB channels and saturation

R 149 of 255 = 58%
G 68 of 255 = 27%
B 33 of 255 = 13%

149
68
33

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

Portions of RGB colors in percentages

R + G + B =
149 + 68 + 33 = 250 (100%)
R 149 of 250 ~ 59.6%
G 68 of 250 ~ 27.2%
B 33 of 250 ~ 13.2%

%59.6
%27.2
%13.2

CMYK color model

#954421 color CMYK value is (0,54,78,42).

  • cyan value is 0.00%
  • magenta value is 54.36%
  • yellow value is 77.85%
  • key color value is 41.57%
CMYK:
(0,54,78,42)
C0M54Y78K42 
(0%,54%,78%,42%)
(0.00/0.54/0.78/0.42)	

CMYK percentages

%0
%54.36
%77.85
%41.57

Codes

Color #954421 in popluar color models

954421
RGB1496833
HSL18°63.74%35.69%
HSB/HSV18°77.85%58.43%
CMYK0.00%54.36%77.85%
41.57%

Color #954421 in popluar number systems.

HEX954421
Decimal1496833
Binary100101011000100100001
Octal22510441

Shades and tints

Shades of #954421

#954421
(149,68,33)
#883E1E
(136,62,30)
#7B381B
(123,56,27)
#6E3218
(110,50,24)
#612C15
(97,44,21)
#542612
(84,38,18)
#47200F
(71,32,15)
#3A1A0C
(58,26,12)
#2D1409
(45,20,9)
#200E06
(32,14,6)
#130803
(19,8,3)
#000000
(0,0,0)

Tints of #954421

#954421
(149,68,33)
#9E5535
(158,85,53)
#A76649
(167,102,73)
#B0775D
(176,119,93)
#B98871
(185,136,113)
#C29985
(194,153,133)
#CBAA99
(203,170,153)
#D4BBAD
(212,187,173)
#DDCCC1
(221,204,193)
#E6DDD5
(230,221,213)
#EFEEE9
(239,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #954421 color. Also use rgb(149,68,33) instead hex code.

Text Font Color

.myTextColor { color: #954421; }

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

This text font color is #954421.


Background Color

.myBgColor { background-color: #954421; }

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

This div background color is #954421.


Border color

.myBorderColor { border: 1px solid #954421; }

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

This div border color is #954421.


Opacity

.myOpacity80 { color: #954421; opacity: 0.8; }

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

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

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

This text has shadow with #954421 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #954421 on black background.


Color preview on white background

This text has color #954421 on white background.



Black color preview on #954421 background

This text has black color on #954421 background.


White color preview on #954421 background

This text has white color on #954421 background.