COLOR #8A5E0B

HEX: #8A5E0B
RGB: (138,94,11)

Color info

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

RGB color model

#8A5E0B color RGB value is (138,94,11).

  • red value is 138;
  • green value is 94;
  • blue value is 11.
RGB:
(138,94,11)
(54%,37%,4%)

RGB channels and saturation

R 138 of 255 = 54%
G 94 of 255 = 37%
B 11 of 255 = 4%

138
94
11

R + G + B ~ 32%. #8A5E0B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
138 + 94 + 11 = 243 (100%)
R 138 of 243 ~ 56.79%
G 94 of 243 ~ 38.68%
B 11 of 243 ~ 4.53%

%56.79
%38.68

CMYK color model

#8A5E0B color CMYK value is (0,32,92,46).

  • cyan value is 0.00%
  • magenta value is 31.88%
  • yellow value is 92.03%
  • key color value is 45.88%
CMYK:
(0,32,92,46)
C0M32Y92K46 
(0%,32%,92%,46%)
(0.00/0.32/0.92/0.46)	

CMYK percentages

%0
%31.88
%92.03
%45.88

Codes

Color #8A5E0B in popluar color models

8A5E0B
RGB1389411
HSL39°85.23%29.22%
HSB/HSV39°92.03%54.12%
CMYK0.00%31.88%92.03%
45.88%

Color #8A5E0B in popluar number systems.

HEX8A5E0B
Decimal1389411
Binary1000101010111101011
Octal21213613

Shades and tints

Shades of #8A5E0B

#8A5E0B
(138,94,11)
#7E560A
(126,86,10)
#724E09
(114,78,9)
#664608
(102,70,8)
#5A3E07
(90,62,7)
#4E3606
(78,54,6)
#422E05
(66,46,5)
#362604
(54,38,4)
#2A1E03
(42,30,3)
#1E1602
(30,22,2)
#120E01
(18,14,1)
#000000
(0,0,0)

Tints of #8A5E0B

#8A5E0B
(138,94,11)
#946C21
(148,108,33)
#9E7A37
(158,122,55)
#A8884D
(168,136,77)
#B29663
(178,150,99)
#BCA479
(188,164,121)
#C6B28F
(198,178,143)
#D0C0A5
(208,192,165)
#DACEBB
(218,206,187)
#E4DCD1
(228,220,209)
#EEEAE7
(238,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A5E0B color. Also use rgb(138,94,11) instead hex code.

Text Font Color

.myTextColor { color: #8A5E0B; }

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

This text font color is #8A5E0B.


Background Color

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

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

This div background color is #8A5E0B.


Border color

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

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

This div border color is #8A5E0B.


Opacity

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

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

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

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

This text has shadow with #8A5E0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A5E0B on black background.


Color preview on white background

This text has color #8A5E0B on white background.



Black color preview on #8A5E0B background

This text has black color on #8A5E0B background.


White color preview on #8A5E0B background

This text has white color on #8A5E0B background.