COLOR #604B4F

HEX: #604B4F
RGB: (96,75,79)

Color info

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

RGB color model

#604B4F color RGB value is (96,75,79).

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

RGB channels and saturation

R 96 of 255 = 38%
G 75 of 255 = 29%
B 79 of 255 = 31%

96
75
79

R + G + B ~ 33%. #604B4F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 75 + 79 = 250 (100%)
R 96 of 250 ~ 38.4%
G 75 of 250 ~ 30%
B 79 of 250 ~ 31.6%

%38.4
%30
%31.6

CMYK color model

#604B4F color CMYK value is (0,22,18,62).

  • cyan value is 0.00%
  • magenta value is 21.88%
  • yellow value is 17.71%
  • key color value is 62.35%
CMYK:
(0,22,18,62)
C0M22Y18K62 
(0%,22%,18%,62%)
(0.00/0.22/0.18/0.62)	

CMYK percentages

%0
%21.88
%17.71
%62.35

Codes

Color #604B4F in popluar color models

604B4F
RGB967579
HSL349°12.28%33.53%
HSB/HSV349°21.88%37.65%
CMYK0.00%21.88%17.71%
62.35%

Color #604B4F in popluar number systems.

HEX604B4F
Decimal967579
Binary110000010010111001111
Octal140113117

Shades and tints

Shades of #604B4F

#604B4F
(96,75,79)
#584548
(88,69,72)
#503F41
(80,63,65)
#48393A
(72,57,58)
#403333
(64,51,51)
#382D2C
(56,45,44)
#302725
(48,39,37)
#28211E
(40,33,30)
#201B17
(32,27,23)
#181510
(24,21,16)
#100F09
(16,15,9)
#000000
(0,0,0)

Tints of #604B4F

#604B4F
(96,75,79)
#6E5B5F
(110,91,95)
#7C6B6F
(124,107,111)
#8A7B7F
(138,123,127)
#988B8F
(152,139,143)
#A69B9F
(166,155,159)
#B4ABAF
(180,171,175)
#C2BBBF
(194,187,191)
#D0CBCF
(208,203,207)
#DEDBDF
(222,219,223)
#ECEBEF
(236,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #604B4F; }

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

This text font color is #604B4F.


Background Color

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

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

This div background color is #604B4F.


Border color

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

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

This div border color is #604B4F.


Opacity

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

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

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

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

This text has shadow with #604B4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #604B4F on black background.


Color preview on white background

This text has color #604B4F on white background.



Black color preview on #604B4F background

This text has black color on #604B4F background.


White color preview on #604B4F background

This text has white color on #604B4F background.