COLOR #605C29

HEX: #605C29
RGB: (96,92,41)

Color info

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

RGB color model

#605C29 color RGB value is (96,92,41).

  • red value is 96;
  • green value is 92;
  • blue value is 41.
RGB:
(96,92,41)
(38%,36%,16%)

RGB channels and saturation

R 96 of 255 = 38%
G 92 of 255 = 36%
B 41 of 255 = 16%

96
92
41

R + G + B ~ 30%. #605C29 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 92 + 41 = 229 (100%)
R 96 of 229 ~ 41.92%
G 92 of 229 ~ 40.17%
B 41 of 229 ~ 17.9%

%41.92
%40.17
%17.9

CMYK color model

#605C29 color CMYK value is (0,4,57,62).

  • cyan value is 0.00%
  • magenta value is 4.17%
  • yellow value is 57.29%
  • key color value is 62.35%
CMYK:
(0,4,57,62)
C0M4Y57K62 
(0%,4%,57%,62%)
(0.00/0.04/0.57/0.62)	

CMYK percentages

%0
%4.17
%57.29
%62.35

Codes

Color #605C29 in popluar color models

605C29
RGB969241
HSL56°40.15%26.86%
HSB/HSV56°57.29%37.65%
CMYK0.00%4.17%57.29%
62.35%

Color #605C29 in popluar number systems.

HEX605C29
Decimal969241
Binary11000001011100101001
Octal14013451

Shades and tints

Shades of #605C29

#605C29
(96,92,41)
#585426
(88,84,38)
#504C23
(80,76,35)
#484420
(72,68,32)
#403C1D
(64,60,29)
#38341A
(56,52,26)
#302C17
(48,44,23)
#282414
(40,36,20)
#201C11
(32,28,17)
#18140E
(24,20,14)
#100C0B
(16,12,11)
#000000
(0,0,0)

Tints of #605C29

#605C29
(96,92,41)
#6E6A3C
(110,106,60)
#7C784F
(124,120,79)
#8A8662
(138,134,98)
#989475
(152,148,117)
#A6A288
(166,162,136)
#B4B09B
(180,176,155)
#C2BEAE
(194,190,174)
#D0CCC1
(208,204,193)
#DEDAD4
(222,218,212)
#ECE8E7
(236,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #605C29 color. Also use rgb(96,92,41) instead hex code.

Text Font Color

.myTextColor { color: #605C29; }

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

This text font color is #605C29.


Background Color

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

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

This div background color is #605C29.


Border color

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

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

This div border color is #605C29.


Opacity

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

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

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

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

This text has shadow with #605C29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #605C29 on black background.


Color preview on white background

This text has color #605C29 on white background.



Black color preview on #605C29 background

This text has black color on #605C29 background.


White color preview on #605C29 background

This text has white color on #605C29 background.