COLOR #8A4857

HEX: #8A4857
RGB: (138,72,87)

Color info

#8A4857 contains mainly red and blue colors. Web safe color of #8A4857 is #993366 (or #936).

RGB color model

#8A4857 color RGB value is (138,72,87).

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

RGB channels and saturation

R 138 of 255 = 54%
G 72 of 255 = 28%
B 87 of 255 = 34%

138
72
87

R + G + B ~ 39%. #8A4857 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
138 + 72 + 87 = 297 (100%)
R 138 of 297 ~ 46.46%
G 72 of 297 ~ 24.24%
B 87 of 297 ~ 29.29%

%46.46
%24.24
%29.29

CMYK color model

#8A4857 color CMYK value is (0,48,37,46).

  • cyan value is 0.00%
  • magenta value is 47.83%
  • yellow value is 36.96%
  • key color value is 45.88%
CMYK:
(0,48,37,46)
C0M48Y37K46 
(0%,48%,37%,46%)
(0.00/0.48/0.37/0.46)	

CMYK percentages

%0
%47.83
%36.96
%45.88

Codes

Color #8A4857 in popluar color models

8A4857
RGB1387287
HSL346°31.43%41.18%
HSB/HSV346°47.83%54.12%
CMYK0.00%47.83%36.96%
45.88%

Color #8A4857 in popluar number systems.

HEX8A4857
Decimal1387287
Binary1000101010010001010111
Octal212110127

Shades and tints

Shades of #8A4857

#8A4857
(138,72,87)
#7E4250
(126,66,80)
#723C49
(114,60,73)
#663642
(102,54,66)
#5A303B
(90,48,59)
#4E2A34
(78,42,52)
#42242D
(66,36,45)
#361E26
(54,30,38)
#2A181F
(42,24,31)
#1E1218
(30,18,24)
#120C11
(18,12,17)
#000000
(0,0,0)

Tints of #8A4857

#8A4857
(138,72,87)
#945866
(148,88,102)
#9E6875
(158,104,117)
#A87884
(168,120,132)
#B28893
(178,136,147)
#BC98A2
(188,152,162)
#C6A8B1
(198,168,177)
#D0B8C0
(208,184,192)
#DAC8CF
(218,200,207)
#E4D8DE
(228,216,222)
#EEE8ED
(238,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A4857; }

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

This text font color is #8A4857.


Background Color

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

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

This div background color is #8A4857.


Border color

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

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

This div border color is #8A4857.


Opacity

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

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

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

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

This text has shadow with #8A4857 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A4857 on black background.


Color preview on white background

This text has color #8A4857 on white background.



Black color preview on #8A4857 background

This text has black color on #8A4857 background.


White color preview on #8A4857 background

This text has white color on #8A4857 background.