COLOR #8A5064

HEX: #8A5064
RGB: (138,80,100)

Color info

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

RGB color model

#8A5064 color RGB value is (138,80,100).

  • red value is 138;
  • green value is 80;
  • blue value is 100.
RGB:
(138,80,100)
(54%,31%,39%)

RGB channels and saturation

R 138 of 255 = 54%
G 80 of 255 = 31%
B 100 of 255 = 39%

138
80
100

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

Portions of RGB colors in percentages

R + G + B =
138 + 80 + 100 = 318 (100%)
R 138 of 318 ~ 43.4%
G 80 of 318 ~ 25.16%
B 100 of 318 ~ 31.45%

%43.4
%25.16
%31.45

CMYK color model

#8A5064 color CMYK value is (0,42,28,46).

  • cyan value is 0.00%
  • magenta value is 42.03%
  • yellow value is 27.54%
  • key color value is 45.88%
CMYK:
(0,42,28,46)
C0M42Y28K46 
(0%,42%,28%,46%)
(0.00/0.42/0.28/0.46)	

CMYK percentages

%0
%42.03
%27.54
%45.88

Codes

Color #8A5064 in popluar color models

8A5064
RGB13880100
HSL339°26.61%42.75%
HSB/HSV339°42.03%54.12%
CMYK0.00%42.03%27.54%
45.88%

Color #8A5064 in popluar number systems.

HEX8A5064
Decimal13880100
Binary1000101010100001100100
Octal212120144

Shades and tints

Shades of #8A5064

#8A5064
(138,80,100)
#7E495B
(126,73,91)
#724252
(114,66,82)
#663B49
(102,59,73)
#5A3440
(90,52,64)
#4E2D37
(78,45,55)
#42262E
(66,38,46)
#361F25
(54,31,37)
#2A181C
(42,24,28)
#1E1113
(30,17,19)
#120A0A
(18,10,10)
#000000
(0,0,0)

Tints of #8A5064

#8A5064
(138,80,100)
#945F72
(148,95,114)
#9E6E80
(158,110,128)
#A87D8E
(168,125,142)
#B28C9C
(178,140,156)
#BC9BAA
(188,155,170)
#C6AAB8
(198,170,184)
#D0B9C6
(208,185,198)
#DAC8D4
(218,200,212)
#E4D7E2
(228,215,226)
#EEE6F0
(238,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A5064 color. Also use rgb(138,80,100) instead hex code.

Text Font Color

.myTextColor { color: #8A5064; }

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

This text font color is #8A5064.


Background Color

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

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

This div background color is #8A5064.


Border color

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

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

This div border color is #8A5064.


Opacity

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

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

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

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

This text has shadow with #8A5064 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A5064 on black background.


Color preview on white background

This text has color #8A5064 on white background.



Black color preview on #8A5064 background

This text has black color on #8A5064 background.


White color preview on #8A5064 background

This text has white color on #8A5064 background.