COLOR #606E51

HEX: #606E51
RGB: (96,110,81)

Color info

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

RGB color model

#606E51 color RGB value is (96,110,81).

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

RGB channels and saturation

R 96 of 255 = 38%
G 110 of 255 = 43%
B 81 of 255 = 32%

96
110
81

R + G + B ~ 38%. #606E51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 110 + 81 = 287 (100%)
R 96 of 287 ~ 33.45%
G 110 of 287 ~ 38.33%
B 81 of 287 ~ 28.22%

%33.45
%38.33
%28.22

CMYK color model

#606E51 color CMYK value is (13,0,26,57).

  • cyan value is 12.73%
  • magenta value is 0.00%
  • yellow value is 26.36%
  • key color value is 56.86%
CMYK:
(13,0,26,57)
C13M0Y26K57 
(13%,0%,26%,57%)
(0.13/0.00/0.26/0.57)	

CMYK percentages

%12.73
%0
%26.36
%56.86

Codes

Color #606E51 in popluar color models

606E51
RGB9611081
HSL89°15.18%37.45%
HSB/HSV89°26.36%43.14%
CMYK12.73%0.00%26.36%
56.86%

Color #606E51 in popluar number systems.

HEX606E51
Decimal9611081
Binary110000011011101010001
Octal140156121

Shades and tints

Shades of #606E51

#606E51
(96,110,81)
#58644A
(88,100,74)
#505A43
(80,90,67)
#48503C
(72,80,60)
#404635
(64,70,53)
#383C2E
(56,60,46)
#303227
(48,50,39)
#282820
(40,40,32)
#201E19
(32,30,25)
#181412
(24,20,18)
#100A0B
(16,10,11)
#000000
(0,0,0)

Tints of #606E51

#606E51
(96,110,81)
#6E7B60
(110,123,96)
#7C886F
(124,136,111)
#8A957E
(138,149,126)
#98A28D
(152,162,141)
#A6AF9C
(166,175,156)
#B4BCAB
(180,188,171)
#C2C9BA
(194,201,186)
#D0D6C9
(208,214,201)
#DEE3D8
(222,227,216)
#ECF0E7
(236,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #606E51 color. Also use rgb(96,110,81) instead hex code.

Text Font Color

.myTextColor { color: #606E51; }

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

This text font color is #606E51.


Background Color

.myBgColor { background-color: #606E51; }

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

This div background color is #606E51.


Border color

.myBorderColor { border: 1px solid #606E51; }

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

This div border color is #606E51.


Opacity

.myOpacity80 { color: #606E51; opacity: 0.8; }

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

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

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

This text has shadow with #606E51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606E51 on black background.


Color preview on white background

This text has color #606E51 on white background.



Black color preview on #606E51 background

This text has black color on #606E51 background.


White color preview on #606E51 background

This text has white color on #606E51 background.