COLOR #8A8713

HEX: #8A8713 RGB: (138,135,19)

Color info

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

RGB color model

#8A8713 color RGB value is (138,135,19).

RGB: (138,135,19) (54%, 53%, 7%)

RGB channels and saturation

R 138 of 255 = 54%
G 135 of 255 = 53%
B 19 of 255 = 7%

138
135
19

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

Portions of RGB colors in percentages

R + G + B = 138 + 135 + 19 = 292 (100%)
R 138 of 292 ~ 47.26%
G 135 of 292 ~ 46.23%
B 19 of 292 ~ 6.51'%

%47.26
%46.23

CMYK color model

#8A8713 color CMYK value is (0,2,86,46).

  • cyan value is 0.00%
  • magenta value is 2.17%
  • yellow value is 86.23%
  • key color value is 45.88%

CMYK: (0,2,86,46)
C0M2Y86K46 (0%, 2%, 86%, 46%)
(0.00 / 0.02 / 0.86 / 0.46)

CMYK percentages

%0
%2.17
%86.23
%45.88

Codes

Color #8A8713 in popluar color models

8A 87 13
RGB 138 135 19
HSL 58° 75.80% 30.78%
HSB/HSV 58° 86.23% 54.12%
CMYK 0.00% 2.17% 86.23%
45.88%

Color #8A8713 in popluar number systems.

HEX 8A 87 13
Decimal 138 135 19
Binary 10001010 10000111 10011
Octal 212 207 23

Shades and tints

Shades of #8A8713

#8A8713
(138,135,19)
#7E7B12
(126,123,18)
#726F11
(114,111,17)
#666310
(102,99,16)
#5A570F
(90,87,15)
#4E4B0E
(78,75,14)
#423F0D
(66,63,13)
#36330C
(54,51,12)
#2A270B
(42,39,11)
#1E1B0A
(30,27,10)
#120F09
(18,15,9)
#000000
(0,0,0)

Tints of #8A8713

#8A8713
(138,135,19)
#949128
(148,145,40)
#9E9B3D
(158,155,61)
#A8A552
(168,165,82)
#B2AF67
(178,175,103)
#BCB97C
(188,185,124)
#C6C391
(198,195,145)
#D0CDA6
(208,205,166)
#DAD7BB
(218,215,187)
#E4E1D0
(228,225,208)
#EEEBE5
(238,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A8713 color. Also use rgb(138,135,19) instead hex code.

Text Font Color

.myTextColor { color: #8A8713; }

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

This text font color is #8A8713.

Background Color

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

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

This div background color is #8A8713.

Border color

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

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

This div border color is #8A8713.

Opacity

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

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

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

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

This text has shadow with #8A8713 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A8713.

Preview

Color preview on black background

This text has color #8A8713 on black background.


Color preview on white background

This text has color #8A8713 on white background.


Black color preview on #8A8713 background

This text has black color on #8A8713 background.


White color preview on #8A8713 background

This text has white color on #8A8713 background.


Related colors

Complementary color

Complementary color for #hex is #7578EC.


I love getcolorcode.com

Triadic colors

1 #138A87 and #87138A with #8A8713 are triadic colors.

2 #13878A and #878A13 with #8A8713 are triadic colors.