COLOR #8A4D13

HEX: #8A4D13
RGB: (138,77,19)

Color info

#8A4D13 contains mainly red color. Web safe color of #8A4D13 is #993300 (or #930).

RGB color model

#8A4D13 color RGB value is (138,77,19).

  • red value is 138;
  • green value is 77;
  • blue value is 19.
RGB:
(138,77,19)
(54%,30%,7%)

RGB channels and saturation

R 138 of 255 = 54%
G 77 of 255 = 30%
B 19 of 255 = 7%

138
77
19

R + G + B ~ 30%. #8A4D13 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
138 + 77 + 19 = 234 (100%)
R 138 of 234 ~ 58.97%
G 77 of 234 ~ 32.91%
B 19 of 234 ~ 8.12%

%58.97
%32.91

CMYK color model

#8A4D13 color CMYK value is (0,44,86,46).

  • cyan value is 0.00%
  • magenta value is 44.20%
  • yellow value is 86.23%
  • key color value is 45.88%
CMYK:
(0,44,86,46)
C0M44Y86K46 
(0%,44%,86%,46%)
(0.00/0.44/0.86/0.46)	

CMYK percentages

%0
%44.2
%86.23
%45.88

Codes

Color #8A4D13 in popluar color models

8A4D13
RGB1387719
HSL29°75.80%30.78%
HSB/HSV29°86.23%54.12%
CMYK0.00%44.20%86.23%
45.88%

Color #8A4D13 in popluar number systems.

HEX8A4D13
Decimal1387719
Binary10001010100110110011
Octal21211523

Shades and tints

Shades of #8A4D13

#8A4D13
(138,77,19)
#7E4612
(126,70,18)
#723F11
(114,63,17)
#663810
(102,56,16)
#5A310F
(90,49,15)
#4E2A0E
(78,42,14)
#42230D
(66,35,13)
#361C0C
(54,28,12)
#2A150B
(42,21,11)
#1E0E0A
(30,14,10)
#120709
(18,7,9)
#000000
(0,0,0)

Tints of #8A4D13

#8A4D13
(138,77,19)
#945D28
(148,93,40)
#9E6D3D
(158,109,61)
#A87D52
(168,125,82)
#B28D67
(178,141,103)
#BC9D7C
(188,157,124)
#C6AD91
(198,173,145)
#D0BDA6
(208,189,166)
#DACDBB
(218,205,187)
#E4DDD0
(228,221,208)
#EEEDE5
(238,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A4D13; }

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

This text font color is #8A4D13.


Background Color

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

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

This div background color is #8A4D13.


Border color

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

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

This div border color is #8A4D13.


Opacity

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

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

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

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

This text has shadow with #8A4D13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A4D13 on black background.


Color preview on white background

This text has color #8A4D13 on white background.



Black color preview on #8A4D13 background

This text has black color on #8A4D13 background.


White color preview on #8A4D13 background

This text has white color on #8A4D13 background.