COLOR #605531

HEX: #605531
RGB: (96,85,49)

Color info

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

RGB color model

#605531 color RGB value is (96,85,49).

  • red value is 96;
  • green value is 85;
  • blue value is 49.
RGB:
(96,85,49)
(38%,33%,19%)

RGB channels and saturation

R 96 of 255 = 38%
G 85 of 255 = 33%
B 49 of 255 = 19%

96
85
49

R + G + B ~ 30%. #605531 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 85 + 49 = 230 (100%)
R 96 of 230 ~ 41.74%
G 85 of 230 ~ 36.96%
B 49 of 230 ~ 21.3%

%41.74
%36.96
%21.3

CMYK color model

#605531 color CMYK value is (0,11,49,62).

  • cyan value is 0.00%
  • magenta value is 11.46%
  • yellow value is 48.96%
  • key color value is 62.35%
CMYK:
(0,11,49,62)
C0M11Y49K62 
(0%,11%,49%,62%)
(0.00/0.11/0.49/0.62)	

CMYK percentages

%0
%11.46
%48.96
%62.35

Codes

Color #605531 in popluar color models

605531
RGB968549
HSL46°32.41%28.43%
HSB/HSV46°48.96%37.65%
CMYK0.00%11.46%48.96%
62.35%

Color #605531 in popluar number systems.

HEX605531
Decimal968549
Binary11000001010101110001
Octal14012561

Shades and tints

Shades of #605531

#605531
(96,85,49)
#584E2D
(88,78,45)
#504729
(80,71,41)
#484025
(72,64,37)
#403921
(64,57,33)
#38321D
(56,50,29)
#302B19
(48,43,25)
#282415
(40,36,21)
#201D11
(32,29,17)
#18160D
(24,22,13)
#100F09
(16,15,9)
#000000
(0,0,0)

Tints of #605531

#605531
(96,85,49)
#6E6443
(110,100,67)
#7C7355
(124,115,85)
#8A8267
(138,130,103)
#989179
(152,145,121)
#A6A08B
(166,160,139)
#B4AF9D
(180,175,157)
#C2BEAF
(194,190,175)
#D0CDC1
(208,205,193)
#DEDCD3
(222,220,211)
#ECEBE5
(236,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #605531 color. Also use rgb(96,85,49) instead hex code.

Text Font Color

.myTextColor { color: #605531; }

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

This text font color is #605531.


Background Color

.myBgColor { background-color: #605531; }

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

This div background color is #605531.


Border color

.myBorderColor { border: 1px solid #605531; }

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

This div border color is #605531.


Opacity

.myOpacity80 { color: #605531; opacity: 0.8; }

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

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

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

This text has shadow with #605531 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #605531 on black background.


Color preview on white background

This text has color #605531 on white background.



Black color preview on #605531 background

This text has black color on #605531 background.


White color preview on #605531 background

This text has white color on #605531 background.