COLOR #60476E

HEX: #60476E
RGB: (96,71,110)

Color info

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

RGB color model

#60476E color RGB value is (96,71,110).

  • red value is 96;
  • green value is 71;
  • blue value is 110.
RGB:
(96,71,110)
(38%,28%,43%)

RGB channels and saturation

R 96 of 255 = 38%
G 71 of 255 = 28%
B 110 of 255 = 43%

96
71
110

R + G + B ~ 36%. #60476E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 71 + 110 = 277 (100%)
R 96 of 277 ~ 34.66%
G 71 of 277 ~ 25.63%
B 110 of 277 ~ 39.71%

%34.66
%25.63
%39.71

CMYK color model

#60476E color CMYK value is (13,35,0,57).

  • cyan value is 12.73%
  • magenta value is 35.45%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(13,35,0,57)
C13M35Y0K57 
(13%,35%,0%,57%)
(0.13/0.35/0.00/0.57)	

CMYK percentages

%12.73
%35.45
%0
%56.86

Codes

Color #60476E in popluar color models

60476E
RGB9671110
HSL278°21.55%35.49%
HSB/HSV278°35.45%43.14%
CMYK12.73%35.45%0.00%
56.86%

Color #60476E in popluar number systems.

HEX60476E
Decimal9671110
Binary110000010001111101110
Octal140107156

Shades and tints

Shades of #60476E

#60476E
(96,71,110)
#584164
(88,65,100)
#503B5A
(80,59,90)
#483550
(72,53,80)
#402F46
(64,47,70)
#38293C
(56,41,60)
#302332
(48,35,50)
#281D28
(40,29,40)
#20171E
(32,23,30)
#181114
(24,17,20)
#100B0A
(16,11,10)
#000000
(0,0,0)

Tints of #60476E

#60476E
(96,71,110)
#6E577B
(110,87,123)
#7C6788
(124,103,136)
#8A7795
(138,119,149)
#9887A2
(152,135,162)
#A697AF
(166,151,175)
#B4A7BC
(180,167,188)
#C2B7C9
(194,183,201)
#D0C7D6
(208,199,214)
#DED7E3
(222,215,227)
#ECE7F0
(236,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60476E color. Also use rgb(96,71,110) instead hex code.

Text Font Color

.myTextColor { color: #60476E; }

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

This text font color is #60476E.


Background Color

.myBgColor { background-color: #60476E; }

<div style="background-color:#60476E">Inner text</div>

This div background color is #60476E.


Border color

.myBorderColor { border: 1px solid #60476E; }

<div style="border:3px solid #60476E">Div</div>

This div border color is #60476E.


Opacity

.myOpacity80 { color: #60476E; opacity: 0.8; }

<p style="color:#60476E;opacity:0.8;">80%</p>

Text with #60476E 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 #60476E;}

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

This text has shadow with #60476E color.

.textShadow {text-shadow: 3px 3px 1px #60476E, 3px 3px 1px red;}

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

This text has shadow with #60476E primary color and red secondary color.


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

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

This text has shadow with #60476E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60476E on black background.


Color preview on white background

This text has color #60476E on white background.



Black color preview on #60476E background

This text has black color on #60476E background.


White color preview on #60476E background

This text has white color on #60476E background.