COLOR #8A3D11

HEX: #8A3D11
RGB: (138,61,17)

Color info

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

RGB color model

#8A3D11 color RGB value is (138,61,17).

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

RGB channels and saturation

R 138 of 255 = 54%
G 61 of 255 = 24%
B 17 of 255 = 7%

138
61
17

R + G + B ~ 28%. #8A3D11 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
138 + 61 + 17 = 216 (100%)
R 138 of 216 ~ 63.89%
G 61 of 216 ~ 28.24%
B 17 of 216 ~ 7.87%

%63.89
%28.24

CMYK color model

#8A3D11 color CMYK value is (0,56,88,46).

  • cyan value is 0.00%
  • magenta value is 55.80%
  • yellow value is 87.68%
  • key color value is 45.88%
CMYK:
(0,56,88,46)
C0M56Y88K46 
(0%,56%,88%,46%)
(0.00/0.56/0.88/0.46)	

CMYK percentages

%0
%55.8
%87.68
%45.88

Codes

Color #8A3D11 in popluar color models

8A3D11
RGB1386117
HSL22°78.06%30.39%
HSB/HSV22°87.68%54.12%
CMYK0.00%55.80%87.68%
45.88%

Color #8A3D11 in popluar number systems.

HEX8A3D11
Decimal1386117
Binary1000101011110110001
Octal2127521

Shades and tints

Shades of #8A3D11

#8A3D11
(138,61,17)
#7E3810
(126,56,16)
#72330F
(114,51,15)
#662E0E
(102,46,14)
#5A290D
(90,41,13)
#4E240C
(78,36,12)
#421F0B
(66,31,11)
#361A0A
(54,26,10)
#2A1509
(42,21,9)
#1E1008
(30,16,8)
#120B07
(18,11,7)
#000000
(0,0,0)

Tints of #8A3D11

#8A3D11
(138,61,17)
#944E26
(148,78,38)
#9E5F3B
(158,95,59)
#A87050
(168,112,80)
#B28165
(178,129,101)
#BC927A
(188,146,122)
#C6A38F
(198,163,143)
#D0B4A4
(208,180,164)
#DAC5B9
(218,197,185)
#E4D6CE
(228,214,206)
#EEE7E3
(238,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A3D11; }

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

This text font color is #8A3D11.


Background Color

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

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

This div background color is #8A3D11.


Border color

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

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

This div border color is #8A3D11.


Opacity

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

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

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

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

This text has shadow with #8A3D11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A3D11 on black background.


Color preview on white background

This text has color #8A3D11 on white background.



Black color preview on #8A3D11 background

This text has black color on #8A3D11 background.


White color preview on #8A3D11 background

This text has white color on #8A3D11 background.