COLOR #8A375D

HEX: #8A375D
RGB: (138,55,93)

Color info

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

RGB color model

#8A375D color RGB value is (138,55,93).

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

RGB channels and saturation

R 138 of 255 = 54%
G 55 of 255 = 22%
B 93 of 255 = 36%

138
55
93

R + G + B ~ 37%. #8A375D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
138 + 55 + 93 = 286 (100%)
R 138 of 286 ~ 48.25%
G 55 of 286 ~ 19.23%
B 93 of 286 ~ 32.52%

%48.25
%19.23
%32.52

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 60.14%
  • yellow value is 32.61%
  • key color value is 45.88%
CMYK:
(0,60,33,46)
C0M60Y33K46 
(0%,60%,33%,46%)
(0.00/0.60/0.33/0.46)	

CMYK percentages

%0
%60.14
%32.61
%45.88

Codes

Color #8A375D in popluar color models

8A375D
RGB1385593
HSL333°43.01%37.84%
HSB/HSV333°60.14%54.12%
CMYK0.00%60.14%32.61%
45.88%

Color #8A375D in popluar number systems.

HEX8A375D
Decimal1385593
Binary100010101101111011101
Octal21267135

Shades and tints

Shades of #8A375D

#8A375D
(138,55,93)
#7E3255
(126,50,85)
#722D4D
(114,45,77)
#662845
(102,40,69)
#5A233D
(90,35,61)
#4E1E35
(78,30,53)
#42192D
(66,25,45)
#361425
(54,20,37)
#2A0F1D
(42,15,29)
#1E0A15
(30,10,21)
#12050D
(18,5,13)
#000000
(0,0,0)

Tints of #8A375D

#8A375D
(138,55,93)
#94496B
(148,73,107)
#9E5B79
(158,91,121)
#A86D87
(168,109,135)
#B27F95
(178,127,149)
#BC91A3
(188,145,163)
#C6A3B1
(198,163,177)
#D0B5BF
(208,181,191)
#DAC7CD
(218,199,205)
#E4D9DB
(228,217,219)
#EEEBE9
(238,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A375D; }

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

This text font color is #8A375D.


Background Color

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

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

This div background color is #8A375D.


Border color

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

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

This div border color is #8A375D.


Opacity

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

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

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

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

This text has shadow with #8A375D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A375D on black background.


Color preview on white background

This text has color #8A375D on white background.



Black color preview on #8A375D background

This text has black color on #8A375D background.


White color preview on #8A375D background

This text has white color on #8A375D background.