COLOR #60336D

HEX: #60336D
RGB: (96,51,109)

Color info

#60336D contains red, green and blue colors in about the same proportion. Web safe color of #60336D is #663366 (or #636).

RGB color model

#60336D color RGB value is (96,51,109).

  • red value is 96;
  • green value is 51;
  • blue value is 109.
RGB:
(96,51,109)
(38%,20%,43%)

RGB channels and saturation

R 96 of 255 = 38%
G 51 of 255 = 20%
B 109 of 255 = 43%

96
51
109

R + G + B ~ 34%. #60336D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 51 + 109 = 256 (100%)
R 96 of 256 ~ 37.5%
G 51 of 256 ~ 19.92%
B 109 of 256 ~ 42.58%

%37.5
%19.92
%42.58

CMYK color model

#60336D color CMYK value is (12,53,0,57).

  • cyan value is 11.93%
  • magenta value is 53.21%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(12,53,0,57)
C12M53Y0K57 
(12%,53%,0%,57%)
(0.12/0.53/0.00/0.57)	

CMYK percentages

%11.93
%53.21
%0
%57.25

Codes

Color #60336D in popluar color models

60336D
RGB9651109
HSL287°36.25%31.37%
HSB/HSV287°53.21%42.75%
CMYK11.93%53.21%0.00%
57.25%

Color #60336D in popluar number systems.

HEX60336D
Decimal9651109
Binary11000001100111101101
Octal14063155

Shades and tints

Shades of #60336D

#60336D
(96,51,109)
#582F64
(88,47,100)
#502B5B
(80,43,91)
#482752
(72,39,82)
#402349
(64,35,73)
#381F40
(56,31,64)
#301B37
(48,27,55)
#28172E
(40,23,46)
#201325
(32,19,37)
#180F1C
(24,15,28)
#100B13
(16,11,19)
#000000
(0,0,0)

Tints of #60336D

#60336D
(96,51,109)
#6E457A
(110,69,122)
#7C5787
(124,87,135)
#8A6994
(138,105,148)
#987BA1
(152,123,161)
#A68DAE
(166,141,174)
#B49FBB
(180,159,187)
#C2B1C8
(194,177,200)
#D0C3D5
(208,195,213)
#DED5E2
(222,213,226)
#ECE7EF
(236,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60336D color. Also use rgb(96,51,109) instead hex code.

Text Font Color

.myTextColor { color: #60336D; }

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

This text font color is #60336D.


Background Color

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

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

This div background color is #60336D.


Border color

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

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

This div border color is #60336D.


Opacity

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

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

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

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

This text has shadow with #60336D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60336D on black background.


Color preview on white background

This text has color #60336D on white background.



Black color preview on #60336D background

This text has black color on #60336D background.


White color preview on #60336D background

This text has white color on #60336D background.