COLOR #42585C

HEX: #42585C
RGB: (66,88,92)

Color info

#42585C contains red, green and blue colors in about the same proportion. Web safe color of #42585C is #336666 (or #366).

RGB color model

#42585C color RGB value is (66,88,92).

  • red value is 66;
  • green value is 88;
  • blue value is 92.
RGB:
(66,88,92)
(26%,35%,36%)

RGB channels and saturation

R 66 of 255 = 26%
G 88 of 255 = 35%
B 92 of 255 = 36%

66
88
92

R + G + B ~ 32%. #42585C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 88 + 92 = 246 (100%)
R 66 of 246 ~ 26.83%
G 88 of 246 ~ 35.77%
B 92 of 246 ~ 37.4%

%26.83
%35.77
%37.4

CMYK color model

#42585C color CMYK value is (28,4,0,64).

  • cyan value is 28.26%
  • magenta value is 4.35%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(28,4,0,64)
C28M4Y0K64 
(28%,4%,0%,64%)
(0.28/0.04/0.00/0.64)	

CMYK percentages

%28.26
%4.35
%0
%63.92

Codes

Color #42585C in popluar color models

42585C
RGB668892
HSL189°16.46%30.98%
HSB/HSV189°28.26%36.08%
CMYK28.26%4.35%0.00%
63.92%

Color #42585C in popluar number systems.

HEX42585C
Decimal668892
Binary100001010110001011100
Octal102130134

Shades and tints

Shades of #42585C

#42585C
(66,88,92)
#3C5054
(60,80,84)
#36484C
(54,72,76)
#304044
(48,64,68)
#2A383C
(42,56,60)
#243034
(36,48,52)
#1E282C
(30,40,44)
#182024
(24,32,36)
#12181C
(18,24,28)
#0C1014
(12,16,20)
#06080C
(6,8,12)
#000000
(0,0,0)

Tints of #42585C

#42585C
(66,88,92)
#53676A
(83,103,106)
#647678
(100,118,120)
#758586
(117,133,134)
#869494
(134,148,148)
#97A3A2
(151,163,162)
#A8B2B0
(168,178,176)
#B9C1BE
(185,193,190)
#CAD0CC
(202,208,204)
#DBDFDA
(219,223,218)
#ECEEE8
(236,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42585C color. Also use rgb(66,88,92) instead hex code.

Text Font Color

.myTextColor { color: #42585C; }

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

This text font color is #42585C.


Background Color

.myBgColor { background-color: #42585C; }

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

This div background color is #42585C.


Border color

.myBorderColor { border: 1px solid #42585C; }

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

This div border color is #42585C.


Opacity

.myOpacity80 { color: #42585C; opacity: 0.8; }

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

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

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

This text has shadow with #42585C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42585C on black background.


Color preview on white background

This text has color #42585C on white background.



Black color preview on #42585C background

This text has black color on #42585C background.


White color preview on #42585C background

This text has white color on #42585C background.