COLOR #8A851C

HEX: #8A851C
RGB: (138,133,28)

Color info

#8A851C contains mainly red and green colors. Web safe color of #8A851C is #999933 (or #993).

RGB color model

#8A851C color RGB value is (138,133,28).

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

RGB channels and saturation

R 138 of 255 = 54%
G 133 of 255 = 52%
B 28 of 255 = 11%

138
133
28

R + G + B ~ 39%. #8A851C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
138 + 133 + 28 = 299 (100%)
R 138 of 299 ~ 46.15%
G 133 of 299 ~ 44.48%
B 28 of 299 ~ 9.36%

%46.15
%44.48

CMYK color model

#8A851C color CMYK value is (0,4,80,46).

  • cyan value is 0.00%
  • magenta value is 3.62%
  • yellow value is 79.71%
  • key color value is 45.88%
CMYK:
(0,4,80,46)
C0M4Y80K46 
(0%,4%,80%,46%)
(0.00/0.04/0.80/0.46)	

CMYK percentages

%0
%3.62
%79.71
%45.88

Codes

Color #8A851C in popluar color models

8A851C
RGB13813328
HSL57°66.27%32.55%
HSB/HSV57°79.71%54.12%
CMYK0.00%3.62%79.71%
45.88%

Color #8A851C in popluar number systems.

HEX8A851C
Decimal13813328
Binary100010101000010111100
Octal21220534

Shades and tints

Shades of #8A851C

#8A851C
(138,133,28)
#7E791A
(126,121,26)
#726D18
(114,109,24)
#666116
(102,97,22)
#5A5514
(90,85,20)
#4E4912
(78,73,18)
#423D10
(66,61,16)
#36310E
(54,49,14)
#2A250C
(42,37,12)
#1E190A
(30,25,10)
#120D08
(18,13,8)
#000000
(0,0,0)

Tints of #8A851C

#8A851C
(138,133,28)
#949030
(148,144,48)
#9E9B44
(158,155,68)
#A8A658
(168,166,88)
#B2B16C
(178,177,108)
#BCBC80
(188,188,128)
#C6C794
(198,199,148)
#D0D2A8
(208,210,168)
#DADDBC
(218,221,188)
#E4E8D0
(228,232,208)
#EEF3E4
(238,243,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A851C; }

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

This text font color is #8A851C.


Background Color

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

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

This div background color is #8A851C.


Border color

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

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

This div border color is #8A851C.


Opacity

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

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

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

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

This text has shadow with #8A851C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A851C on black background.


Color preview on white background

This text has color #8A851C on white background.



Black color preview on #8A851C background

This text has black color on #8A851C background.


White color preview on #8A851C background

This text has white color on #8A851C background.