COLOR #604052

HEX: #604052 RGB: (96,64,82)

Color info

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

RGB color model

#604052 color RGB value is (96,64,82).

RGB: (96,64,82) (38%, 25%, 32%)

RGB channels and saturation

R 96 of 255 = 38%
G 64 of 255 = 25%
B 82 of 255 = 32%

96
64
82

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

Portions of RGB colors in percentages

R + G + B = 96 + 64 + 82 = 242 (100%)
R 96 of 242 ~ 39.67%
G 64 of 242 ~ 26.45%
B 82 of 242 ~ 33.88'%

%39.67
%26.45
%33.88

CMYK color model

#604052 color CMYK value is (0,33,15,62).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 14.58%
  • key color value is 62.35%
CMYK: (0,33,15,62) C0M33Y15K62 (0%,33%,15%,62%) (0.00/0.33/0.15/0.62) 

CMYK percentages

%0
%33.33
%14.58
%62.35

Codes

Color #604052 in popluar color models

60 40 52
RGB 96 64 82
HSL 326° 20.00% 31.37%
HSB/HSV 326° 33.33% 37.65%
CMYK 0.00% 33.33% 14.58%
62.35%

Color #604052 in popluar number systems.

HEX 60 40 52
Decimal 96 64 82
Binary 1100000 1000000 1010010
Octal 140 100 122

Shades and tints

Shades of #604052

#604052
(96,64,82)
#583B4B
(88,59,75)
#503644
(80,54,68)
#48313D
(72,49,61)
#402C36
(64,44,54)
#38272F
(56,39,47)
#302228
(48,34,40)
#281D21
(40,29,33)
#20181A
(32,24,26)
#181313
(24,19,19)
#100E0C
(16,14,12)
#000000
(0,0,0)

Tints of #604052

#604052
(96,64,82)
#6E5161
(110,81,97)
#7C6270
(124,98,112)
#8A737F
(138,115,127)
#98848E
(152,132,142)
#A6959D
(166,149,157)
#B4A6AC
(180,166,172)
#C2B7BB
(194,183,187)
#D0C8CA
(208,200,202)
#DED9D9
(222,217,217)
#ECEAE8
(236,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #604052; }

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

This text font color is #604052.

Background Color

.myBgColor { background-color: #604052; }

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

This div background color is #604052.

Border color

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

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

This div border color is #604052.

Opacity

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

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

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

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

This text has shadow with #604052 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #604052.

Preview

Color preview on black background

This text has color #604052 on black background.


Color preview on white background

This text has color #604052 on white background.


Black color preview on #604052 background

This text has black color on #604052 background.


White color preview on #604052 background

This text has white color on #604052 background.


Related colors

Complementary color

Complementary color for #hex is #9FBFAD.


I love getcolorcode.com

Triadic colors

1 #526040 and #405260 with #604052 are triadic colors.

2 #524060 and #406052 with #604052 are triadic colors.