COLOR #8A3252

HEX: #8A3252
RGB: (138,50,82)

Color info

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

RGB color model

#8A3252 color RGB value is (138,50,82).

  • red value is 138;
  • green value is 50;
  • blue value is 82.
RGB:
(138,50,82)
(54%,20%,32%)

RGB channels and saturation

R 138 of 255 = 54%
G 50 of 255 = 20%
B 82 of 255 = 32%

138
50
82

R + G + B ~ 35%. #8A3252 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
138 + 50 + 82 = 270 (100%)
R 138 of 270 ~ 51.11%
G 50 of 270 ~ 18.52%
B 82 of 270 ~ 30.37%

%51.11
%18.52
%30.37

CMYK color model

#8A3252 color CMYK value is (0,64,41,46).

  • cyan value is 0.00%
  • magenta value is 63.77%
  • yellow value is 40.58%
  • key color value is 45.88%
CMYK:
(0,64,41,46)
C0M64Y41K46 
(0%,64%,41%,46%)
(0.00/0.64/0.41/0.46)	

CMYK percentages

%0
%63.77
%40.58
%45.88

Codes

Color #8A3252 in popluar color models

8A3252
RGB1385082
HSL338°46.81%36.86%
HSB/HSV338°63.77%54.12%
CMYK0.00%63.77%40.58%
45.88%

Color #8A3252 in popluar number systems.

HEX8A3252
Decimal1385082
Binary100010101100101010010
Octal21262122

Shades and tints

Shades of #8A3252

#8A3252
(138,50,82)
#7E2E4B
(126,46,75)
#722A44
(114,42,68)
#66263D
(102,38,61)
#5A2236
(90,34,54)
#4E1E2F
(78,30,47)
#421A28
(66,26,40)
#361621
(54,22,33)
#2A121A
(42,18,26)
#1E0E13
(30,14,19)
#120A0C
(18,10,12)
#000000
(0,0,0)

Tints of #8A3252

#8A3252
(138,50,82)
#944461
(148,68,97)
#9E5670
(158,86,112)
#A8687F
(168,104,127)
#B27A8E
(178,122,142)
#BC8C9D
(188,140,157)
#C69EAC
(198,158,172)
#D0B0BB
(208,176,187)
#DAC2CA
(218,194,202)
#E4D4D9
(228,212,217)
#EEE6E8
(238,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A3252 color. Also use rgb(138,50,82) instead hex code.

Text Font Color

.myTextColor { color: #8A3252; }

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

This text font color is #8A3252.


Background Color

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

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

This div background color is #8A3252.


Border color

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

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

This div border color is #8A3252.


Opacity

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

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

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

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

This text has shadow with #8A3252 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A3252 on black background.


Color preview on white background

This text has color #8A3252 on white background.



Black color preview on #8A3252 background

This text has black color on #8A3252 background.


White color preview on #8A3252 background

This text has white color on #8A3252 background.