COLOR #8A4B5C

HEX: #8A4B5C
RGB: (138,75,92)

Color info

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

RGB color model

#8A4B5C color RGB value is (138,75,92).

  • red value is 138;
  • green value is 75;
  • blue value is 92.
RGB:
(138,75,92)
(54%,29%,36%)

RGB channels and saturation

R 138 of 255 = 54%
G 75 of 255 = 29%
B 92 of 255 = 36%

138
75
92

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

Portions of RGB colors in percentages

R + G + B =
138 + 75 + 92 = 305 (100%)
R 138 of 305 ~ 45.25%
G 75 of 305 ~ 24.59%
B 92 of 305 ~ 30.16%

%45.25
%24.59
%30.16

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 45.65%
  • yellow value is 33.33%
  • key color value is 45.88%
CMYK:
(0,46,33,46)
C0M46Y33K46 
(0%,46%,33%,46%)
(0.00/0.46/0.33/0.46)	

CMYK percentages

%0
%45.65
%33.33
%45.88

Codes

Color #8A4B5C in popluar color models

8A4B5C
RGB1387592
HSL344°29.58%41.76%
HSB/HSV344°45.65%54.12%
CMYK0.00%45.65%33.33%
45.88%

Color #8A4B5C in popluar number systems.

HEX8A4B5C
Decimal1387592
Binary1000101010010111011100
Octal212113134

Shades and tints

Shades of #8A4B5C

#8A4B5C
(138,75,92)
#7E4554
(126,69,84)
#723F4C
(114,63,76)
#663944
(102,57,68)
#5A333C
(90,51,60)
#4E2D34
(78,45,52)
#42272C
(66,39,44)
#362124
(54,33,36)
#2A1B1C
(42,27,28)
#1E1514
(30,21,20)
#120F0C
(18,15,12)
#000000
(0,0,0)

Tints of #8A4B5C

#8A4B5C
(138,75,92)
#945B6A
(148,91,106)
#9E6B78
(158,107,120)
#A87B86
(168,123,134)
#B28B94
(178,139,148)
#BC9BA2
(188,155,162)
#C6ABB0
(198,171,176)
#D0BBBE
(208,187,190)
#DACBCC
(218,203,204)
#E4DBDA
(228,219,218)
#EEEBE8
(238,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A4B5C color. Also use rgb(138,75,92) instead hex code.

Text Font Color

.myTextColor { color: #8A4B5C; }

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

This text font color is #8A4B5C.


Background Color

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

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

This div background color is #8A4B5C.


Border color

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

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

This div border color is #8A4B5C.


Opacity

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

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

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

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

This text has shadow with #8A4B5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A4B5C on black background.


Color preview on white background

This text has color #8A4B5C on white background.



Black color preview on #8A4B5C background

This text has black color on #8A4B5C background.


White color preview on #8A4B5C background

This text has white color on #8A4B5C background.