COLOR #606052

HEX: #606052
RGB: (96,96,82)

Color info

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

RGB color model

#606052 color RGB value is (96,96,82).

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

RGB channels and saturation

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

96
96
82

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

Portions of RGB colors in percentages

R + G + B =
96 + 96 + 82 = 274 (100%)
R 96 of 274 ~ 35.04%
G 96 of 274 ~ 35.04%
B 82 of 274 ~ 29.93%

%35.04
%35.04
%29.93

CMYK color model

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

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

CMYK percentages

%0
%0
%14.58
%62.35

Codes

Color #606052 in popluar color models

606052
RGB969682
HSL60°7.87%34.90%
HSB/HSV60°14.58%37.65%
CMYK0.00%0.00%14.58%
62.35%

Color #606052 in popluar number systems.

HEX606052
Decimal969682
Binary110000011000001010010
Octal140140122

Shades and tints

Shades of #606052

#606052
(96,96,82)
#58584B
(88,88,75)
#505044
(80,80,68)
#48483D
(72,72,61)
#404036
(64,64,54)
#38382F
(56,56,47)
#303028
(48,48,40)
#282821
(40,40,33)
#20201A
(32,32,26)
#181813
(24,24,19)
#10100C
(16,16,12)
#000000
(0,0,0)

Tints of #606052

#606052
(96,96,82)
#6E6E61
(110,110,97)
#7C7C70
(124,124,112)
#8A8A7F
(138,138,127)
#98988E
(152,152,142)
#A6A69D
(166,166,157)
#B4B4AC
(180,180,172)
#C2C2BB
(194,194,187)
#D0D0CA
(208,208,202)
#DEDED9
(222,222,217)
#ECECE8
(236,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606052; }

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

This text font color is #606052.


Background Color

.myBgColor { background-color: #606052; }

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

This div background color is #606052.


Border color

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

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

This div border color is #606052.


Opacity

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

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

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

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

This text has shadow with #606052 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606052 on black background.


Color preview on white background

This text has color #606052 on white background.



Black color preview on #606052 background

This text has black color on #606052 background.


White color preview on #606052 background

This text has white color on #606052 background.