COLOR #604761

HEX: #604761
RGB: (96,71,97)

Color info

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

RGB color model

#604761 color RGB value is (96,71,97).

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

RGB channels and saturation

R 96 of 255 = 38%
G 71 of 255 = 28%
B 97 of 255 = 38%

96
71
97

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

Portions of RGB colors in percentages

R + G + B =
96 + 71 + 97 = 264 (100%)
R 96 of 264 ~ 36.36%
G 71 of 264 ~ 26.89%
B 97 of 264 ~ 36.74%

%36.36
%26.89
%36.74

CMYK color model

#604761 color CMYK value is (1,27,0,62).

  • cyan value is 1.03%
  • magenta value is 26.80%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(1,27,0,62)
C1M27Y0K62 
(1%,27%,0%,62%)
(0.01/0.27/0.00/0.62)	

CMYK percentages

%1.03
%26.8
%0
%61.96

Codes

Color #604761 in popluar color models

604761
RGB967197
HSL298°15.48%32.94%
HSB/HSV298°26.80%38.04%
CMYK1.03%26.80%0.00%
61.96%

Color #604761 in popluar number systems.

HEX604761
Decimal967197
Binary110000010001111100001
Octal140107141

Shades and tints

Shades of #604761

#604761
(96,71,97)
#584159
(88,65,89)
#503B51
(80,59,81)
#483549
(72,53,73)
#402F41
(64,47,65)
#382939
(56,41,57)
#302331
(48,35,49)
#281D29
(40,29,41)
#201721
(32,23,33)
#181119
(24,17,25)
#100B11
(16,11,17)
#000000
(0,0,0)

Tints of #604761

#604761
(96,71,97)
#6E576F
(110,87,111)
#7C677D
(124,103,125)
#8A778B
(138,119,139)
#988799
(152,135,153)
#A697A7
(166,151,167)
#B4A7B5
(180,167,181)
#C2B7C3
(194,183,195)
#D0C7D1
(208,199,209)
#DED7DF
(222,215,223)
#ECE7ED
(236,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #604761 color. Also use rgb(96,71,97) instead hex code.

Text Font Color

.myTextColor { color: #604761; }

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

This text font color is #604761.


Background Color

.myBgColor { background-color: #604761; }

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

This div background color is #604761.


Border color

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

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

This div border color is #604761.


Opacity

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

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

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

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

This text has shadow with #604761 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #604761 on black background.


Color preview on white background

This text has color #604761 on white background.



Black color preview on #604761 background

This text has black color on #604761 background.


White color preview on #604761 background

This text has white color on #604761 background.