COLOR #60388D

HEX: #60388D
RGB: (96,56,141)

Color info

#60388D contains mainly red and blue colors. Web safe color of #60388D is #663399 (or #639).

RGB color model

#60388D color RGB value is (96,56,141).

  • red value is 96;
  • green value is 56;
  • blue value is 141.
RGB:
(96,56,141)
(38%,22%,55%)

RGB channels and saturation

R 96 of 255 = 38%
G 56 of 255 = 22%
B 141 of 255 = 55%

96
56
141

R + G + B ~ 38%. #60388D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 56 + 141 = 293 (100%)
R 96 of 293 ~ 32.76%
G 56 of 293 ~ 19.11%
B 141 of 293 ~ 48.12%

%32.76
%19.11
%48.12

CMYK color model

#60388D color CMYK value is (32,60,0,45).

  • cyan value is 31.91%
  • magenta value is 60.28%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(32,60,0,45)
C32M60Y0K45 
(32%,60%,0%,45%)
(0.32/0.60/0.00/0.45)	

CMYK percentages

%31.91
%60.28
%0
%44.71

Codes

Color #60388D in popluar color models

60388D
RGB9656141
HSL268°43.15%38.63%
HSB/HSV268°60.28%55.29%
CMYK31.91%60.28%0.00%
44.71%

Color #60388D in popluar number systems.

HEX60388D
Decimal9656141
Binary110000011100010001101
Octal14070215

Shades and tints

Shades of #60388D

#60388D
(96,56,141)
#583381
(88,51,129)
#502E75
(80,46,117)
#482969
(72,41,105)
#40245D
(64,36,93)
#381F51
(56,31,81)
#301A45
(48,26,69)
#281539
(40,21,57)
#20102D
(32,16,45)
#180B21
(24,11,33)
#100615
(16,6,21)
#000000
(0,0,0)

Tints of #60388D

#60388D
(96,56,141)
#6E4A97
(110,74,151)
#7C5CA1
(124,92,161)
#8A6EAB
(138,110,171)
#9880B5
(152,128,181)
#A692BF
(166,146,191)
#B4A4C9
(180,164,201)
#C2B6D3
(194,182,211)
#D0C8DD
(208,200,221)
#DEDAE7
(222,218,231)
#ECECF1
(236,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60388D color. Also use rgb(96,56,141) instead hex code.

Text Font Color

.myTextColor { color: #60388D; }

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

This text font color is #60388D.


Background Color

.myBgColor { background-color: #60388D; }

<div style="background-color:#60388D">Inner text</div>

This div background color is #60388D.


Border color

.myBorderColor { border: 1px solid #60388D; }

<div style="border:3px solid #60388D">Div</div>

This div border color is #60388D.


Opacity

.myOpacity80 { color: #60388D; opacity: 0.8; }

<p style="color:#60388D;opacity:0.8;">80%</p>

Text with #60388D 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 #60388D;}

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

This text has shadow with #60388D color.

.textShadow {text-shadow: 3px 3px 1px #60388D, 3px 3px 1px red;}

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

This text has shadow with #60388D primary color and red secondary color.


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

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

This text has shadow with #60388D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60388D on black background.


Color preview on white background

This text has color #60388D on white background.



Black color preview on #60388D background

This text has black color on #60388D background.


White color preview on #60388D background

This text has white color on #60388D background.