COLOR #605246

HEX: #605246
RGB: (96,82,70)

Color info

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

RGB color model

#605246 color RGB value is (96,82,70).

  • red value is 96;
  • green value is 82;
  • blue value is 70.
RGB:
(96,82,70)
(38%,32%,27%)

RGB channels and saturation

R 96 of 255 = 38%
G 82 of 255 = 32%
B 70 of 255 = 27%

96
82
70

R + G + B ~ 32%. #605246 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 82 + 70 = 248 (100%)
R 96 of 248 ~ 38.71%
G 82 of 248 ~ 33.06%
B 70 of 248 ~ 28.23%

%38.71
%33.06
%28.23

CMYK color model

#605246 color CMYK value is (0,15,27,62).

  • cyan value is 0.00%
  • magenta value is 14.58%
  • yellow value is 27.08%
  • key color value is 62.35%
CMYK:
(0,15,27,62)
C0M15Y27K62 
(0%,15%,27%,62%)
(0.00/0.15/0.27/0.62)	

CMYK percentages

%0
%14.58
%27.08
%62.35

Codes

Color #605246 in popluar color models

605246
RGB968270
HSL28°15.66%32.55%
HSB/HSV28°27.08%37.65%
CMYK0.00%14.58%27.08%
62.35%

Color #605246 in popluar number systems.

HEX605246
Decimal968270
Binary110000010100101000110
Octal140122106

Shades and tints

Shades of #605246

#605246
(96,82,70)
#584B40
(88,75,64)
#50443A
(80,68,58)
#483D34
(72,61,52)
#40362E
(64,54,46)
#382F28
(56,47,40)
#302822
(48,40,34)
#28211C
(40,33,28)
#201A16
(32,26,22)
#181310
(24,19,16)
#100C0A
(16,12,10)
#000000
(0,0,0)

Tints of #605246

#605246
(96,82,70)
#6E6156
(110,97,86)
#7C7066
(124,112,102)
#8A7F76
(138,127,118)
#988E86
(152,142,134)
#A69D96
(166,157,150)
#B4ACA6
(180,172,166)
#C2BBB6
(194,187,182)
#D0CAC6
(208,202,198)
#DED9D6
(222,217,214)
#ECE8E6
(236,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #605246 color. Also use rgb(96,82,70) instead hex code.

Text Font Color

.myTextColor { color: #605246; }

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

This text font color is #605246.


Background Color

.myBgColor { background-color: #605246; }

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

This div background color is #605246.


Border color

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

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

This div border color is #605246.


Opacity

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

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

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

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

This text has shadow with #605246 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #605246 on black background.


Color preview on white background

This text has color #605246 on white background.



Black color preview on #605246 background

This text has black color on #605246 background.


White color preview on #605246 background

This text has white color on #605246 background.