COLOR #8A3364

HEX: #8A3364
RGB: (138,51,100)

Color info

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

RGB color model

#8A3364 color RGB value is (138,51,100).

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

RGB channels and saturation

R 138 of 255 = 54%
G 51 of 255 = 20%
B 100 of 255 = 39%

138
51
100

R + G + B ~ 38%. #8A3364 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
138 + 51 + 100 = 289 (100%)
R 138 of 289 ~ 47.75%
G 51 of 289 ~ 17.65%
B 100 of 289 ~ 34.6%

%47.75
%17.65
%34.6

CMYK color model

#8A3364 color CMYK value is (0,63,28,46).

  • cyan value is 0.00%
  • magenta value is 63.04%
  • yellow value is 27.54%
  • key color value is 45.88%
CMYK:
(0,63,28,46)
C0M63Y28K46 
(0%,63%,28%,46%)
(0.00/0.63/0.28/0.46)	

CMYK percentages

%0
%63.04
%27.54
%45.88

Codes

Color #8A3364 in popluar color models

8A3364
RGB13851100
HSL326°46.03%37.06%
HSB/HSV326°63.04%54.12%
CMYK0.00%63.04%27.54%
45.88%

Color #8A3364 in popluar number systems.

HEX8A3364
Decimal13851100
Binary100010101100111100100
Octal21263144

Shades and tints

Shades of #8A3364

#8A3364
(138,51,100)
#7E2F5B
(126,47,91)
#722B52
(114,43,82)
#662749
(102,39,73)
#5A2340
(90,35,64)
#4E1F37
(78,31,55)
#421B2E
(66,27,46)
#361725
(54,23,37)
#2A131C
(42,19,28)
#1E0F13
(30,15,19)
#120B0A
(18,11,10)
#000000
(0,0,0)

Tints of #8A3364

#8A3364
(138,51,100)
#944572
(148,69,114)
#9E5780
(158,87,128)
#A8698E
(168,105,142)
#B27B9C
(178,123,156)
#BC8DAA
(188,141,170)
#C69FB8
(198,159,184)
#D0B1C6
(208,177,198)
#DAC3D4
(218,195,212)
#E4D5E2
(228,213,226)
#EEE7F0
(238,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A3364; }

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

This text font color is #8A3364.


Background Color

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

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

This div background color is #8A3364.


Border color

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

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

This div border color is #8A3364.


Opacity

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

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

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

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

This text has shadow with #8A3364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A3364 on black background.


Color preview on white background

This text has color #8A3364 on white background.



Black color preview on #8A3364 background

This text has black color on #8A3364 background.


White color preview on #8A3364 background

This text has white color on #8A3364 background.