COLOR #605B47

HEX: #605B47
RGB: (96,91,71)

Color info

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

RGB color model

#605B47 color RGB value is (96,91,71).

  • red value is 96;
  • green value is 91;
  • blue value is 71.
RGB:
(96,91,71)
(38%,36%,28%)

RGB channels and saturation

R 96 of 255 = 38%
G 91 of 255 = 36%
B 71 of 255 = 28%

96
91
71

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

Portions of RGB colors in percentages

R + G + B =
96 + 91 + 71 = 258 (100%)
R 96 of 258 ~ 37.21%
G 91 of 258 ~ 35.27%
B 71 of 258 ~ 27.52%

%37.21
%35.27
%27.52

CMYK color model

#605B47 color CMYK value is (0,5,26,62).

  • cyan value is 0.00%
  • magenta value is 5.21%
  • yellow value is 26.04%
  • key color value is 62.35%
CMYK:
(0,5,26,62)
C0M5Y26K62 
(0%,5%,26%,62%)
(0.00/0.05/0.26/0.62)	

CMYK percentages

%0
%5.21
%26.04
%62.35

Codes

Color #605B47 in popluar color models

605B47
RGB969171
HSL48°14.97%32.75%
HSB/HSV48°26.04%37.65%
CMYK0.00%5.21%26.04%
62.35%

Color #605B47 in popluar number systems.

HEX605B47
Decimal969171
Binary110000010110111000111
Octal140133107

Shades and tints

Shades of #605B47

#605B47
(96,91,71)
#585341
(88,83,65)
#504B3B
(80,75,59)
#484335
(72,67,53)
#403B2F
(64,59,47)
#383329
(56,51,41)
#302B23
(48,43,35)
#28231D
(40,35,29)
#201B17
(32,27,23)
#181311
(24,19,17)
#100B0B
(16,11,11)
#000000
(0,0,0)

Tints of #605B47

#605B47
(96,91,71)
#6E6957
(110,105,87)
#7C7767
(124,119,103)
#8A8577
(138,133,119)
#989387
(152,147,135)
#A6A197
(166,161,151)
#B4AFA7
(180,175,167)
#C2BDB7
(194,189,183)
#D0CBC7
(208,203,199)
#DED9D7
(222,217,215)
#ECE7E7
(236,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #605B47 color. Also use rgb(96,91,71) instead hex code.

Text Font Color

.myTextColor { color: #605B47; }

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

This text font color is #605B47.


Background Color

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

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

This div background color is #605B47.


Border color

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

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

This div border color is #605B47.


Opacity

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

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

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

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

This text has shadow with #605B47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #605B47 on black background.


Color preview on white background

This text has color #605B47 on white background.



Black color preview on #605B47 background

This text has black color on #605B47 background.


White color preview on #605B47 background

This text has white color on #605B47 background.