COLOR #9A5012

HEX: #9A5012
RGB: (154,80,18)

Color info

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

RGB color model

#9A5012 color RGB value is (154,80,18).

  • red value is 154;
  • green value is 80;
  • blue value is 18.
RGB:
(154,80,18)
(60%,31%,7%)

RGB channels and saturation

R 154 of 255 = 60%
G 80 of 255 = 31%
B 18 of 255 = 7%

154
80
18

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

Portions of RGB colors in percentages

R + G + B =
154 + 80 + 18 = 252 (100%)
R 154 of 252 ~ 61.11%
G 80 of 252 ~ 31.75%
B 18 of 252 ~ 7.14%

%61.11
%31.75

CMYK color model

#9A5012 color CMYK value is (0,48,88,40).

  • cyan value is 0.00%
  • magenta value is 48.05%
  • yellow value is 88.31%
  • key color value is 39.61%
CMYK:
(0,48,88,40)
C0M48Y88K40 
(0%,48%,88%,40%)
(0.00/0.48/0.88/0.40)	

CMYK percentages

%0
%48.05
%88.31
%39.61

Codes

Color #9A5012 in popluar color models

9A5012
RGB1548018
HSL27°79.07%33.73%
HSB/HSV27°88.31%60.39%
CMYK0.00%48.05%88.31%
39.61%

Color #9A5012 in popluar number systems.

HEX9A5012
Decimal1548018
Binary10011010101000010010
Octal23212022

Shades and tints

Shades of #9A5012

#9A5012
(154,80,18)
#8C4911
(140,73,17)
#7E4210
(126,66,16)
#703B0F
(112,59,15)
#62340E
(98,52,14)
#542D0D
(84,45,13)
#46260C
(70,38,12)
#381F0B
(56,31,11)
#2A180A
(42,24,10)
#1C1109
(28,17,9)
#0E0A08
(14,10,8)
#000000
(0,0,0)

Tints of #9A5012

#9A5012
(154,80,18)
#A35F27
(163,95,39)
#AC6E3C
(172,110,60)
#B57D51
(181,125,81)
#BE8C66
(190,140,102)
#C79B7B
(199,155,123)
#D0AA90
(208,170,144)
#D9B9A5
(217,185,165)
#E2C8BA
(226,200,186)
#EBD7CF
(235,215,207)
#F4E6E4
(244,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A5012 color. Also use rgb(154,80,18) instead hex code.

Text Font Color

.myTextColor { color: #9A5012; }

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

This text font color is #9A5012.


Background Color

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

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

This div background color is #9A5012.


Border color

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

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

This div border color is #9A5012.


Opacity

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

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

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

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

This text has shadow with #9A5012 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A5012 on black background.


Color preview on white background

This text has color #9A5012 on white background.



Black color preview on #9A5012 background

This text has black color on #9A5012 background.


White color preview on #9A5012 background

This text has white color on #9A5012 background.