COLOR #8A3318

HEX: #8A3318
RGB: (138,51,24)

Color info

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

RGB color model

#8A3318 color RGB value is (138,51,24).

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

RGB channels and saturation

R 138 of 255 = 54%
G 51 of 255 = 20%
B 24 of 255 = 9%

138
51
24

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

Portions of RGB colors in percentages

R + G + B =
138 + 51 + 24 = 213 (100%)
R 138 of 213 ~ 64.79%
G 51 of 213 ~ 23.94%
B 24 of 213 ~ 11.27%

%64.79
%23.94
%11.27

CMYK color model

#8A3318 color CMYK value is (0,63,83,46).

  • cyan value is 0.00%
  • magenta value is 63.04%
  • yellow value is 82.61%
  • key color value is 45.88%
CMYK:
(0,63,83,46)
C0M63Y83K46 
(0%,63%,83%,46%)
(0.00/0.63/0.83/0.46)	

CMYK percentages

%0
%63.04
%82.61
%45.88

Codes

Color #8A3318 in popluar color models

8A3318
RGB1385124
HSL14°70.37%31.76%
HSB/HSV14°82.61%54.12%
CMYK0.00%63.04%82.61%
45.88%

Color #8A3318 in popluar number systems.

HEX8A3318
Decimal1385124
Binary1000101011001111000
Octal2126330

Shades and tints

Shades of #8A3318

#8A3318
(138,51,24)
#7E2F16
(126,47,22)
#722B14
(114,43,20)
#662712
(102,39,18)
#5A2310
(90,35,16)
#4E1F0E
(78,31,14)
#421B0C
(66,27,12)
#36170A
(54,23,10)
#2A1308
(42,19,8)
#1E0F06
(30,15,6)
#120B04
(18,11,4)
#000000
(0,0,0)

Tints of #8A3318

#8A3318
(138,51,24)
#94452D
(148,69,45)
#9E5742
(158,87,66)
#A86957
(168,105,87)
#B27B6C
(178,123,108)
#BC8D81
(188,141,129)
#C69F96
(198,159,150)
#D0B1AB
(208,177,171)
#DAC3C0
(218,195,192)
#E4D5D5
(228,213,213)
#EEE7EA
(238,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A3318; }

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

This text font color is #8A3318.


Background Color

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

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

This div background color is #8A3318.


Border color

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

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

This div border color is #8A3318.


Opacity

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

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

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

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

This text has shadow with #8A3318 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A3318 on black background.


Color preview on white background

This text has color #8A3318 on white background.



Black color preview on #8A3318 background

This text has black color on #8A3318 background.


White color preview on #8A3318 background

This text has white color on #8A3318 background.