COLOR #42565D

HEX: #42565D RGB: (66,86,93)

Color info

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

RGB color model

#42565D color RGB value is (66,86,93).

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

RGB channels and saturation

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

66
86
93

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

Portions of RGB colors in percentages

R + G + B = 66 + 86 + 93 = 245 (100%)
R 66 of 245 ~ 26.94%
G 86 of 245 ~ 35.1%
B 93 of 245 ~ 37.96'%

%26.94
%35.1
%37.96

CMYK color model

#42565D color CMYK value is (29,8,0,64).

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

CMYK: (29,8,0,64)
C29M8Y0K64 (29%, 8%, 0%, 64%)
(0.29 / 0.08 / 0.00 / 0.64)

CMYK percentages

%29.03
%7.53
%0
%63.53

Codes

Color #42565D in popluar color models

42 56 5D
RGB 66 86 93
HSL 196° 16.98% 31.18%
HSB/HSV 196° 29.03% 36.47%
CMYK 29.03% 7.53% 0.00%
63.53%

Color #42565D in popluar number systems.

HEX 42 56 5D
Decimal 66 86 93
Binary 1000010 1010110 1011101
Octal 102 126 135

Shades and tints

Shades of #42565D

#42565D
(66,86,93)
#3C4F55
(60,79,85)
#36484D
(54,72,77)
#304145
(48,65,69)
#2A3A3D
(42,58,61)
#243335
(36,51,53)
#1E2C2D
(30,44,45)
#182525
(24,37,37)
#121E1D
(18,30,29)
#0C1715
(12,23,21)
#06100D
(6,16,13)
#000000
(0,0,0)

Tints of #42565D

#42565D
(66,86,93)
#53656B
(83,101,107)
#647479
(100,116,121)
#758387
(117,131,135)
#869295
(134,146,149)
#97A1A3
(151,161,163)
#A8B0B1
(168,176,177)
#B9BFBF
(185,191,191)
#CACECD
(202,206,205)
#DBDDDB
(219,221,219)
#ECECE9
(236,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42565D; }

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

This text font color is #42565D.

Background Color

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

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

This div background color is #42565D.

Border color

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

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

This div border color is #42565D.

Opacity

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

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

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

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

This text has shadow with #42565D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #42565D.

Preview

Color preview on black background

This text has color #42565D on black background.


Color preview on white background

This text has color #42565D on white background.


Black color preview on #42565D background

This text has black color on #42565D background.


White color preview on #42565D background

This text has white color on #42565D background.


Related colors

Complementary color

Complementary color for #hex is #BDA9A2.


I love getcolorcode.com

Triadic colors

1 #5D4256 and #565D42 with #42565D are triadic colors.

2 #5D5642 and #56425D with #42565D are triadic colors.