COLOR #604B65

HEX: #604B65
RGB: (96,75,101)

Color info

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

RGB color model

#604B65 color RGB value is (96,75,101).

  • red value is 96;
  • green value is 75;
  • blue value is 101.
RGB:
(96,75,101)
(38%,29%,40%)

RGB channels and saturation

R 96 of 255 = 38%
G 75 of 255 = 29%
B 101 of 255 = 40%

96
75
101

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

Portions of RGB colors in percentages

R + G + B =
96 + 75 + 101 = 272 (100%)
R 96 of 272 ~ 35.29%
G 75 of 272 ~ 27.57%
B 101 of 272 ~ 37.13%

%35.29
%27.57
%37.13

CMYK color model

#604B65 color CMYK value is (5,26,0,60).

  • cyan value is 4.95%
  • magenta value is 25.74%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(5,26,0,60)
C5M26Y0K60 
(5%,26%,0%,60%)
(0.05/0.26/0.00/0.60)	

CMYK percentages

%4.95
%25.74
%0
%60.39

Codes

Color #604B65 in popluar color models

604B65
RGB9675101
HSL288°14.77%34.51%
HSB/HSV288°25.74%39.61%
CMYK4.95%25.74%0.00%
60.39%

Color #604B65 in popluar number systems.

HEX604B65
Decimal9675101
Binary110000010010111100101
Octal140113145

Shades and tints

Shades of #604B65

#604B65
(96,75,101)
#58455C
(88,69,92)
#503F53
(80,63,83)
#48394A
(72,57,74)
#403341
(64,51,65)
#382D38
(56,45,56)
#30272F
(48,39,47)
#282126
(40,33,38)
#201B1D
(32,27,29)
#181514
(24,21,20)
#100F0B
(16,15,11)
#000000
(0,0,0)

Tints of #604B65

#604B65
(96,75,101)
#6E5B73
(110,91,115)
#7C6B81
(124,107,129)
#8A7B8F
(138,123,143)
#988B9D
(152,139,157)
#A69BAB
(166,155,171)
#B4ABB9
(180,171,185)
#C2BBC7
(194,187,199)
#D0CBD5
(208,203,213)
#DEDBE3
(222,219,227)
#ECEBF1
(236,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #604B65 color. Also use rgb(96,75,101) instead hex code.

Text Font Color

.myTextColor { color: #604B65; }

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

This text font color is #604B65.


Background Color

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

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

This div background color is #604B65.


Border color

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

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

This div border color is #604B65.


Opacity

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

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

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

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

This text has shadow with #604B65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #604B65 on black background.


Color preview on white background

This text has color #604B65 on white background.



Black color preview on #604B65 background

This text has black color on #604B65 background.


White color preview on #604B65 background

This text has white color on #604B65 background.