COLOR #605E4C

HEX: #605E4C RGB: (96,94,76)

Color info

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

RGB color model

#605E4C color RGB value is (96,94,76).

RGB: (96,94,76) (38%, 37%, 30%)

RGB channels and saturation

R 96 of 255 = 38%
G 94 of 255 = 37%
B 76 of 255 = 30%

96
94
76

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

Portions of RGB colors in percentages

R + G + B = 96 + 94 + 76 = 266 (100%)
R 96 of 266 ~ 36.09%
G 94 of 266 ~ 35.34%
B 76 of 266 ~ 28.57'%

%36.09
%35.34
%28.57

CMYK color model

#605E4C color CMYK value is (0,2,21,62).

  • cyan value is 0.00%
  • magenta value is 2.08%
  • yellow value is 20.83%
  • key color value is 62.35%

CMYK: (0,2,21,62)
C0M2Y21K62 (0%, 2%, 21%, 62%)
(0.00 / 0.02 / 0.21 / 0.62)

CMYK percentages

%0
%2.08
%20.83
%62.35

Codes

Color #605E4C in popluar color models

60 5E 4C
RGB 96 94 76
HSL 54° 11.63% 33.73%
HSB/HSV 54° 20.83% 37.65%
CMYK 0.00% 2.08% 20.83%
62.35%

Color #605E4C in popluar number systems.

HEX 60 5E 4C
Decimal 96 94 76
Binary 1100000 1011110 1001100
Octal 140 136 114

Shades and tints

Shades of #605E4C

#605E4C
(96,94,76)
#585646
(88,86,70)
#504E40
(80,78,64)
#48463A
(72,70,58)
#403E34
(64,62,52)
#38362E
(56,54,46)
#302E28
(48,46,40)
#282622
(40,38,34)
#201E1C
(32,30,28)
#181616
(24,22,22)
#100E10
(16,14,16)
#000000
(0,0,0)

Tints of #605E4C

#605E4C
(96,94,76)
#6E6C5C
(110,108,92)
#7C7A6C
(124,122,108)
#8A887C
(138,136,124)
#98968C
(152,150,140)
#A6A49C
(166,164,156)
#B4B2AC
(180,178,172)
#C2C0BC
(194,192,188)
#D0CECC
(208,206,204)
#DEDCDC
(222,220,220)
#ECEAEC
(236,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #605E4C color. Also use rgb(96,94,76) instead hex code.

Text Font Color

.myTextColor { color: #605E4C; }

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

This text font color is #605E4C.

Background Color

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

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

This div background color is #605E4C.

Border color

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

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

This div border color is #605E4C.

Opacity

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

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

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

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

This text has shadow with #605E4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #605E4C.

Preview

Color preview on black background

This text has color #605E4C on black background.


Color preview on white background

This text has color #605E4C on white background.


Black color preview on #605E4C background

This text has black color on #605E4C background.


White color preview on #605E4C background

This text has white color on #605E4C background.


Related colors

Complementary color

Complementary color for #hex is #9FA1B3.


I love getcolorcode.com

Triadic colors

1 #4C605E and #5E4C60 with #605E4C are triadic colors.

2 #4C5E60 and #5E604C with #605E4C are triadic colors.