COLOR #604C67

HEX: #604C67
RGB: (96,76,103)

Color info

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

RGB color model

#604C67 color RGB value is (96,76,103).

  • red value is 96;
  • green value is 76;
  • blue value is 103.
RGB:
(96,76,103)
(38%,30%,40%)

RGB channels and saturation

R 96 of 255 = 38%
G 76 of 255 = 30%
B 103 of 255 = 40%

96
76
103

R + G + B ~ 36%. #604C67 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 76 + 103 = 275 (100%)
R 96 of 275 ~ 34.91%
G 76 of 275 ~ 27.64%
B 103 of 275 ~ 37.45%

%34.91
%27.64
%37.45

CMYK color model

#604C67 color CMYK value is (7,26,0,60).

  • cyan value is 6.80%
  • magenta value is 26.21%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(7,26,0,60)
C7M26Y0K60 
(7%,26%,0%,60%)
(0.07/0.26/0.00/0.60)	

CMYK percentages

%6.8
%26.21
%0
%59.61

Codes

Color #604C67 in popluar color models

604C67
RGB9676103
HSL284°15.08%35.10%
HSB/HSV284°26.21%40.39%
CMYK6.80%26.21%0.00%
59.61%

Color #604C67 in popluar number systems.

HEX604C67
Decimal9676103
Binary110000010011001100111
Octal140114147

Shades and tints

Shades of #604C67

#604C67
(96,76,103)
#58465E
(88,70,94)
#504055
(80,64,85)
#483A4C
(72,58,76)
#403443
(64,52,67)
#382E3A
(56,46,58)
#302831
(48,40,49)
#282228
(40,34,40)
#201C1F
(32,28,31)
#181616
(24,22,22)
#10100D
(16,16,13)
#000000
(0,0,0)

Tints of #604C67

#604C67
(96,76,103)
#6E5C74
(110,92,116)
#7C6C81
(124,108,129)
#8A7C8E
(138,124,142)
#988C9B
(152,140,155)
#A69CA8
(166,156,168)
#B4ACB5
(180,172,181)
#C2BCC2
(194,188,194)
#D0CCCF
(208,204,207)
#DEDCDC
(222,220,220)
#ECECE9
(236,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #604C67 color. Also use rgb(96,76,103) instead hex code.

Text Font Color

.myTextColor { color: #604C67; }

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

This text font color is #604C67.


Background Color

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

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

This div background color is #604C67.


Border color

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

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

This div border color is #604C67.


Opacity

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

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

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

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

This text has shadow with #604C67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #604C67 on black background.


Color preview on white background

This text has color #604C67 on white background.



Black color preview on #604C67 background

This text has black color on #604C67 background.


White color preview on #604C67 background

This text has white color on #604C67 background.