COLOR #8A515D

HEX: #8A515D
RGB: (138,81,93)

Color info

#8A515D contains red, green and blue colors in about the same proportion. Web safe color of #8A515D is #996666 (or #966).

RGB color model

#8A515D color RGB value is (138,81,93).

  • red value is 138;
  • green value is 81;
  • blue value is 93.
RGB:
(138,81,93)
(54%,32%,36%)

RGB channels and saturation

R 138 of 255 = 54%
G 81 of 255 = 32%
B 93 of 255 = 36%

138
81
93

R + G + B ~ 41%. #8A515D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
138 + 81 + 93 = 312 (100%)
R 138 of 312 ~ 44.23%
G 81 of 312 ~ 25.96%
B 93 of 312 ~ 29.81%

%44.23
%25.96
%29.81

CMYK color model

#8A515D color CMYK value is (0,41,33,46).

  • cyan value is 0.00%
  • magenta value is 41.30%
  • yellow value is 32.61%
  • key color value is 45.88%
CMYK:
(0,41,33,46)
C0M41Y33K46 
(0%,41%,33%,46%)
(0.00/0.41/0.33/0.46)	

CMYK percentages

%0
%41.3
%32.61
%45.88

Codes

Color #8A515D in popluar color models

8A515D
RGB1388193
HSL347°26.03%42.94%
HSB/HSV347°41.30%54.12%
CMYK0.00%41.30%32.61%
45.88%

Color #8A515D in popluar number systems.

HEX8A515D
Decimal1388193
Binary1000101010100011011101
Octal212121135

Shades and tints

Shades of #8A515D

#8A515D
(138,81,93)
#7E4A55
(126,74,85)
#72434D
(114,67,77)
#663C45
(102,60,69)
#5A353D
(90,53,61)
#4E2E35
(78,46,53)
#42272D
(66,39,45)
#362025
(54,32,37)
#2A191D
(42,25,29)
#1E1215
(30,18,21)
#120B0D
(18,11,13)
#000000
(0,0,0)

Tints of #8A515D

#8A515D
(138,81,93)
#94606B
(148,96,107)
#9E6F79
(158,111,121)
#A87E87
(168,126,135)
#B28D95
(178,141,149)
#BC9CA3
(188,156,163)
#C6ABB1
(198,171,177)
#D0BABF
(208,186,191)
#DAC9CD
(218,201,205)
#E4D8DB
(228,216,219)
#EEE7E9
(238,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A515D color. Also use rgb(138,81,93) instead hex code.

Text Font Color

.myTextColor { color: #8A515D; }

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

This text font color is #8A515D.


Background Color

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

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

This div background color is #8A515D.


Border color

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

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

This div border color is #8A515D.


Opacity

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

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

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

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

This text has shadow with #8A515D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A515D on black background.


Color preview on white background

This text has color #8A515D on white background.



Black color preview on #8A515D background

This text has black color on #8A515D background.


White color preview on #8A515D background

This text has white color on #8A515D background.