COLOR #8A7C11

HEX: #8A7C11
RGB: (138,124,17)

Color info

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

RGB color model

#8A7C11 color RGB value is (138,124,17).

  • red value is 138;
  • green value is 124;
  • blue value is 17.
RGB:
(138,124,17)
(54%,49%,7%)

RGB channels and saturation

R 138 of 255 = 54%
G 124 of 255 = 49%
B 17 of 255 = 7%

138
124
17

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

Portions of RGB colors in percentages

R + G + B =
138 + 124 + 17 = 279 (100%)
R 138 of 279 ~ 49.46%
G 124 of 279 ~ 44.44%
B 17 of 279 ~ 6.09%

%49.46
%44.44

CMYK color model

#8A7C11 color CMYK value is (0,10,88,46).

  • cyan value is 0.00%
  • magenta value is 10.14%
  • yellow value is 87.68%
  • key color value is 45.88%
CMYK:
(0,10,88,46)
C0M10Y88K46 
(0%,10%,88%,46%)
(0.00/0.10/0.88/0.46)	

CMYK percentages

%0
%10.14
%87.68
%45.88

Codes

Color #8A7C11 in popluar color models

8A7C11
RGB13812417
HSL53°78.06%30.39%
HSB/HSV53°87.68%54.12%
CMYK0.00%10.14%87.68%
45.88%

Color #8A7C11 in popluar number systems.

HEX8A7C11
Decimal13812417
Binary10001010111110010001
Octal21217421

Shades and tints

Shades of #8A7C11

#8A7C11
(138,124,17)
#7E7110
(126,113,16)
#72660F
(114,102,15)
#665B0E
(102,91,14)
#5A500D
(90,80,13)
#4E450C
(78,69,12)
#423A0B
(66,58,11)
#362F0A
(54,47,10)
#2A2409
(42,36,9)
#1E1908
(30,25,8)
#120E07
(18,14,7)
#000000
(0,0,0)

Tints of #8A7C11

#8A7C11
(138,124,17)
#948726
(148,135,38)
#9E923B
(158,146,59)
#A89D50
(168,157,80)
#B2A865
(178,168,101)
#BCB37A
(188,179,122)
#C6BE8F
(198,190,143)
#D0C9A4
(208,201,164)
#DAD4B9
(218,212,185)
#E4DFCE
(228,223,206)
#EEEAE3
(238,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A7C11 color. Also use rgb(138,124,17) instead hex code.

Text Font Color

.myTextColor { color: #8A7C11; }

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

This text font color is #8A7C11.


Background Color

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

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

This div background color is #8A7C11.


Border color

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

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

This div border color is #8A7C11.


Opacity

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

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

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

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

This text has shadow with #8A7C11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A7C11 on black background.


Color preview on white background

This text has color #8A7C11 on white background.



Black color preview on #8A7C11 background

This text has black color on #8A7C11 background.


White color preview on #8A7C11 background

This text has white color on #8A7C11 background.