COLOR #605B4A

HEX: #605B4A
RGB: (96,91,74)

Color info

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

RGB color model

#605B4A color RGB value is (96,91,74).

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

RGB channels and saturation

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

96
91
74

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

Portions of RGB colors in percentages

R + G + B =
96 + 91 + 74 = 261 (100%)
R 96 of 261 ~ 36.78%
G 91 of 261 ~ 34.87%
B 74 of 261 ~ 28.35%

%36.78
%34.87
%28.35

CMYK color model

#605B4A color CMYK value is (0,5,23,62).

  • cyan value is 0.00%
  • magenta value is 5.21%
  • yellow value is 22.92%
  • key color value is 62.35%
CMYK:
(0,5,23,62)
C0M5Y23K62 
(0%,5%,23%,62%)
(0.00/0.05/0.23/0.62)	

CMYK percentages

%0
%5.21
%22.92
%62.35

Codes

Color #605B4A in popluar color models

605B4A
RGB969174
HSL46°12.94%33.33%
HSB/HSV46°22.92%37.65%
CMYK0.00%5.21%22.92%
62.35%

Color #605B4A in popluar number systems.

HEX605B4A
Decimal969174
Binary110000010110111001010
Octal140133112

Shades and tints

Shades of #605B4A

#605B4A
(96,91,74)
#585344
(88,83,68)
#504B3E
(80,75,62)
#484338
(72,67,56)
#403B32
(64,59,50)
#38332C
(56,51,44)
#302B26
(48,43,38)
#282320
(40,35,32)
#201B1A
(32,27,26)
#181314
(24,19,20)
#100B0E
(16,11,14)
#000000
(0,0,0)

Tints of #605B4A

#605B4A
(96,91,74)
#6E695A
(110,105,90)
#7C776A
(124,119,106)
#8A857A
(138,133,122)
#98938A
(152,147,138)
#A6A19A
(166,161,154)
#B4AFAA
(180,175,170)
#C2BDBA
(194,189,186)
#D0CBCA
(208,203,202)
#DED9DA
(222,217,218)
#ECE7EA
(236,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #605B4A; }

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

This text font color is #605B4A.


Background Color

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

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

This div background color is #605B4A.


Border color

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

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

This div border color is #605B4A.


Opacity

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

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

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

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

This text has shadow with #605B4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #605B4A on black background.


Color preview on white background

This text has color #605B4A on white background.



Black color preview on #605B4A background

This text has black color on #605B4A background.


White color preview on #605B4A background

This text has white color on #605B4A background.