COLOR #605B40

HEX: #605B40 RGB: (96,91,64)

Color info

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

RGB color model

#605B40 color RGB value is (96,91,64).

RGB: (96,91,64) (38%, 36%, 25%)

RGB channels and saturation

R 96 of 255 = 38%
G 91 of 255 = 36%
B 64 of 255 = 25%

96
91
64

R + G + B ~ 33%. #605B40 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 96 + 91 + 64 = 251 (100%)
R 96 of 251 ~ 38.25%
G 91 of 251 ~ 36.25%
B 64 of 251 ~ 25.5'%

%38.25
%36.25
%25.5

CMYK color model

#605B40 color CMYK value is (0,5,33,62).

  • cyan value is 0.00%
  • magenta value is 5.21%
  • yellow value is 33.33%
  • key color value is 62.35%

CMYK: (0,5,33,62)
C0M5Y33K62 (0%, 5%, 33%, 62%)
(0.00 / 0.05 / 0.33 / 0.62)

CMYK percentages

%0
%5.21
%33.33
%62.35

Codes

Color #605B40 in popluar color models

60 5B 40
RGB 96 91 64
HSL 51° 20.00% 31.37%
HSB/HSV 51° 33.33% 37.65%
CMYK 0.00% 5.21% 33.33%
62.35%

Color #605B40 in popluar number systems.

HEX 60 5B 40
Decimal 96 91 64
Binary 1100000 1011011 1000000
Octal 140 133 100

Shades and tints

Shades of #605B40

#605B40
(96,91,64)
#58533B
(88,83,59)
#504B36
(80,75,54)
#484331
(72,67,49)
#403B2C
(64,59,44)
#383327
(56,51,39)
#302B22
(48,43,34)
#28231D
(40,35,29)
#201B18
(32,27,24)
#181313
(24,19,19)
#100B0E
(16,11,14)
#000000
(0,0,0)

Tints of #605B40

#605B40
(96,91,64)
#6E6951
(110,105,81)
#7C7762
(124,119,98)
#8A8573
(138,133,115)
#989384
(152,147,132)
#A6A195
(166,161,149)
#B4AFA6
(180,175,166)
#C2BDB7
(194,189,183)
#D0CBC8
(208,203,200)
#DED9D9
(222,217,217)
#ECE7EA
(236,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #605B40; }

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

This text font color is #605B40.

Background Color

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

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

This div background color is #605B40.

Border color

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

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

This div border color is #605B40.

Opacity

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

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

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

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

This text has shadow with #605B40 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #605B40.

Preview

Color preview on black background

This text has color #605B40 on black background.


Color preview on white background

This text has color #605B40 on white background.


Black color preview on #605B40 background

This text has black color on #605B40 background.


White color preview on #605B40 background

This text has white color on #605B40 background.


Related colors

Complementary color

Complementary color for #hex is #9FA4BF.


I love getcolorcode.com

Triadic colors

1 #40605B and #5B4060 with #605B40 are triadic colors.

2 #405B60 and #5B6040 with #605B40 are triadic colors.