COLOR #9A520A

HEX: #9A520A
RGB: (154,82,10)

Color info

#9A520A contains mainly red color. Web safe color of #9A520A is #996600 (or #960).

RGB color model

#9A520A color RGB value is (154,82,10).

  • red value is 154;
  • green value is 82;
  • blue value is 10.
RGB:
(154,82,10)
(60%,32%,4%)

RGB channels and saturation

R 154 of 255 = 60%
G 82 of 255 = 32%
B 10 of 255 = 4%

154
82
10

R + G + B ~ 32%. #9A520A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
154 + 82 + 10 = 246 (100%)
R 154 of 246 ~ 62.6%
G 82 of 246 ~ 33.33%
B 10 of 246 ~ 4.07%

%62.6
%33.33

CMYK color model

#9A520A color CMYK value is (0,47,94,40).

  • cyan value is 0.00%
  • magenta value is 46.75%
  • yellow value is 93.51%
  • key color value is 39.61%
CMYK:
(0,47,94,40)
C0M47Y94K40 
(0%,47%,94%,40%)
(0.00/0.47/0.94/0.40)	

CMYK percentages

%0
%46.75
%93.51
%39.61

Codes

Color #9A520A in popluar color models

9A520A
RGB1548210
HSL30°87.80%32.16%
HSB/HSV30°93.51%60.39%
CMYK0.00%46.75%93.51%
39.61%

Color #9A520A in popluar number systems.

HEX9A520A
Decimal1548210
Binary1001101010100101010
Octal23212212

Shades and tints

Shades of #9A520A

#9A520A
(154,82,10)
#8C4B0A
(140,75,10)
#7E440A
(126,68,10)
#703D0A
(112,61,10)
#62360A
(98,54,10)
#542F0A
(84,47,10)
#46280A
(70,40,10)
#38210A
(56,33,10)
#2A1A0A
(42,26,10)
#1C130A
(28,19,10)
#0E0C0A
(14,12,10)
#000000
(0,0,0)

Tints of #9A520A

#9A520A
(154,82,10)
#A36120
(163,97,32)
#AC7036
(172,112,54)
#B57F4C
(181,127,76)
#BE8E62
(190,142,98)
#C79D78
(199,157,120)
#D0AC8E
(208,172,142)
#D9BBA4
(217,187,164)
#E2CABA
(226,202,186)
#EBD9D0
(235,217,208)
#F4E8E6
(244,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A520A color. Also use rgb(154,82,10) instead hex code.

Text Font Color

.myTextColor { color: #9A520A; }

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

This text font color is #9A520A.


Background Color

.myBgColor { background-color: #9A520A; }

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

This div background color is #9A520A.


Border color

.myBorderColor { border: 1px solid #9A520A; }

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

This div border color is #9A520A.


Opacity

.myOpacity80 { color: #9A520A; opacity: 0.8; }

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

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

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

This text has shadow with #9A520A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A520A on black background.


Color preview on white background

This text has color #9A520A on white background.



Black color preview on #9A520A background

This text has black color on #9A520A background.


White color preview on #9A520A background

This text has white color on #9A520A background.