COLOR #604372

HEX: #604372
RGB: (96,67,114)

Color info

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

RGB color model

#604372 color RGB value is (96,67,114).

  • red value is 96;
  • green value is 67;
  • blue value is 114.
RGB:
(96,67,114)
(38%,26%,45%)

RGB channels and saturation

R 96 of 255 = 38%
G 67 of 255 = 26%
B 114 of 255 = 45%

96
67
114

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

Portions of RGB colors in percentages

R + G + B =
96 + 67 + 114 = 277 (100%)
R 96 of 277 ~ 34.66%
G 67 of 277 ~ 24.19%
B 114 of 277 ~ 41.16%

%34.66
%24.19
%41.16

CMYK color model

#604372 color CMYK value is (16,41,0,55).

  • cyan value is 15.79%
  • magenta value is 41.23%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(16,41,0,55)
C16M41Y0K55 
(16%,41%,0%,55%)
(0.16/0.41/0.00/0.55)	

CMYK percentages

%15.79
%41.23
%0
%55.29

Codes

Color #604372 in popluar color models

604372
RGB9667114
HSL277°25.97%35.49%
HSB/HSV277°41.23%44.71%
CMYK15.79%41.23%0.00%
55.29%

Color #604372 in popluar number systems.

HEX604372
Decimal9667114
Binary110000010000111110010
Octal140103162

Shades and tints

Shades of #604372

#604372
(96,67,114)
#583D68
(88,61,104)
#50375E
(80,55,94)
#483154
(72,49,84)
#402B4A
(64,43,74)
#382540
(56,37,64)
#301F36
(48,31,54)
#28192C
(40,25,44)
#201322
(32,19,34)
#180D18
(24,13,24)
#10070E
(16,7,14)
#000000
(0,0,0)

Tints of #604372

#604372
(96,67,114)
#6E547E
(110,84,126)
#7C658A
(124,101,138)
#8A7696
(138,118,150)
#9887A2
(152,135,162)
#A698AE
(166,152,174)
#B4A9BA
(180,169,186)
#C2BAC6
(194,186,198)
#D0CBD2
(208,203,210)
#DEDCDE
(222,220,222)
#ECEDEA
(236,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #604372; }

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

This text font color is #604372.


Background Color

.myBgColor { background-color: #604372; }

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

This div background color is #604372.


Border color

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

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

This div border color is #604372.


Opacity

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

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

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

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

This text has shadow with #604372 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #604372 on black background.


Color preview on white background

This text has color #604372 on white background.



Black color preview on #604372 background

This text has black color on #604372 background.


White color preview on #604372 background

This text has white color on #604372 background.