COLOR #8A3231

HEX: #8A3231
RGB: (138,50,49)

Color info

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

RGB color model

#8A3231 color RGB value is (138,50,49).

  • red value is 138;
  • green value is 50;
  • blue value is 49.
RGB:
(138,50,49)
(54%,20%,19%)

RGB channels and saturation

R 138 of 255 = 54%
G 50 of 255 = 20%
B 49 of 255 = 19%

138
50
49

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

Portions of RGB colors in percentages

R + G + B =
138 + 50 + 49 = 237 (100%)
R 138 of 237 ~ 58.23%
G 50 of 237 ~ 21.1%
B 49 of 237 ~ 20.68%

%58.23
%21.1
%20.68

CMYK color model

#8A3231 color CMYK value is (0,64,64,46).

  • cyan value is 0.00%
  • magenta value is 63.77%
  • yellow value is 64.49%
  • key color value is 45.88%
CMYK:
(0,64,64,46)
C0M64Y64K46 
(0%,64%,64%,46%)
(0.00/0.64/0.64/0.46)	

CMYK percentages

%0
%63.77
%64.49
%45.88

Codes

Color #8A3231 in popluar color models

8A3231
RGB1385049
HSL47.59%36.67%
HSB/HSV64.49%54.12%
CMYK0.00%63.77%64.49%
45.88%

Color #8A3231 in popluar number systems.

HEX8A3231
Decimal1385049
Binary10001010110010110001
Octal2126261

Shades and tints

Shades of #8A3231

#8A3231
(138,50,49)
#7E2E2D
(126,46,45)
#722A29
(114,42,41)
#662625
(102,38,37)
#5A2221
(90,34,33)
#4E1E1D
(78,30,29)
#421A19
(66,26,25)
#361615
(54,22,21)
#2A1211
(42,18,17)
#1E0E0D
(30,14,13)
#120A09
(18,10,9)
#000000
(0,0,0)

Tints of #8A3231

#8A3231
(138,50,49)
#944443
(148,68,67)
#9E5655
(158,86,85)
#A86867
(168,104,103)
#B27A79
(178,122,121)
#BC8C8B
(188,140,139)
#C69E9D
(198,158,157)
#D0B0AF
(208,176,175)
#DAC2C1
(218,194,193)
#E4D4D3
(228,212,211)
#EEE6E5
(238,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A3231 color. Also use rgb(138,50,49) instead hex code.

Text Font Color

.myTextColor { color: #8A3231; }

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

This text font color is #8A3231.


Background Color

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

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

This div background color is #8A3231.


Border color

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

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

This div border color is #8A3231.


Opacity

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

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

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

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

This text has shadow with #8A3231 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A3231 on black background.


Color preview on white background

This text has color #8A3231 on white background.



Black color preview on #8A3231 background

This text has black color on #8A3231 background.


White color preview on #8A3231 background

This text has white color on #8A3231 background.