COLOR #8A7D1A

HEX: #8A7D1A
RGB: (138,125,26)

Color info

#8A7D1A contains mainly red and green colors. Web safe color of #8A7D1A is #996600 (or #960).

RGB color model

#8A7D1A color RGB value is (138,125,26).

  • red value is 138;
  • green value is 125;
  • blue value is 26.
RGB:
(138,125,26)
(54%,49%,10%)

RGB channels and saturation

R 138 of 255 = 54%
G 125 of 255 = 49%
B 26 of 255 = 10%

138
125
26

R + G + B ~ 38%. #8A7D1A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
138 + 125 + 26 = 289 (100%)
R 138 of 289 ~ 47.75%
G 125 of 289 ~ 43.25%
B 26 of 289 ~ 9%

%47.75
%43.25

CMYK color model

#8A7D1A color CMYK value is (0,9,81,46).

  • cyan value is 0.00%
  • magenta value is 9.42%
  • yellow value is 81.16%
  • key color value is 45.88%
CMYK:
(0,9,81,46)
C0M9Y81K46 
(0%,9%,81%,46%)
(0.00/0.09/0.81/0.46)	

CMYK percentages

%0
%9.42
%81.16
%45.88

Codes

Color #8A7D1A in popluar color models

8A7D1A
RGB13812526
HSL53°68.29%32.16%
HSB/HSV53°81.16%54.12%
CMYK0.00%9.42%81.16%
45.88%

Color #8A7D1A in popluar number systems.

HEX8A7D1A
Decimal13812526
Binary10001010111110111010
Octal21217532

Shades and tints

Shades of #8A7D1A

#8A7D1A
(138,125,26)
#7E7218
(126,114,24)
#726716
(114,103,22)
#665C14
(102,92,20)
#5A5112
(90,81,18)
#4E4610
(78,70,16)
#423B0E
(66,59,14)
#36300C
(54,48,12)
#2A250A
(42,37,10)
#1E1A08
(30,26,8)
#120F06
(18,15,6)
#000000
(0,0,0)

Tints of #8A7D1A

#8A7D1A
(138,125,26)
#94882E
(148,136,46)
#9E9342
(158,147,66)
#A89E56
(168,158,86)
#B2A96A
(178,169,106)
#BCB47E
(188,180,126)
#C6BF92
(198,191,146)
#D0CAA6
(208,202,166)
#DAD5BA
(218,213,186)
#E4E0CE
(228,224,206)
#EEEBE2
(238,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A7D1A color. Also use rgb(138,125,26) instead hex code.

Text Font Color

.myTextColor { color: #8A7D1A; }

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

This text font color is #8A7D1A.


Background Color

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

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

This div background color is #8A7D1A.


Border color

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

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

This div border color is #8A7D1A.


Opacity

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

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

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

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

This text has shadow with #8A7D1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A7D1A on black background.


Color preview on white background

This text has color #8A7D1A on white background.



Black color preview on #8A7D1A background

This text has black color on #8A7D1A background.


White color preview on #8A7D1A background

This text has white color on #8A7D1A background.