COLOR #8A3448

HEX: #8A3448
RGB: (138,52,72)

Color info

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

RGB color model

#8A3448 color RGB value is (138,52,72).

  • red value is 138;
  • green value is 52;
  • blue value is 72.
RGB:
(138,52,72)
(54%,20%,28%)

RGB channels and saturation

R 138 of 255 = 54%
G 52 of 255 = 20%
B 72 of 255 = 28%

138
52
72

R + G + B ~ 34%. #8A3448 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
138 + 52 + 72 = 262 (100%)
R 138 of 262 ~ 52.67%
G 52 of 262 ~ 19.85%
B 72 of 262 ~ 27.48%

%52.67
%19.85
%27.48

CMYK color model

#8A3448 color CMYK value is (0,62,48,46).

  • cyan value is 0.00%
  • magenta value is 62.32%
  • yellow value is 47.83%
  • key color value is 45.88%
CMYK:
(0,62,48,46)
C0M62Y48K46 
(0%,62%,48%,46%)
(0.00/0.62/0.48/0.46)	

CMYK percentages

%0
%62.32
%47.83
%45.88

Codes

Color #8A3448 in popluar color models

8A3448
RGB1385272
HSL346°45.26%37.25%
HSB/HSV346°62.32%54.12%
CMYK0.00%62.32%47.83%
45.88%

Color #8A3448 in popluar number systems.

HEX8A3448
Decimal1385272
Binary100010101101001001000
Octal21264110

Shades and tints

Shades of #8A3448

#8A3448
(138,52,72)
#7E3042
(126,48,66)
#722C3C
(114,44,60)
#662836
(102,40,54)
#5A2430
(90,36,48)
#4E202A
(78,32,42)
#421C24
(66,28,36)
#36181E
(54,24,30)
#2A1418
(42,20,24)
#1E1012
(30,16,18)
#120C0C
(18,12,12)
#000000
(0,0,0)

Tints of #8A3448

#8A3448
(138,52,72)
#944658
(148,70,88)
#9E5868
(158,88,104)
#A86A78
(168,106,120)
#B27C88
(178,124,136)
#BC8E98
(188,142,152)
#C6A0A8
(198,160,168)
#D0B2B8
(208,178,184)
#DAC4C8
(218,196,200)
#E4D6D8
(228,214,216)
#EEE8E8
(238,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A3448 color. Also use rgb(138,52,72) instead hex code.

Text Font Color

.myTextColor { color: #8A3448; }

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

This text font color is #8A3448.


Background Color

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

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

This div background color is #8A3448.


Border color

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

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

This div border color is #8A3448.


Opacity

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

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

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

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

This text has shadow with #8A3448 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A3448 on black background.


Color preview on white background

This text has color #8A3448 on white background.



Black color preview on #8A3448 background

This text has black color on #8A3448 background.


White color preview on #8A3448 background

This text has white color on #8A3448 background.