COLOR #605D49

HEX: #605D49
RGB: (96,93,73)

Color info

#605D49 contains red, green and blue colors in about the same proportion. Web safe color of #605D49 is #666633 (or #663).

RGB color model

#605D49 color RGB value is (96,93,73).

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

RGB channels and saturation

R 96 of 255 = 38%
G 93 of 255 = 36%
B 73 of 255 = 29%

96
93
73

R + G + B ~ 34%. #605D49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 93 + 73 = 262 (100%)
R 96 of 262 ~ 36.64%
G 93 of 262 ~ 35.5%
B 73 of 262 ~ 27.86%

%36.64
%35.5
%27.86

CMYK color model

#605D49 color CMYK value is (0,3,24,62).

  • cyan value is 0.00%
  • magenta value is 3.12%
  • yellow value is 23.96%
  • key color value is 62.35%
CMYK:
(0,3,24,62)
C0M3Y24K62 
(0%,3%,24%,62%)
(0.00/0.03/0.24/0.62)	

CMYK percentages

%0
%3.12
%23.96
%62.35

Codes

Color #605D49 in popluar color models

605D49
RGB969373
HSL52°13.61%33.14%
HSB/HSV52°23.96%37.65%
CMYK0.00%3.12%23.96%
62.35%

Color #605D49 in popluar number systems.

HEX605D49
Decimal969373
Binary110000010111011001001
Octal140135111

Shades and tints

Shades of #605D49

#605D49
(96,93,73)
#585543
(88,85,67)
#504D3D
(80,77,61)
#484537
(72,69,55)
#403D31
(64,61,49)
#38352B
(56,53,43)
#302D25
(48,45,37)
#28251F
(40,37,31)
#201D19
(32,29,25)
#181513
(24,21,19)
#100D0D
(16,13,13)
#000000
(0,0,0)

Tints of #605D49

#605D49
(96,93,73)
#6E6B59
(110,107,89)
#7C7969
(124,121,105)
#8A8779
(138,135,121)
#989589
(152,149,137)
#A6A399
(166,163,153)
#B4B1A9
(180,177,169)
#C2BFB9
(194,191,185)
#D0CDC9
(208,205,201)
#DEDBD9
(222,219,217)
#ECE9E9
(236,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #605D49; }

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

This text font color is #605D49.


Background Color

.myBgColor { background-color: #605D49; }

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

This div background color is #605D49.


Border color

.myBorderColor { border: 1px solid #605D49; }

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

This div border color is #605D49.


Opacity

.myOpacity80 { color: #605D49; opacity: 0.8; }

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

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

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

This text has shadow with #605D49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #605D49 on black background.


Color preview on white background

This text has color #605D49 on white background.



Black color preview on #605D49 background

This text has black color on #605D49 background.


White color preview on #605D49 background

This text has white color on #605D49 background.