COLOR #604452

HEX: #604452
RGB: (96,68,82)

Color info

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

RGB color model

#604452 color RGB value is (96,68,82).

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

RGB channels and saturation

R 96 of 255 = 38%
G 68 of 255 = 27%
B 82 of 255 = 32%

96
68
82

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

Portions of RGB colors in percentages

R + G + B =
96 + 68 + 82 = 246 (100%)
R 96 of 246 ~ 39.02%
G 68 of 246 ~ 27.64%
B 82 of 246 ~ 33.33%

%39.02
%27.64
%33.33

CMYK color model

#604452 color CMYK value is (0,29,15,62).

  • cyan value is 0.00%
  • magenta value is 29.17%
  • yellow value is 14.58%
  • key color value is 62.35%
CMYK:
(0,29,15,62)
C0M29Y15K62 
(0%,29%,15%,62%)
(0.00/0.29/0.15/0.62)	

CMYK percentages

%0
%29.17
%14.58
%62.35

Codes

Color #604452 in popluar color models

604452
RGB966882
HSL330°17.07%32.16%
HSB/HSV330°29.17%37.65%
CMYK0.00%29.17%14.58%
62.35%

Color #604452 in popluar number systems.

HEX604452
Decimal966882
Binary110000010001001010010
Octal140104122

Shades and tints

Shades of #604452

#604452
(96,68,82)
#583E4B
(88,62,75)
#503844
(80,56,68)
#48323D
(72,50,61)
#402C36
(64,44,54)
#38262F
(56,38,47)
#302028
(48,32,40)
#281A21
(40,26,33)
#20141A
(32,20,26)
#180E13
(24,14,19)
#10080C
(16,8,12)
#000000
(0,0,0)

Tints of #604452

#604452
(96,68,82)
#6E5561
(110,85,97)
#7C6670
(124,102,112)
#8A777F
(138,119,127)
#98888E
(152,136,142)
#A6999D
(166,153,157)
#B4AAAC
(180,170,172)
#C2BBBB
(194,187,187)
#D0CCCA
(208,204,202)
#DEDDD9
(222,221,217)
#ECEEE8
(236,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #604452; }

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

This text font color is #604452.


Background Color

.myBgColor { background-color: #604452; }

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

This div background color is #604452.


Border color

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

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

This div border color is #604452.


Opacity

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

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

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

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

This text has shadow with #604452 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #604452 on black background.


Color preview on white background

This text has color #604452 on white background.



Black color preview on #604452 background

This text has black color on #604452 background.


White color preview on #604452 background

This text has white color on #604452 background.