COLOR #60424E

HEX: #60424E
RGB: (96,66,78)

Color info

#60424E contains red, green and blue colors in about the same proportion. Web safe color of #60424E is #663366 (or #636).

RGB color model

#60424E color RGB value is (96,66,78).

  • red value is 96;
  • green value is 66;
  • blue value is 78.
RGB:
(96,66,78)
(38%,26%,31%)

RGB channels and saturation

R 96 of 255 = 38%
G 66 of 255 = 26%
B 78 of 255 = 31%

96
66
78

R + G + B ~ 32%. #60424E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 66 + 78 = 240 (100%)
R 96 of 240 ~ 40%
G 66 of 240 ~ 27.5%
B 78 of 240 ~ 32.5%

%40
%27.5
%32.5

CMYK color model

#60424E color CMYK value is (0,31,19,62).

  • cyan value is 0.00%
  • magenta value is 31.25%
  • yellow value is 18.75%
  • key color value is 62.35%
CMYK:
(0,31,19,62)
C0M31Y19K62 
(0%,31%,19%,62%)
(0.00/0.31/0.19/0.62)	

CMYK percentages

%0
%31.25
%18.75
%62.35

Codes

Color #60424E in popluar color models

60424E
RGB966678
HSL336°18.52%31.76%
HSB/HSV336°31.25%37.65%
CMYK0.00%31.25%18.75%
62.35%

Color #60424E in popluar number systems.

HEX60424E
Decimal966678
Binary110000010000101001110
Octal140102116

Shades and tints

Shades of #60424E

#60424E
(96,66,78)
#583C47
(88,60,71)
#503640
(80,54,64)
#483039
(72,48,57)
#402A32
(64,42,50)
#38242B
(56,36,43)
#301E24
(48,30,36)
#28181D
(40,24,29)
#201216
(32,18,22)
#180C0F
(24,12,15)
#100608
(16,6,8)
#000000
(0,0,0)

Tints of #60424E

#60424E
(96,66,78)
#6E535E
(110,83,94)
#7C646E
(124,100,110)
#8A757E
(138,117,126)
#98868E
(152,134,142)
#A6979E
(166,151,158)
#B4A8AE
(180,168,174)
#C2B9BE
(194,185,190)
#D0CACE
(208,202,206)
#DEDBDE
(222,219,222)
#ECECEE
(236,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60424E color. Also use rgb(96,66,78) instead hex code.

Text Font Color

.myTextColor { color: #60424E; }

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

This text font color is #60424E.


Background Color

.myBgColor { background-color: #60424E; }

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

This div background color is #60424E.


Border color

.myBorderColor { border: 1px solid #60424E; }

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

This div border color is #60424E.


Opacity

.myOpacity80 { color: #60424E; opacity: 0.8; }

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

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

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

This text has shadow with #60424E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60424E on black background.


Color preview on white background

This text has color #60424E on white background.



Black color preview on #60424E background

This text has black color on #60424E background.


White color preview on #60424E background

This text has white color on #60424E background.