COLOR #8A4456

HEX: #8A4456
RGB: (138,68,86)

Color info

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

RGB color model

#8A4456 color RGB value is (138,68,86).

  • red value is 138;
  • green value is 68;
  • blue value is 86.
RGB:
(138,68,86)
(54%,27%,34%)

RGB channels and saturation

R 138 of 255 = 54%
G 68 of 255 = 27%
B 86 of 255 = 34%

138
68
86

R + G + B ~ 38%. #8A4456 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
138 + 68 + 86 = 292 (100%)
R 138 of 292 ~ 47.26%
G 68 of 292 ~ 23.29%
B 86 of 292 ~ 29.45%

%47.26
%23.29
%29.45

CMYK color model

#8A4456 color CMYK value is (0,51,38,46).

  • cyan value is 0.00%
  • magenta value is 50.72%
  • yellow value is 37.68%
  • key color value is 45.88%
CMYK:
(0,51,38,46)
C0M51Y38K46 
(0%,51%,38%,46%)
(0.00/0.51/0.38/0.46)	

CMYK percentages

%0
%50.72
%37.68
%45.88

Codes

Color #8A4456 in popluar color models

8A4456
RGB1386886
HSL345°33.98%40.39%
HSB/HSV345°50.72%54.12%
CMYK0.00%50.72%37.68%
45.88%

Color #8A4456 in popluar number systems.

HEX8A4456
Decimal1386886
Binary1000101010001001010110
Octal212104126

Shades and tints

Shades of #8A4456

#8A4456
(138,68,86)
#7E3E4F
(126,62,79)
#723848
(114,56,72)
#663241
(102,50,65)
#5A2C3A
(90,44,58)
#4E2633
(78,38,51)
#42202C
(66,32,44)
#361A25
(54,26,37)
#2A141E
(42,20,30)
#1E0E17
(30,14,23)
#120810
(18,8,16)
#000000
(0,0,0)

Tints of #8A4456

#8A4456
(138,68,86)
#945565
(148,85,101)
#9E6674
(158,102,116)
#A87783
(168,119,131)
#B28892
(178,136,146)
#BC99A1
(188,153,161)
#C6AAB0
(198,170,176)
#D0BBBF
(208,187,191)
#DACCCE
(218,204,206)
#E4DDDD
(228,221,221)
#EEEEEC
(238,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A4456 color. Also use rgb(138,68,86) instead hex code.

Text Font Color

.myTextColor { color: #8A4456; }

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

This text font color is #8A4456.


Background Color

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

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

This div background color is #8A4456.


Border color

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

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

This div border color is #8A4456.


Opacity

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

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

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

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

This text has shadow with #8A4456 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A4456 on black background.


Color preview on white background

This text has color #8A4456 on white background.



Black color preview on #8A4456 background

This text has black color on #8A4456 background.


White color preview on #8A4456 background

This text has white color on #8A4456 background.