COLOR #8A6315

HEX: #8A6315
RGB: (138,99,21)

Color info

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

RGB color model

#8A6315 color RGB value is (138,99,21).

  • red value is 138;
  • green value is 99;
  • blue value is 21.
RGB:
(138,99,21)
(54%,39%,8%)

RGB channels and saturation

R 138 of 255 = 54%
G 99 of 255 = 39%
B 21 of 255 = 8%

138
99
21

R + G + B ~ 34%. #8A6315 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
138 + 99 + 21 = 258 (100%)
R 138 of 258 ~ 53.49%
G 99 of 258 ~ 38.37%
B 21 of 258 ~ 8.14%

%53.49
%38.37

CMYK color model

#8A6315 color CMYK value is (0,28,85,46).

  • cyan value is 0.00%
  • magenta value is 28.26%
  • yellow value is 84.78%
  • key color value is 45.88%
CMYK:
(0,28,85,46)
C0M28Y85K46 
(0%,28%,85%,46%)
(0.00/0.28/0.85/0.46)	

CMYK percentages

%0
%28.26
%84.78
%45.88

Codes

Color #8A6315 in popluar color models

8A6315
RGB1389921
HSL40°73.58%31.18%
HSB/HSV40°84.78%54.12%
CMYK0.00%28.26%84.78%
45.88%

Color #8A6315 in popluar number systems.

HEX8A6315
Decimal1389921
Binary10001010110001110101
Octal21214325

Shades and tints

Shades of #8A6315

#8A6315
(138,99,21)
#7E5A14
(126,90,20)
#725113
(114,81,19)
#664812
(102,72,18)
#5A3F11
(90,63,17)
#4E3610
(78,54,16)
#422D0F
(66,45,15)
#36240E
(54,36,14)
#2A1B0D
(42,27,13)
#1E120C
(30,18,12)
#12090B
(18,9,11)
#000000
(0,0,0)

Tints of #8A6315

#8A6315
(138,99,21)
#94712A
(148,113,42)
#9E7F3F
(158,127,63)
#A88D54
(168,141,84)
#B29B69
(178,155,105)
#BCA97E
(188,169,126)
#C6B793
(198,183,147)
#D0C5A8
(208,197,168)
#DAD3BD
(218,211,189)
#E4E1D2
(228,225,210)
#EEEFE7
(238,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A6315 color. Also use rgb(138,99,21) instead hex code.

Text Font Color

.myTextColor { color: #8A6315; }

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

This text font color is #8A6315.


Background Color

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

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

This div background color is #8A6315.


Border color

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

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

This div border color is #8A6315.


Opacity

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

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

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

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

This text has shadow with #8A6315 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A6315 on black background.


Color preview on white background

This text has color #8A6315 on white background.



Black color preview on #8A6315 background

This text has black color on #8A6315 background.


White color preview on #8A6315 background

This text has white color on #8A6315 background.