COLOR #8A393B

HEX: #8A393B RGB: (138,57,59)

Color info

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

RGB color model

#8A393B color RGB value is (138,57,59).

RGB: (138,57,59) (54%, 22%, 23%)

RGB channels and saturation

R 138 of 255 = 54%
G 57 of 255 = 22%
B 59 of 255 = 23%

138
57
59

R + G + B ~ 33%. #8A393B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 138 + 57 + 59 = 254 (100%)
R 138 of 254 ~ 54.33%
G 57 of 254 ~ 22.44%
B 59 of 254 ~ 23.23'%

%54.33
%22.44
%23.23

CMYK color model

#8A393B color CMYK value is (0,59,57,46).

  • cyan value is 0.00%
  • magenta value is 58.70%
  • yellow value is 57.25%
  • key color value is 45.88%
CMYK: (0,59,57,46) C0M59Y57K46 (0%,59%,57%,46%) (0.00/0.59/0.57/0.46) 

CMYK percentages

%0
%58.7
%57.25
%45.88

Codes

Color #8A393B in popluar color models

8A 39 3B
RGB 138 57 59
HSL 359° 41.54% 38.24%
HSB/HSV 359° 58.70% 54.12%
CMYK 0.00% 58.70% 57.25%
45.88%

Color #8A393B in popluar number systems.

HEX 8A 39 3B
Decimal 138 57 59
Binary 10001010 111001 111011
Octal 212 71 73

Shades and tints

Shades of #8A393B

#8A393B
(138,57,59)
#7E3436
(126,52,54)
#722F31
(114,47,49)
#662A2C
(102,42,44)
#5A2527
(90,37,39)
#4E2022
(78,32,34)
#421B1D
(66,27,29)
#361618
(54,22,24)
#2A1113
(42,17,19)
#1E0C0E
(30,12,14)
#120709
(18,7,9)
#000000
(0,0,0)

Tints of #8A393B

#8A393B
(138,57,59)
#944B4C
(148,75,76)
#9E5D5D
(158,93,93)
#A86F6E
(168,111,110)
#B2817F
(178,129,127)
#BC9390
(188,147,144)
#C6A5A1
(198,165,161)
#D0B7B2
(208,183,178)
#DAC9C3
(218,201,195)
#E4DBD4
(228,219,212)
#EEEDE5
(238,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A393B; }

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

This text font color is #8A393B.

Background Color

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

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

This div background color is #8A393B.

Border color

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

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

This div border color is #8A393B.

Opacity

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

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

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

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

This text has shadow with #8A393B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A393B.

Preview

Color preview on black background

This text has color #8A393B on black background.


Color preview on white background

This text has color #8A393B on white background.


Black color preview on #8A393B background

This text has black color on #8A393B background.


White color preview on #8A393B background

This text has white color on #8A393B background.


Related colors

Complementary color

Complementary color for #hex is #75C6C4.


I love getcolorcode.com

Triadic colors

1 #3B8A39 and #393B8A with #8A393B are triadic colors.

2 #3B398A and #398A3B with #8A393B are triadic colors.