COLOR #8A392D

HEX: #8A392D
RGB: (138,57,45)

Color info

#8A392D contains mainly red color. Web safe color of #8A392D is #993333 (or #933).

RGB color model

#8A392D color RGB value is (138,57,45).

  • red value is 138;
  • green value is 57;
  • blue value is 45.
RGB:
(138,57,45)
(54%,22%,18%)

RGB channels and saturation

R 138 of 255 = 54%
G 57 of 255 = 22%
B 45 of 255 = 18%

138
57
45

R + G + B ~ 31%. #8A392D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
138 + 57 + 45 = 240 (100%)
R 138 of 240 ~ 57.5%
G 57 of 240 ~ 23.75%
B 45 of 240 ~ 18.75%

%57.5
%23.75
%18.75

CMYK color model

#8A392D color CMYK value is (0,59,67,46).

  • cyan value is 0.00%
  • magenta value is 58.70%
  • yellow value is 67.39%
  • key color value is 45.88%
CMYK:
(0,59,67,46)
C0M59Y67K46 
(0%,59%,67%,46%)
(0.00/0.59/0.67/0.46)	

CMYK percentages

%0
%58.7
%67.39
%45.88

Codes

Color #8A392D in popluar color models

8A392D
RGB1385745
HSL50.82%35.88%
HSB/HSV67.39%54.12%
CMYK0.00%58.70%67.39%
45.88%

Color #8A392D in popluar number systems.

HEX8A392D
Decimal1385745
Binary10001010111001101101
Octal2127155

Shades and tints

Shades of #8A392D

#8A392D
(138,57,45)
#7E3429
(126,52,41)
#722F25
(114,47,37)
#662A21
(102,42,33)
#5A251D
(90,37,29)
#4E2019
(78,32,25)
#421B15
(66,27,21)
#361611
(54,22,17)
#2A110D
(42,17,13)
#1E0C09
(30,12,9)
#120705
(18,7,5)
#000000
(0,0,0)

Tints of #8A392D

#8A392D
(138,57,45)
#944B40
(148,75,64)
#9E5D53
(158,93,83)
#A86F66
(168,111,102)
#B28179
(178,129,121)
#BC938C
(188,147,140)
#C6A59F
(198,165,159)
#D0B7B2
(208,183,178)
#DAC9C5
(218,201,197)
#E4DBD8
(228,219,216)
#EEEDEB
(238,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A392D color. Also use rgb(138,57,45) instead hex code.

Text Font Color

.myTextColor { color: #8A392D; }

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

This text font color is #8A392D.


Background Color

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

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

This div background color is #8A392D.


Border color

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

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

This div border color is #8A392D.


Opacity

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

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

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

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

This text has shadow with #8A392D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A392D on black background.


Color preview on white background

This text has color #8A392D on white background.



Black color preview on #8A392D background

This text has black color on #8A392D background.


White color preview on #8A392D background

This text has white color on #8A392D background.