COLOR #8A3310

HEX: #8A3310
RGB: (138,51,16)

Color info

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

RGB color model

#8A3310 color RGB value is (138,51,16).

  • red value is 138;
  • green value is 51;
  • blue value is 16.
RGB:
(138,51,16)
(54%,20%,6%)

RGB channels and saturation

R 138 of 255 = 54%
G 51 of 255 = 20%
B 16 of 255 = 6%

138
51
16

R + G + B ~ 27%. #8A3310 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
138 + 51 + 16 = 205 (100%)
R 138 of 205 ~ 67.32%
G 51 of 205 ~ 24.88%
B 16 of 205 ~ 7.8%

%67.32
%24.88

CMYK color model

#8A3310 color CMYK value is (0,63,88,46).

  • cyan value is 0.00%
  • magenta value is 63.04%
  • yellow value is 88.41%
  • key color value is 45.88%
CMYK:
(0,63,88,46)
C0M63Y88K46 
(0%,63%,88%,46%)
(0.00/0.63/0.88/0.46)	

CMYK percentages

%0
%63.04
%88.41
%45.88

Codes

Color #8A3310 in popluar color models

8A3310
RGB1385116
HSL17°79.22%30.20%
HSB/HSV17°88.41%54.12%
CMYK0.00%63.04%88.41%
45.88%

Color #8A3310 in popluar number systems.

HEX8A3310
Decimal1385116
Binary1000101011001110000
Octal2126320

Shades and tints

Shades of #8A3310

#8A3310
(138,51,16)
#7E2F0F
(126,47,15)
#722B0E
(114,43,14)
#66270D
(102,39,13)
#5A230C
(90,35,12)
#4E1F0B
(78,31,11)
#421B0A
(66,27,10)
#361709
(54,23,9)
#2A1308
(42,19,8)
#1E0F07
(30,15,7)
#120B06
(18,11,6)
#000000
(0,0,0)

Tints of #8A3310

#8A3310
(138,51,16)
#944525
(148,69,37)
#9E573A
(158,87,58)
#A8694F
(168,105,79)
#B27B64
(178,123,100)
#BC8D79
(188,141,121)
#C69F8E
(198,159,142)
#D0B1A3
(208,177,163)
#DAC3B8
(218,195,184)
#E4D5CD
(228,213,205)
#EEE7E2
(238,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A3310 color. Also use rgb(138,51,16) instead hex code.

Text Font Color

.myTextColor { color: #8A3310; }

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

This text font color is #8A3310.


Background Color

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

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

This div background color is #8A3310.


Border color

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

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

This div border color is #8A3310.


Opacity

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

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

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

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

This text has shadow with #8A3310 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A3310 on black background.


Color preview on white background

This text has color #8A3310 on white background.



Black color preview on #8A3310 background

This text has black color on #8A3310 background.


White color preview on #8A3310 background

This text has white color on #8A3310 background.