COLOR #604053

HEX: #604053
RGB: (96,64,83)

Color info

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

RGB color model

#604053 color RGB value is (96,64,83).

  • red value is 96;
  • green value is 64;
  • blue value is 83.
RGB:
(96,64,83)
(38%,25%,33%)

RGB channels and saturation

R 96 of 255 = 38%
G 64 of 255 = 25%
B 83 of 255 = 33%

96
64
83

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

Portions of RGB colors in percentages

R + G + B =
96 + 64 + 83 = 243 (100%)
R 96 of 243 ~ 39.51%
G 64 of 243 ~ 26.34%
B 83 of 243 ~ 34.16%

%39.51
%26.34
%34.16

CMYK color model

#604053 color CMYK value is (0,33,14,62).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 13.54%
  • key color value is 62.35%
CMYK:
(0,33,14,62)
C0M33Y14K62 
(0%,33%,14%,62%)
(0.00/0.33/0.14/0.62)	

CMYK percentages

%0
%33.33
%13.54
%62.35

Codes

Color #604053 in popluar color models

604053
RGB966483
HSL324°20.00%31.37%
HSB/HSV324°33.33%37.65%
CMYK0.00%33.33%13.54%
62.35%

Color #604053 in popluar number systems.

HEX604053
Decimal966483
Binary110000010000001010011
Octal140100123

Shades and tints

Shades of #604053

#604053
(96,64,83)
#583B4C
(88,59,76)
#503645
(80,54,69)
#48313E
(72,49,62)
#402C37
(64,44,55)
#382730
(56,39,48)
#302229
(48,34,41)
#281D22
(40,29,34)
#20181B
(32,24,27)
#181314
(24,19,20)
#100E0D
(16,14,13)
#000000
(0,0,0)

Tints of #604053

#604053
(96,64,83)
#6E5162
(110,81,98)
#7C6271
(124,98,113)
#8A7380
(138,115,128)
#98848F
(152,132,143)
#A6959E
(166,149,158)
#B4A6AD
(180,166,173)
#C2B7BC
(194,183,188)
#D0C8CB
(208,200,203)
#DED9DA
(222,217,218)
#ECEAE9
(236,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #604053; }

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

This text font color is #604053.


Background Color

.myBgColor { background-color: #604053; }

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

This div background color is #604053.


Border color

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

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

This div border color is #604053.


Opacity

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

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

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

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

This text has shadow with #604053 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #604053 on black background.


Color preview on white background

This text has color #604053 on white background.



Black color preview on #604053 background

This text has black color on #604053 background.


White color preview on #604053 background

This text has white color on #604053 background.