COLOR #606B54

HEX: #606B54
RGB: (96,107,84)

Color info

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

RGB color model

#606B54 color RGB value is (96,107,84).

  • red value is 96;
  • green value is 107;
  • blue value is 84.
RGB:
(96,107,84)
(38%,42%,33%)

RGB channels and saturation

R 96 of 255 = 38%
G 107 of 255 = 42%
B 84 of 255 = 33%

96
107
84

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

Portions of RGB colors in percentages

R + G + B =
96 + 107 + 84 = 287 (100%)
R 96 of 287 ~ 33.45%
G 107 of 287 ~ 37.28%
B 84 of 287 ~ 29.27%

%33.45
%37.28
%29.27

CMYK color model

#606B54 color CMYK value is (10,0,21,58).

  • cyan value is 10.28%
  • magenta value is 0.00%
  • yellow value is 21.50%
  • key color value is 58.04%
CMYK:
(10,0,21,58)
C10M0Y21K58 
(10%,0%,21%,58%)
(0.10/0.00/0.21/0.58)	

CMYK percentages

%10.28
%0
%21.5
%58.04

Codes

Color #606B54 in popluar color models

606B54
RGB9610784
HSL89°12.04%37.45%
HSB/HSV89°21.50%41.96%
CMYK10.28%0.00%21.50%
58.04%

Color #606B54 in popluar number systems.

HEX606B54
Decimal9610784
Binary110000011010111010100
Octal140153124

Shades and tints

Shades of #606B54

#606B54
(96,107,84)
#58624D
(88,98,77)
#505946
(80,89,70)
#48503F
(72,80,63)
#404738
(64,71,56)
#383E31
(56,62,49)
#30352A
(48,53,42)
#282C23
(40,44,35)
#20231C
(32,35,28)
#181A15
(24,26,21)
#10110E
(16,17,14)
#000000
(0,0,0)

Tints of #606B54

#606B54
(96,107,84)
#6E7863
(110,120,99)
#7C8572
(124,133,114)
#8A9281
(138,146,129)
#989F90
(152,159,144)
#A6AC9F
(166,172,159)
#B4B9AE
(180,185,174)
#C2C6BD
(194,198,189)
#D0D3CC
(208,211,204)
#DEE0DB
(222,224,219)
#ECEDEA
(236,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #606B54 color. Also use rgb(96,107,84) instead hex code.

Text Font Color

.myTextColor { color: #606B54; }

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

This text font color is #606B54.


Background Color

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

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

This div background color is #606B54.


Border color

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

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

This div border color is #606B54.


Opacity

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

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

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

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

This text has shadow with #606B54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606B54 on black background.


Color preview on white background

This text has color #606B54 on white background.



Black color preview on #606B54 background

This text has black color on #606B54 background.


White color preview on #606B54 background

This text has white color on #606B54 background.