COLOR #604349

HEX: #604349
RGB: (96,67,73)

Color info

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

RGB color model

#604349 color RGB value is (96,67,73).

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

RGB channels and saturation

R 96 of 255 = 38%
G 67 of 255 = 26%
B 73 of 255 = 29%

96
67
73

R + G + B ~ 31%. #604349 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 67 + 73 = 236 (100%)
R 96 of 236 ~ 40.68%
G 67 of 236 ~ 28.39%
B 73 of 236 ~ 30.93%

%40.68
%28.39
%30.93

CMYK color model

#604349 color CMYK value is (0,30,24,62).

  • cyan value is 0.00%
  • magenta value is 30.21%
  • yellow value is 23.96%
  • key color value is 62.35%
CMYK:
(0,30,24,62)
C0M30Y24K62 
(0%,30%,24%,62%)
(0.00/0.30/0.24/0.62)	

CMYK percentages

%0
%30.21
%23.96
%62.35

Codes

Color #604349 in popluar color models

604349
RGB966773
HSL348°17.79%31.96%
HSB/HSV348°30.21%37.65%
CMYK0.00%30.21%23.96%
62.35%

Color #604349 in popluar number systems.

HEX604349
Decimal966773
Binary110000010000111001001
Octal140103111

Shades and tints

Shades of #604349

#604349
(96,67,73)
#583D43
(88,61,67)
#50373D
(80,55,61)
#483137
(72,49,55)
#402B31
(64,43,49)
#38252B
(56,37,43)
#301F25
(48,31,37)
#28191F
(40,25,31)
#201319
(32,19,25)
#180D13
(24,13,19)
#10070D
(16,7,13)
#000000
(0,0,0)

Tints of #604349

#604349
(96,67,73)
#6E5459
(110,84,89)
#7C6569
(124,101,105)
#8A7679
(138,118,121)
#988789
(152,135,137)
#A69899
(166,152,153)
#B4A9A9
(180,169,169)
#C2BAB9
(194,186,185)
#D0CBC9
(208,203,201)
#DEDCD9
(222,220,217)
#ECEDE9
(236,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #604349 color. Also use rgb(96,67,73) instead hex code.

Text Font Color

.myTextColor { color: #604349; }

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

This text font color is #604349.


Background Color

.myBgColor { background-color: #604349; }

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

This div background color is #604349.


Border color

.myBorderColor { border: 1px solid #604349; }

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

This div border color is #604349.


Opacity

.myOpacity80 { color: #604349; opacity: 0.8; }

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

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

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

This text has shadow with #604349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #604349 on black background.


Color preview on white background

This text has color #604349 on white background.



Black color preview on #604349 background

This text has black color on #604349 background.


White color preview on #604349 background

This text has white color on #604349 background.