COLOR #60495A

HEX: #60495A
RGB: (96,73,90)

Color info

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

RGB color model

#60495A color RGB value is (96,73,90).

  • red value is 96;
  • green value is 73;
  • blue value is 90.
RGB:
(96,73,90)
(38%,29%,35%)

RGB channels and saturation

R 96 of 255 = 38%
G 73 of 255 = 29%
B 90 of 255 = 35%

96
73
90

R + G + B ~ 34%. #60495A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 73 + 90 = 259 (100%)
R 96 of 259 ~ 37.07%
G 73 of 259 ~ 28.19%
B 90 of 259 ~ 34.75%

%37.07
%28.19
%34.75

CMYK color model

#60495A color CMYK value is (0,24,6,62).

  • cyan value is 0.00%
  • magenta value is 23.96%
  • yellow value is 6.25%
  • key color value is 62.35%
CMYK:
(0,24,6,62)
C0M24Y6K62 
(0%,24%,6%,62%)
(0.00/0.24/0.06/0.62)	

CMYK percentages

%0
%23.96
%6.25
%62.35

Codes

Color #60495A in popluar color models

60495A
RGB967390
HSL316°13.61%33.14%
HSB/HSV316°23.96%37.65%
CMYK0.00%23.96%6.25%
62.35%

Color #60495A in popluar number systems.

HEX60495A
Decimal967390
Binary110000010010011011010
Octal140111132

Shades and tints

Shades of #60495A

#60495A
(96,73,90)
#584352
(88,67,82)
#503D4A
(80,61,74)
#483742
(72,55,66)
#40313A
(64,49,58)
#382B32
(56,43,50)
#30252A
(48,37,42)
#281F22
(40,31,34)
#20191A
(32,25,26)
#181312
(24,19,18)
#100D0A
(16,13,10)
#000000
(0,0,0)

Tints of #60495A

#60495A
(96,73,90)
#6E5969
(110,89,105)
#7C6978
(124,105,120)
#8A7987
(138,121,135)
#988996
(152,137,150)
#A699A5
(166,153,165)
#B4A9B4
(180,169,180)
#C2B9C3
(194,185,195)
#D0C9D2
(208,201,210)
#DED9E1
(222,217,225)
#ECE9F0
(236,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60495A color. Also use rgb(96,73,90) instead hex code.

Text Font Color

.myTextColor { color: #60495A; }

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

This text font color is #60495A.


Background Color

.myBgColor { background-color: #60495A; }

<div style="background-color:#60495A">Inner text</div>

This div background color is #60495A.


Border color

.myBorderColor { border: 1px solid #60495A; }

<div style="border:3px solid #60495A">Div</div>

This div border color is #60495A.


Opacity

.myOpacity80 { color: #60495A; opacity: 0.8; }

<p style="color:#60495A;opacity:0.8;">80%</p>

Text with #60495A 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 #60495A;}

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

This text has shadow with #60495A color.

.textShadow {text-shadow: 3px 3px 1px #60495A, 3px 3px 1px red;}

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

This text has shadow with #60495A primary color and red secondary color.


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

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

This text has shadow with #60495A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60495A on black background.


Color preview on white background

This text has color #60495A on white background.



Black color preview on #60495A background

This text has black color on #60495A background.


White color preview on #60495A background

This text has white color on #60495A background.