COLOR #42575D

HEX: #42575D RGB: (66,87,93)

Color info

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

RGB color model

#42575D color RGB value is (66,87,93).

RGB: (66,87,93) (26%, 34%, 36%)

RGB channels and saturation

R 66 of 255 = 26%
G 87 of 255 = 34%
B 93 of 255 = 36%

66
87
93

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

Portions of RGB colors in percentages

R + G + B = 66 + 87 + 93 = 246 (100%)
R 66 of 246 ~ 26.83%
G 87 of 246 ~ 35.37%
B 93 of 246 ~ 37.8'%

%26.83
%35.37
%37.8

CMYK color model

#42575D color CMYK value is (29,6,0,64).

  • cyan value is 29.03%
  • magenta value is 6.45%
  • yellow value is 0.00%
  • key color value is 63.53%

CMYK: (29,6,0,64)
C29M6Y0K64 (29%, 6%, 0%, 64%)
(0.29 / 0.06 / 0.00 / 0.64)

CMYK percentages

%29.03
%6.45
%0
%63.53

Codes

Color #42575D in popluar color models

42 57 5D
RGB 66 87 93
HSL 193° 16.98% 31.18%
HSB/HSV 193° 29.03% 36.47%
CMYK 29.03% 6.45% 0.00%
63.53%

Color #42575D in popluar number systems.

HEX 42 57 5D
Decimal 66 87 93
Binary 1000010 1010111 1011101
Octal 102 127 135

Shades and tints

Shades of #42575D

#42575D
(66,87,93)
#3C5055
(60,80,85)
#36494D
(54,73,77)
#304245
(48,66,69)
#2A3B3D
(42,59,61)
#243435
(36,52,53)
#1E2D2D
(30,45,45)
#182625
(24,38,37)
#121F1D
(18,31,29)
#0C1815
(12,24,21)
#06110D
(6,17,13)
#000000
(0,0,0)

Tints of #42575D

#42575D
(66,87,93)
#53666B
(83,102,107)
#647579
(100,117,121)
#758487
(117,132,135)
#869395
(134,147,149)
#97A2A3
(151,162,163)
#A8B1B1
(168,177,177)
#B9C0BF
(185,192,191)
#CACFCD
(202,207,205)
#DBDEDB
(219,222,219)
#ECEDE9
(236,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42575D; }

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

This text font color is #42575D.

Background Color

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

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

This div background color is #42575D.

Border color

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

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

This div border color is #42575D.

Opacity

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

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

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

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

This text has shadow with #42575D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #42575D.

Preview

Color preview on black background

This text has color #42575D on black background.


Color preview on white background

This text has color #42575D on white background.


Black color preview on #42575D background

This text has black color on #42575D background.


White color preview on #42575D background

This text has white color on #42575D background.


Related colors

Complementary color

Complementary color for #hex is #BDA8A2.


I love getcolorcode.com

Triadic colors

1 #5D4257 and #575D42 with #42575D are triadic colors.

2 #5D5742 and #57425D with #42575D are triadic colors.