COLOR #606853

HEX: #606853
RGB: (96,104,83)

Color info

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

RGB color model

#606853 color RGB value is (96,104,83).

  • red value is 96;
  • green value is 104;
  • blue value is 83.
RGB:
(96,104,83)
(38%,41%,33%)

RGB channels and saturation

R 96 of 255 = 38%
G 104 of 255 = 41%
B 83 of 255 = 33%

96
104
83

R + G + B ~ 37%. #606853 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 104 + 83 = 283 (100%)
R 96 of 283 ~ 33.92%
G 104 of 283 ~ 36.75%
B 83 of 283 ~ 29.33%

%33.92
%36.75
%29.33

CMYK color model

#606853 color CMYK value is (8,0,20,59).

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 20.19%
  • key color value is 59.22%
CMYK:
(8,0,20,59)
C8M0Y20K59 
(8%,0%,20%,59%)
(0.08/0.00/0.20/0.59)	

CMYK percentages

%7.69
%0
%20.19
%59.22

Codes

Color #606853 in popluar color models

606853
RGB9610483
HSL83°11.23%36.67%
HSB/HSV83°20.19%40.78%
CMYK7.69%0.00%20.19%
59.22%

Color #606853 in popluar number systems.

HEX606853
Decimal9610483
Binary110000011010001010011
Octal140150123

Shades and tints

Shades of #606853

#606853
(96,104,83)
#585F4C
(88,95,76)
#505645
(80,86,69)
#484D3E
(72,77,62)
#404437
(64,68,55)
#383B30
(56,59,48)
#303229
(48,50,41)
#282922
(40,41,34)
#20201B
(32,32,27)
#181714
(24,23,20)
#100E0D
(16,14,13)
#000000
(0,0,0)

Tints of #606853

#606853
(96,104,83)
#6E7562
(110,117,98)
#7C8271
(124,130,113)
#8A8F80
(138,143,128)
#989C8F
(152,156,143)
#A6A99E
(166,169,158)
#B4B6AD
(180,182,173)
#C2C3BC
(194,195,188)
#D0D0CB
(208,208,203)
#DEDDDA
(222,221,218)
#ECEAE9
(236,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606853; }

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

This text font color is #606853.


Background Color

.myBgColor { background-color: #606853; }

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

This div background color is #606853.


Border color

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

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

This div border color is #606853.


Opacity

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

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

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

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

This text has shadow with #606853 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606853 on black background.


Color preview on white background

This text has color #606853 on white background.



Black color preview on #606853 background

This text has black color on #606853 background.


White color preview on #606853 background

This text has white color on #606853 background.