COLOR #606247

HEX: #606247
RGB: (96,98,71)

Color info

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

RGB color model

#606247 color RGB value is (96,98,71).

  • red value is 96;
  • green value is 98;
  • blue value is 71.
RGB:
(96,98,71)
(38%,38%,28%)

RGB channels and saturation

R 96 of 255 = 38%
G 98 of 255 = 38%
B 71 of 255 = 28%

96
98
71

R + G + B ~ 35%. #606247 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 98 + 71 = 265 (100%)
R 96 of 265 ~ 36.23%
G 98 of 265 ~ 36.98%
B 71 of 265 ~ 26.79%

%36.23
%36.98
%26.79

CMYK color model

#606247 color CMYK value is (2,0,28,62).

  • cyan value is 2.04%
  • magenta value is 0.00%
  • yellow value is 27.55%
  • key color value is 61.57%
CMYK:
(2,0,28,62)
C2M0Y28K62 
(2%,0%,28%,62%)
(0.02/0.00/0.28/0.62)	

CMYK percentages

%2.04
%0
%27.55
%61.57

Codes

Color #606247 in popluar color models

606247
RGB969871
HSL64°15.98%33.14%
HSB/HSV64°27.55%38.43%
CMYK2.04%0.00%27.55%
61.57%

Color #606247 in popluar number systems.

HEX606247
Decimal969871
Binary110000011000101000111
Octal140142107

Shades and tints

Shades of #606247

#606247
(96,98,71)
#585A41
(88,90,65)
#50523B
(80,82,59)
#484A35
(72,74,53)
#40422F
(64,66,47)
#383A29
(56,58,41)
#303223
(48,50,35)
#282A1D
(40,42,29)
#202217
(32,34,23)
#181A11
(24,26,17)
#10120B
(16,18,11)
#000000
(0,0,0)

Tints of #606247

#606247
(96,98,71)
#6E7057
(110,112,87)
#7C7E67
(124,126,103)
#8A8C77
(138,140,119)
#989A87
(152,154,135)
#A6A897
(166,168,151)
#B4B6A7
(180,182,167)
#C2C4B7
(194,196,183)
#D0D2C7
(208,210,199)
#DEE0D7
(222,224,215)
#ECEEE7
(236,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #606247 color. Also use rgb(96,98,71) instead hex code.

Text Font Color

.myTextColor { color: #606247; }

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

This text font color is #606247.


Background Color

.myBgColor { background-color: #606247; }

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

This div background color is #606247.


Border color

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

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

This div border color is #606247.


Opacity

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

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

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

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

This text has shadow with #606247 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606247 on black background.


Color preview on white background

This text has color #606247 on white background.



Black color preview on #606247 background

This text has black color on #606247 background.


White color preview on #606247 background

This text has white color on #606247 background.