COLOR #603052

HEX: #603052
RGB: (96,48,82)

Color info

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

RGB color model

#603052 color RGB value is (96,48,82).

  • red value is 96;
  • green value is 48;
  • blue value is 82.
RGB:
(96,48,82)
(38%,19%,32%)

RGB channels and saturation

R 96 of 255 = 38%
G 48 of 255 = 19%
B 82 of 255 = 32%

96
48
82

R + G + B ~ 30%. #603052 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 48 + 82 = 226 (100%)
R 96 of 226 ~ 42.48%
G 48 of 226 ~ 21.24%
B 82 of 226 ~ 36.28%

%42.48
%21.24
%36.28

CMYK color model

#603052 color CMYK value is (0,50,15,62).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 14.58%
  • key color value is 62.35%
CMYK:
(0,50,15,62)
C0M50Y15K62 
(0%,50%,15%,62%)
(0.00/0.50/0.15/0.62)	

CMYK percentages

%0
%50
%14.58
%62.35

Codes

Color #603052 in popluar color models

603052
RGB964882
HSL318°33.33%28.24%
HSB/HSV318°50.00%37.65%
CMYK0.00%50.00%14.58%
62.35%

Color #603052 in popluar number systems.

HEX603052
Decimal964882
Binary11000001100001010010
Octal14060122

Shades and tints

Shades of #603052

#603052
(96,48,82)
#582C4B
(88,44,75)
#502844
(80,40,68)
#48243D
(72,36,61)
#402036
(64,32,54)
#381C2F
(56,28,47)
#301828
(48,24,40)
#281421
(40,20,33)
#20101A
(32,16,26)
#180C13
(24,12,19)
#10080C
(16,8,12)
#000000
(0,0,0)

Tints of #603052

#603052
(96,48,82)
#6E4261
(110,66,97)
#7C5470
(124,84,112)
#8A667F
(138,102,127)
#98788E
(152,120,142)
#A68A9D
(166,138,157)
#B49CAC
(180,156,172)
#C2AEBB
(194,174,187)
#D0C0CA
(208,192,202)
#DED2D9
(222,210,217)
#ECE4E8
(236,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #603052; }

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

This text font color is #603052.


Background Color

.myBgColor { background-color: #603052; }

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

This div background color is #603052.


Border color

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

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

This div border color is #603052.


Opacity

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

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

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

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

This text has shadow with #603052 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #603052 on black background.


Color preview on white background

This text has color #603052 on white background.



Black color preview on #603052 background

This text has black color on #603052 background.


White color preview on #603052 background

This text has white color on #603052 background.