COLOR #604B4B

HEX: #604B4B
RGB: (96,75,75)

Color info

#604B4B contains red, green and blue colors in about the same proportion. Web safe color of #604B4B is #663333 (or #633).

RGB color model

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

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

RGB channels and saturation

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

96
75
75

R + G + B ~ 32%. #604B4B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 75 + 75 = 246 (100%)
R 96 of 246 ~ 39.02%
G 75 of 246 ~ 30.49%
B 75 of 246 ~ 30.49%

%39.02
%30.49
%30.49

CMYK color model

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

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

CMYK percentages

%0
%21.88
%21.88
%62.35

Codes

Color #604B4B in popluar color models

604B4B
RGB967575
HSL12.28%33.53%
HSB/HSV21.88%37.65%
CMYK0.00%21.88%21.88%
62.35%

Color #604B4B in popluar number systems.

HEX604B4B
Decimal967575
Binary110000010010111001011
Octal140113113

Shades and tints

Shades of #604B4B

#604B4B
(96,75,75)
#584545
(88,69,69)
#503F3F
(80,63,63)
#483939
(72,57,57)
#403333
(64,51,51)
#382D2D
(56,45,45)
#302727
(48,39,39)
#282121
(40,33,33)
#201B1B
(32,27,27)
#181515
(24,21,21)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #604B4B

#604B4B
(96,75,75)
#6E5B5B
(110,91,91)
#7C6B6B
(124,107,107)
#8A7B7B
(138,123,123)
#988B8B
(152,139,139)
#A69B9B
(166,155,155)
#B4ABAB
(180,171,171)
#C2BBBB
(194,187,187)
#D0CBCB
(208,203,203)
#DEDBDB
(222,219,219)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #604B4B; }

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

This text font color is #604B4B.


Background Color

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

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

This div background color is #604B4B.


Border color

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

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

This div border color is #604B4B.


Opacity

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

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

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

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

This text has shadow with #604B4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #604B4B on black background.


Color preview on white background

This text has color #604B4B on white background.



Black color preview on #604B4B background

This text has black color on #604B4B background.


White color preview on #604B4B background

This text has white color on #604B4B background.