COLOR #605E53

HEX: #605E53
RGB: (96,94,83)

Color info

#605E53 contains red, green and blue colors in about the same proportion. Web safe color of #605E53 is #666666 (or #666).

RGB color model

#605E53 color RGB value is (96,94,83).

  • red value is 96;
  • green value is 94;
  • blue value is 83.
RGB:
(96,94,83)
(38%,37%,33%)

RGB channels and saturation

R 96 of 255 = 38%
G 94 of 255 = 37%
B 83 of 255 = 33%

96
94
83

R + G + B ~ 36%. #605E53 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 94 + 83 = 273 (100%)
R 96 of 273 ~ 35.16%
G 94 of 273 ~ 34.43%
B 83 of 273 ~ 30.4%

%35.16
%34.43
%30.4

CMYK color model

#605E53 color CMYK value is (0,2,14,62).

  • cyan value is 0.00%
  • magenta value is 2.08%
  • yellow value is 13.54%
  • key color value is 62.35%
CMYK:
(0,2,14,62)
C0M2Y14K62 
(0%,2%,14%,62%)
(0.00/0.02/0.14/0.62)	

CMYK percentages

%0
%2.08
%13.54
%62.35

Codes

Color #605E53 in popluar color models

605E53
RGB969483
HSL51°7.26%35.10%
HSB/HSV51°13.54%37.65%
CMYK0.00%2.08%13.54%
62.35%

Color #605E53 in popluar number systems.

HEX605E53
Decimal969483
Binary110000010111101010011
Octal140136123

Shades and tints

Shades of #605E53

#605E53
(96,94,83)
#58564C
(88,86,76)
#504E45
(80,78,69)
#48463E
(72,70,62)
#403E37
(64,62,55)
#383630
(56,54,48)
#302E29
(48,46,41)
#282622
(40,38,34)
#201E1B
(32,30,27)
#181614
(24,22,20)
#100E0D
(16,14,13)
#000000
(0,0,0)

Tints of #605E53

#605E53
(96,94,83)
#6E6C62
(110,108,98)
#7C7A71
(124,122,113)
#8A8880
(138,136,128)
#98968F
(152,150,143)
#A6A49E
(166,164,158)
#B4B2AD
(180,178,173)
#C2C0BC
(194,192,188)
#D0CECB
(208,206,203)
#DEDCDA
(222,220,218)
#ECEAE9
(236,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #605E53; }

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

This text font color is #605E53.


Background Color

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

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

This div background color is #605E53.


Border color

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

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

This div border color is #605E53.


Opacity

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

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

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

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

This text has shadow with #605E53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #605E53 on black background.


Color preview on white background

This text has color #605E53 on white background.



Black color preview on #605E53 background

This text has black color on #605E53 background.


White color preview on #605E53 background

This text has white color on #605E53 background.