COLOR #42585F

HEX: #42585F RGB: (66,88,95)

Color info

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

RGB color model

#42585F color RGB value is (66,88,95).

RGB: (66,88,95) (26%, 35%, 37%)

RGB channels and saturation

R 66 of 255 = 26%
G 88 of 255 = 35%
B 95 of 255 = 37%

66
88
95

R + G + B ~ 33%. #42585F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 88 + 95 = 249 (100%)
R 66 of 249 ~ 26.51%
G 88 of 249 ~ 35.34%
B 95 of 249 ~ 38.15'%

%26.51
%35.34
%38.15

CMYK color model

#42585F color CMYK value is (31,7,0,63).

  • cyan value is 30.53%
  • magenta value is 7.37%
  • yellow value is 0.00%
  • key color value is 62.75%

CMYK: (31,7,0,63)
C31M7Y0K63 (31%, 7%, 0%, 63%)
(0.31 / 0.07 / 0.00 / 0.63)

CMYK percentages

%30.53
%7.37
%0
%62.75

Codes

Color #42585F in popluar color models

42 58 5F
RGB 66 88 95
HSL 194° 18.01% 31.57%
HSB/HSV 194° 30.53% 37.25%
CMYK 30.53% 7.37% 0.00%
62.75%

Color #42585F in popluar number systems.

HEX 42 58 5F
Decimal 66 88 95
Binary 1000010 1011000 1011111
Octal 102 130 137

Shades and tints

Shades of #42585F

#42585F
(66,88,95)
#3C5057
(60,80,87)
#36484F
(54,72,79)
#304047
(48,64,71)
#2A383F
(42,56,63)
#243037
(36,48,55)
#1E282F
(30,40,47)
#182027
(24,32,39)
#12181F
(18,24,31)
#0C1017
(12,16,23)
#06080F
(6,8,15)
#000000
(0,0,0)

Tints of #42585F

#42585F
(66,88,95)
#53676D
(83,103,109)
#64767B
(100,118,123)
#758589
(117,133,137)
#869497
(134,148,151)
#97A3A5
(151,163,165)
#A8B2B3
(168,178,179)
#B9C1C1
(185,193,193)
#CAD0CF
(202,208,207)
#DBDFDD
(219,223,221)
#ECEEEB
(236,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42585F; }

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

This text font color is #42585F.

Background Color

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

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

This div background color is #42585F.

Border color

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

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

This div border color is #42585F.

Opacity

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

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

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

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

This text has shadow with #42585F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #42585F.

Preview

Color preview on black background

This text has color #42585F on black background.


Color preview on white background

This text has color #42585F on white background.


Black color preview on #42585F background

This text has black color on #42585F background.


White color preview on #42585F background

This text has white color on #42585F background.


Related colors

Complementary color

Complementary color for #hex is #BDA7A0.


I love getcolorcode.com

Triadic colors

1 #5F4258 and #585F42 with #42585F are triadic colors.

2 #5F5842 and #58425F with #42585F are triadic colors.