COLOR #8A850A

HEX: #8A850A
RGB: (138,133,10)

Color info

#8A850A contains mainly red and green colors. Web safe color of #8A850A is #999900 (or #990).

RGB color model

#8A850A color RGB value is (138,133,10).

  • red value is 138;
  • green value is 133;
  • blue value is 10.
RGB:
(138,133,10)
(54%,52%,4%)

RGB channels and saturation

R 138 of 255 = 54%
G 133 of 255 = 52%
B 10 of 255 = 4%

138
133
10

R + G + B ~ 37%. #8A850A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
138 + 133 + 10 = 281 (100%)
R 138 of 281 ~ 49.11%
G 133 of 281 ~ 47.33%
B 10 of 281 ~ 3.56%

%49.11
%47.33

CMYK color model

#8A850A color CMYK value is (0,4,93,46).

  • cyan value is 0.00%
  • magenta value is 3.62%
  • yellow value is 92.75%
  • key color value is 45.88%
CMYK:
(0,4,93,46)
C0M4Y93K46 
(0%,4%,93%,46%)
(0.00/0.04/0.93/0.46)	

CMYK percentages

%0
%3.62
%92.75
%45.88

Codes

Color #8A850A in popluar color models

8A850A
RGB13813310
HSL58°86.49%29.02%
HSB/HSV58°92.75%54.12%
CMYK0.00%3.62%92.75%
45.88%

Color #8A850A in popluar number systems.

HEX8A850A
Decimal13813310
Binary10001010100001011010
Octal21220512

Shades and tints

Shades of #8A850A

#8A850A
(138,133,10)
#7E790A
(126,121,10)
#726D0A
(114,109,10)
#66610A
(102,97,10)
#5A550A
(90,85,10)
#4E490A
(78,73,10)
#423D0A
(66,61,10)
#36310A
(54,49,10)
#2A250A
(42,37,10)
#1E190A
(30,25,10)
#120D0A
(18,13,10)
#000000
(0,0,0)

Tints of #8A850A

#8A850A
(138,133,10)
#949020
(148,144,32)
#9E9B36
(158,155,54)
#A8A64C
(168,166,76)
#B2B162
(178,177,98)
#BCBC78
(188,188,120)
#C6C78E
(198,199,142)
#D0D2A4
(208,210,164)
#DADDBA
(218,221,186)
#E4E8D0
(228,232,208)
#EEF3E6
(238,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A850A color. Also use rgb(138,133,10) instead hex code.

Text Font Color

.myTextColor { color: #8A850A; }

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

This text font color is #8A850A.


Background Color

.myBgColor { background-color: #8A850A; }

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

This div background color is #8A850A.


Border color

.myBorderColor { border: 1px solid #8A850A; }

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

This div border color is #8A850A.


Opacity

.myOpacity80 { color: #8A850A; opacity: 0.8; }

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

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

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

This text has shadow with #8A850A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A850A on black background.


Color preview on white background

This text has color #8A850A on white background.



Black color preview on #8A850A background

This text has black color on #8A850A background.


White color preview on #8A850A background

This text has white color on #8A850A background.