COLOR #99420A

HEX: #99420A
RGB: (153,66,10)

Color info

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

RGB color model

#99420A color RGB value is (153,66,10).

  • red value is 153;
  • green value is 66;
  • blue value is 10.
RGB:
(153,66,10)
(60%,26%,4%)

RGB channels and saturation

R 153 of 255 = 60%
G 66 of 255 = 26%
B 10 of 255 = 4%

153
66
10

R + G + B ~ 30%. #99420A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
153 + 66 + 10 = 229 (100%)
R 153 of 229 ~ 66.81%
G 66 of 229 ~ 28.82%
B 10 of 229 ~ 4.37%

%66.81
%28.82

CMYK color model

#99420A color CMYK value is (0,57,93,40).

  • cyan value is 0.00%
  • magenta value is 56.86%
  • yellow value is 93.46%
  • key color value is 40.00%
CMYK:
(0,57,93,40)
C0M57Y93K40 
(0%,57%,93%,40%)
(0.00/0.57/0.93/0.40)	

CMYK percentages

%0
%56.86
%93.46
%40

Codes

Color #99420A in popluar color models

99420A
RGB1536610
HSL23°87.73%31.96%
HSB/HSV23°93.46%60.00%
CMYK0.00%56.86%93.46%
40.00%

Color #99420A in popluar number systems.

HEX99420A
Decimal1536610
Binary1001100110000101010
Octal23110212

Shades and tints

Shades of #99420A

#99420A
(153,66,10)
#8C3C0A
(140,60,10)
#7F360A
(127,54,10)
#72300A
(114,48,10)
#652A0A
(101,42,10)
#58240A
(88,36,10)
#4B1E0A
(75,30,10)
#3E180A
(62,24,10)
#31120A
(49,18,10)
#240C0A
(36,12,10)
#17060A
(23,6,10)
#000000
(0,0,0)

Tints of #99420A

#99420A
(153,66,10)
#A25320
(162,83,32)
#AB6436
(171,100,54)
#B4754C
(180,117,76)
#BD8662
(189,134,98)
#C69778
(198,151,120)
#CFA88E
(207,168,142)
#D8B9A4
(216,185,164)
#E1CABA
(225,202,186)
#EADBD0
(234,219,208)
#F3ECE6
(243,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99420A color. Also use rgb(153,66,10) instead hex code.

Text Font Color

.myTextColor { color: #99420A; }

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

This text font color is #99420A.


Background Color

.myBgColor { background-color: #99420A; }

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

This div background color is #99420A.


Border color

.myBorderColor { border: 1px solid #99420A; }

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

This div border color is #99420A.


Opacity

.myOpacity80 { color: #99420A; opacity: 0.8; }

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

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

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

This text has shadow with #99420A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99420A on black background.


Color preview on white background

This text has color #99420A on white background.



Black color preview on #99420A background

This text has black color on #99420A background.


White color preview on #99420A background

This text has white color on #99420A background.