COLOR #606054

HEX: #606054
RGB: (96,96,84)

Color info

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

RGB color model

#606054 color RGB value is (96,96,84).

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

RGB channels and saturation

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

96
96
84

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

Portions of RGB colors in percentages

R + G + B =
96 + 96 + 84 = 276 (100%)
R 96 of 276 ~ 34.78%
G 96 of 276 ~ 34.78%
B 84 of 276 ~ 30.43%

%34.78
%34.78
%30.43

CMYK color model

#606054 color CMYK value is (0,0,13,62).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 62.35%
CMYK:
(0,0,13,62)
C0M0Y13K62 
(0%,0%,13%,62%)
(0.00/0.00/0.13/0.62)	

CMYK percentages

%0
%0
%12.5
%62.35

Codes

Color #606054 in popluar color models

606054
RGB969684
HSL60°6.67%35.29%
HSB/HSV60°12.50%37.65%
CMYK0.00%0.00%12.50%
62.35%

Color #606054 in popluar number systems.

HEX606054
Decimal969684
Binary110000011000001010100
Octal140140124

Shades and tints

Shades of #606054

#606054
(96,96,84)
#58584D
(88,88,77)
#505046
(80,80,70)
#48483F
(72,72,63)
#404038
(64,64,56)
#383831
(56,56,49)
#30302A
(48,48,42)
#282823
(40,40,35)
#20201C
(32,32,28)
#181815
(24,24,21)
#10100E
(16,16,14)
#000000
(0,0,0)

Tints of #606054

#606054
(96,96,84)
#6E6E63
(110,110,99)
#7C7C72
(124,124,114)
#8A8A81
(138,138,129)
#989890
(152,152,144)
#A6A69F
(166,166,159)
#B4B4AE
(180,180,174)
#C2C2BD
(194,194,189)
#D0D0CC
(208,208,204)
#DEDEDB
(222,222,219)
#ECECEA
(236,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606054; }

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

This text font color is #606054.


Background Color

.myBgColor { background-color: #606054; }

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

This div background color is #606054.


Border color

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

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

This div border color is #606054.


Opacity

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

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

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

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

This text has shadow with #606054 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606054 on black background.


Color preview on white background

This text has color #606054 on white background.



Black color preview on #606054 background

This text has black color on #606054 background.


White color preview on #606054 background

This text has white color on #606054 background.