COLOR #604D6E

HEX: #604D6E
RGB: (96,77,110)

Color info

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

RGB color model

#604D6E color RGB value is (96,77,110).

  • red value is 96;
  • green value is 77;
  • blue value is 110.
RGB:
(96,77,110)
(38%,30%,43%)

RGB channels and saturation

R 96 of 255 = 38%
G 77 of 255 = 30%
B 110 of 255 = 43%

96
77
110

R + G + B ~ 37%. #604D6E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 77 + 110 = 283 (100%)
R 96 of 283 ~ 33.92%
G 77 of 283 ~ 27.21%
B 110 of 283 ~ 38.87%

%33.92
%27.21
%38.87

CMYK color model

#604D6E color CMYK value is (13,30,0,57).

  • cyan value is 12.73%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(13,30,0,57)
C13M30Y0K57 
(13%,30%,0%,57%)
(0.13/0.30/0.00/0.57)	

CMYK percentages

%12.73
%30
%0
%56.86

Codes

Color #604D6E in popluar color models

604D6E
RGB9677110
HSL275°17.65%36.67%
HSB/HSV275°30.00%43.14%
CMYK12.73%30.00%0.00%
56.86%

Color #604D6E in popluar number systems.

HEX604D6E
Decimal9677110
Binary110000010011011101110
Octal140115156

Shades and tints

Shades of #604D6E

#604D6E
(96,77,110)
#584664
(88,70,100)
#503F5A
(80,63,90)
#483850
(72,56,80)
#403146
(64,49,70)
#382A3C
(56,42,60)
#302332
(48,35,50)
#281C28
(40,28,40)
#20151E
(32,21,30)
#180E14
(24,14,20)
#10070A
(16,7,10)
#000000
(0,0,0)

Tints of #604D6E

#604D6E
(96,77,110)
#6E5D7B
(110,93,123)
#7C6D88
(124,109,136)
#8A7D95
(138,125,149)
#988DA2
(152,141,162)
#A69DAF
(166,157,175)
#B4ADBC
(180,173,188)
#C2BDC9
(194,189,201)
#D0CDD6
(208,205,214)
#DEDDE3
(222,221,227)
#ECEDF0
(236,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #604D6E color. Also use rgb(96,77,110) instead hex code.

Text Font Color

.myTextColor { color: #604D6E; }

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

This text font color is #604D6E.


Background Color

.myBgColor { background-color: #604D6E; }

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

This div background color is #604D6E.


Border color

.myBorderColor { border: 1px solid #604D6E; }

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

This div border color is #604D6E.


Opacity

.myOpacity80 { color: #604D6E; opacity: 0.8; }

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

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

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

This text has shadow with #604D6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #604D6E on black background.


Color preview on white background

This text has color #604D6E on white background.



Black color preview on #604D6E background

This text has black color on #604D6E background.


White color preview on #604D6E background

This text has white color on #604D6E background.