COLOR #954402

HEX: #954402
RGB: (149,68,2)

Color info

#954402 contains mainly red color. Web safe color of #954402 is #993300 (or #930).

RGB color model

#954402 color RGB value is (149,68,2).

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

RGB channels and saturation

R 149 of 255 = 58%
G 68 of 255 = 27%
B 2 of 255 = 1%

149
68
2

R + G + B ~ 29%. #954402 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
149 + 68 + 2 = 219 (100%)
R 149 of 219 ~ 68.04%
G 68 of 219 ~ 31.05%
B 2 of 219 ~ 0.91%

%68.04
%31.05

CMYK color model

#954402 color CMYK value is (0,54,99,42).

  • cyan value is 0.00%
  • magenta value is 54.36%
  • yellow value is 98.66%
  • key color value is 41.57%
CMYK:
(0,54,99,42)
C0M54Y99K42 
(0%,54%,99%,42%)
(0.00/0.54/0.99/0.42)	

CMYK percentages

%0
%54.36
%98.66
%41.57

Codes

Color #954402 in popluar color models

954402
RGB149682
HSL27°97.35%29.61%
HSB/HSV27°98.66%58.43%
CMYK0.00%54.36%98.66%
41.57%

Color #954402 in popluar number systems.

HEX954402
Decimal149682
Binary10010101100010010
Octal2251042

Shades and tints

Shades of #954402

#954402
(149,68,2)
#883E02
(136,62,2)
#7B3802
(123,56,2)
#6E3202
(110,50,2)
#612C02
(97,44,2)
#542602
(84,38,2)
#472002
(71,32,2)
#3A1A02
(58,26,2)
#2D1402
(45,20,2)
#200E02
(32,14,2)
#130802
(19,8,2)
#000000
(0,0,0)

Tints of #954402

#954402
(149,68,2)
#9E5519
(158,85,25)
#A76630
(167,102,48)
#B07747
(176,119,71)
#B9885E
(185,136,94)
#C29975
(194,153,117)
#CBAA8C
(203,170,140)
#D4BBA3
(212,187,163)
#DDCCBA
(221,204,186)
#E6DDD1
(230,221,209)
#EFEEE8
(239,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #954402; }

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

This text font color is #954402.


Background Color

.myBgColor { background-color: #954402; }

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

This div background color is #954402.


Border color

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

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

This div border color is #954402.


Opacity

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

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

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

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

This text has shadow with #954402 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #954402 on black background.


Color preview on white background

This text has color #954402 on white background.



Black color preview on #954402 background

This text has black color on #954402 background.


White color preview on #954402 background

This text has white color on #954402 background.