COLOR #605D4A

HEX: #605D4A
RGB: (96,93,74)

Color info

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

RGB color model

#605D4A color RGB value is (96,93,74).

  • red value is 96;
  • green value is 93;
  • blue value is 74.
RGB:
(96,93,74)
(38%,36%,29%)

RGB channels and saturation

R 96 of 255 = 38%
G 93 of 255 = 36%
B 74 of 255 = 29%

96
93
74

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

Portions of RGB colors in percentages

R + G + B =
96 + 93 + 74 = 263 (100%)
R 96 of 263 ~ 36.5%
G 93 of 263 ~ 35.36%
B 74 of 263 ~ 28.14%

%36.5
%35.36
%28.14

CMYK color model

#605D4A color CMYK value is (0,3,23,62).

  • cyan value is 0.00%
  • magenta value is 3.12%
  • yellow value is 22.92%
  • key color value is 62.35%
CMYK:
(0,3,23,62)
C0M3Y23K62 
(0%,3%,23%,62%)
(0.00/0.03/0.23/0.62)	

CMYK percentages

%0
%3.12
%22.92
%62.35

Codes

Color #605D4A in popluar color models

605D4A
RGB969374
HSL52°12.94%33.33%
HSB/HSV52°22.92%37.65%
CMYK0.00%3.12%22.92%
62.35%

Color #605D4A in popluar number systems.

HEX605D4A
Decimal969374
Binary110000010111011001010
Octal140135112

Shades and tints

Shades of #605D4A

#605D4A
(96,93,74)
#585544
(88,85,68)
#504D3E
(80,77,62)
#484538
(72,69,56)
#403D32
(64,61,50)
#38352C
(56,53,44)
#302D26
(48,45,38)
#282520
(40,37,32)
#201D1A
(32,29,26)
#181514
(24,21,20)
#100D0E
(16,13,14)
#000000
(0,0,0)

Tints of #605D4A

#605D4A
(96,93,74)
#6E6B5A
(110,107,90)
#7C796A
(124,121,106)
#8A877A
(138,135,122)
#98958A
(152,149,138)
#A6A39A
(166,163,154)
#B4B1AA
(180,177,170)
#C2BFBA
(194,191,186)
#D0CDCA
(208,205,202)
#DEDBDA
(222,219,218)
#ECE9EA
(236,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #605D4A color. Also use rgb(96,93,74) instead hex code.

Text Font Color

.myTextColor { color: #605D4A; }

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

This text font color is #605D4A.


Background Color

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

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

This div background color is #605D4A.


Border color

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

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

This div border color is #605D4A.


Opacity

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

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

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

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

This text has shadow with #605D4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #605D4A on black background.


Color preview on white background

This text has color #605D4A on white background.



Black color preview on #605D4A background

This text has black color on #605D4A background.


White color preview on #605D4A background

This text has white color on #605D4A background.