COLOR #605F49

HEX: #605F49
RGB: (96,95,73)

Color info

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

RGB color model

#605F49 color RGB value is (96,95,73).

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

RGB channels and saturation

R 96 of 255 = 38%
G 95 of 255 = 37%
B 73 of 255 = 29%

96
95
73

R + G + B ~ 35%. #605F49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 95 + 73 = 264 (100%)
R 96 of 264 ~ 36.36%
G 95 of 264 ~ 35.98%
B 73 of 264 ~ 27.65%

%36.36
%35.98
%27.65

CMYK color model

#605F49 color CMYK value is (0,1,24,62).

  • cyan value is 0.00%
  • magenta value is 1.04%
  • yellow value is 23.96%
  • key color value is 62.35%
CMYK:
(0,1,24,62)
C0M1Y24K62 
(0%,1%,24%,62%)
(0.00/0.01/0.24/0.62)	

CMYK percentages

%0
%1.04
%23.96
%62.35

Codes

Color #605F49 in popluar color models

605F49
RGB969573
HSL57°13.61%33.14%
HSB/HSV57°23.96%37.65%
CMYK0.00%1.04%23.96%
62.35%

Color #605F49 in popluar number systems.

HEX605F49
Decimal969573
Binary110000010111111001001
Octal140137111

Shades and tints

Shades of #605F49

#605F49
(96,95,73)
#585743
(88,87,67)
#504F3D
(80,79,61)
#484737
(72,71,55)
#403F31
(64,63,49)
#38372B
(56,55,43)
#302F25
(48,47,37)
#28271F
(40,39,31)
#201F19
(32,31,25)
#181713
(24,23,19)
#100F0D
(16,15,13)
#000000
(0,0,0)

Tints of #605F49

#605F49
(96,95,73)
#6E6D59
(110,109,89)
#7C7B69
(124,123,105)
#8A8979
(138,137,121)
#989789
(152,151,137)
#A6A599
(166,165,153)
#B4B3A9
(180,179,169)
#C2C1B9
(194,193,185)
#D0CFC9
(208,207,201)
#DEDDD9
(222,221,217)
#ECEBE9
(236,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #605F49; }

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

This text font color is #605F49.


Background Color

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

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

This div background color is #605F49.


Border color

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

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

This div border color is #605F49.


Opacity

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

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

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

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

This text has shadow with #605F49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #605F49 on black background.


Color preview on white background

This text has color #605F49 on white background.



Black color preview on #605F49 background

This text has black color on #605F49 background.


White color preview on #605F49 background

This text has white color on #605F49 background.