COLOR #42585D

HEX: #42585D
RGB: (66,88,93)

Color info

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

RGB color model

#42585D color RGB value is (66,88,93).

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

RGB channels and saturation

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

66
88
93

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

Portions of RGB colors in percentages

R + G + B =
66 + 88 + 93 = 247 (100%)
R 66 of 247 ~ 26.72%
G 88 of 247 ~ 35.63%
B 93 of 247 ~ 37.65%

%26.72
%35.63
%37.65

CMYK color model

#42585D color CMYK value is (29,5,0,64).

  • cyan value is 29.03%
  • magenta value is 5.38%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(29,5,0,64)
C29M5Y0K64 
(29%,5%,0%,64%)
(0.29/0.05/0.00/0.64)	

CMYK percentages

%29.03
%5.38
%0
%63.53

Codes

Color #42585D in popluar color models

42585D
RGB668893
HSL191°16.98%31.18%
HSB/HSV191°29.03%36.47%
CMYK29.03%5.38%0.00%
63.53%

Color #42585D in popluar number systems.

HEX42585D
Decimal668893
Binary100001010110001011101
Octal102130135

Shades and tints

Shades of #42585D

#42585D
(66,88,93)
#3C5055
(60,80,85)
#36484D
(54,72,77)
#304045
(48,64,69)
#2A383D
(42,56,61)
#243035
(36,48,53)
#1E282D
(30,40,45)
#182025
(24,32,37)
#12181D
(18,24,29)
#0C1015
(12,16,21)
#06080D
(6,8,13)
#000000
(0,0,0)

Tints of #42585D

#42585D
(66,88,93)
#53676B
(83,103,107)
#647679
(100,118,121)
#758587
(117,133,135)
#869495
(134,148,149)
#97A3A3
(151,163,163)
#A8B2B1
(168,178,177)
#B9C1BF
(185,193,191)
#CAD0CD
(202,208,205)
#DBDFDB
(219,223,219)
#ECEEE9
(236,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42585D; }

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

This text font color is #42585D.


Background Color

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

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

This div background color is #42585D.


Border color

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

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

This div border color is #42585D.


Opacity

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

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

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

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

This text has shadow with #42585D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42585D on black background.


Color preview on white background

This text has color #42585D on white background.



Black color preview on #42585D background

This text has black color on #42585D background.


White color preview on #42585D background

This text has white color on #42585D background.