COLOR #604862

HEX: #604862
RGB: (96,72,98)

Color info

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

RGB color model

#604862 color RGB value is (96,72,98).

  • red value is 96;
  • green value is 72;
  • blue value is 98.
RGB:
(96,72,98)
(38%,28%,38%)

RGB channels and saturation

R 96 of 255 = 38%
G 72 of 255 = 28%
B 98 of 255 = 38%

96
72
98

R + G + B ~ 35%. #604862 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 72 + 98 = 266 (100%)
R 96 of 266 ~ 36.09%
G 72 of 266 ~ 27.07%
B 98 of 266 ~ 36.84%

%36.09
%27.07
%36.84

CMYK color model

#604862 color CMYK value is (2,27,0,62).

  • cyan value is 2.04%
  • magenta value is 26.53%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(2,27,0,62)
C2M27Y0K62 
(2%,27%,0%,62%)
(0.02/0.27/0.00/0.62)	

CMYK percentages

%2.04
%26.53
%0
%61.57

Codes

Color #604862 in popluar color models

604862
RGB967298
HSL295°15.29%33.33%
HSB/HSV295°26.53%38.43%
CMYK2.04%26.53%0.00%
61.57%

Color #604862 in popluar number systems.

HEX604862
Decimal967298
Binary110000010010001100010
Octal140110142

Shades and tints

Shades of #604862

#604862
(96,72,98)
#58425A
(88,66,90)
#503C52
(80,60,82)
#48364A
(72,54,74)
#403042
(64,48,66)
#382A3A
(56,42,58)
#302432
(48,36,50)
#281E2A
(40,30,42)
#201822
(32,24,34)
#18121A
(24,18,26)
#100C12
(16,12,18)
#000000
(0,0,0)

Tints of #604862

#604862
(96,72,98)
#6E5870
(110,88,112)
#7C687E
(124,104,126)
#8A788C
(138,120,140)
#98889A
(152,136,154)
#A698A8
(166,152,168)
#B4A8B6
(180,168,182)
#C2B8C4
(194,184,196)
#D0C8D2
(208,200,210)
#DED8E0
(222,216,224)
#ECE8EE
(236,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #604862 color. Also use rgb(96,72,98) instead hex code.

Text Font Color

.myTextColor { color: #604862; }

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

This text font color is #604862.


Background Color

.myBgColor { background-color: #604862; }

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

This div background color is #604862.


Border color

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

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

This div border color is #604862.


Opacity

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

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

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

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

This text has shadow with #604862 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #604862 on black background.


Color preview on white background

This text has color #604862 on white background.



Black color preview on #604862 background

This text has black color on #604862 background.


White color preview on #604862 background

This text has white color on #604862 background.