COLOR #603460

HEX: #603460
RGB: (96,52,96)

Color info

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

RGB color model

#603460 color RGB value is (96,52,96).

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

RGB channels and saturation

R 96 of 255 = 38%
G 52 of 255 = 20%
B 96 of 255 = 38%

96
52
96

R + G + B ~ 32%. #603460 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 52 + 96 = 244 (100%)
R 96 of 244 ~ 39.34%
G 52 of 244 ~ 21.31%
B 96 of 244 ~ 39.34%

%39.34
%21.31
%39.34

CMYK color model

#603460 color CMYK value is (0,46,0,62).

  • cyan value is 0.00%
  • magenta value is 45.83%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(0,46,0,62)
C0M46Y0K62 
(0%,46%,0%,62%)
(0.00/0.46/0.00/0.62)	

CMYK percentages

%0
%45.83
%0
%62.35

Codes

Color #603460 in popluar color models

603460
RGB965296
HSL300°29.73%29.02%
HSB/HSV300°45.83%37.65%
CMYK0.00%45.83%0.00%
62.35%

Color #603460 in popluar number systems.

HEX603460
Decimal965296
Binary11000001101001100000
Octal14064140

Shades and tints

Shades of #603460

#603460
(96,52,96)
#583058
(88,48,88)
#502C50
(80,44,80)
#482848
(72,40,72)
#402440
(64,36,64)
#382038
(56,32,56)
#301C30
(48,28,48)
#281828
(40,24,40)
#201420
(32,20,32)
#181018
(24,16,24)
#100C10
(16,12,16)
#000000
(0,0,0)

Tints of #603460

#603460
(96,52,96)
#6E466E
(110,70,110)
#7C587C
(124,88,124)
#8A6A8A
(138,106,138)
#987C98
(152,124,152)
#A68EA6
(166,142,166)
#B4A0B4
(180,160,180)
#C2B2C2
(194,178,194)
#D0C4D0
(208,196,208)
#DED6DE
(222,214,222)
#ECE8EC
(236,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #603460 color. Also use rgb(96,52,96) instead hex code.

Text Font Color

.myTextColor { color: #603460; }

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

This text font color is #603460.


Background Color

.myBgColor { background-color: #603460; }

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

This div background color is #603460.


Border color

.myBorderColor { border: 1px solid #603460; }

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

This div border color is #603460.


Opacity

.myOpacity80 { color: #603460; opacity: 0.8; }

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

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

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

This text has shadow with #603460 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #603460 on black background.


Color preview on white background

This text has color #603460 on white background.



Black color preview on #603460 background

This text has black color on #603460 background.


White color preview on #603460 background

This text has white color on #603460 background.