COLOR #42565F

HEX: #42565F RGB: (66,86,95)

Color info

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

RGB color model

#42565F color RGB value is (66,86,95).

RGB: (66,86,95) (26%, 34%, 37%)

RGB channels and saturation

R 66 of 255 = 26%
G 86 of 255 = 34%
B 95 of 255 = 37%

66
86
95

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

Portions of RGB colors in percentages

R + G + B = 66 + 86 + 95 = 247 (100%)
R 66 of 247 ~ 26.72%
G 86 of 247 ~ 34.82%
B 95 of 247 ~ 38.46'%

%26.72
%34.82
%38.46

CMYK color model

#42565F color CMYK value is (31,9,0,63).

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

CMYK: (31,9,0,63)
C31M9Y0K63 (31%, 9%, 0%, 63%)
(0.31 / 0.09 / 0.00 / 0.63)

CMYK percentages

%30.53
%9.47
%0
%62.75

Codes

Color #42565F in popluar color models

42 56 5F
RGB 66 86 95
HSL 199° 18.01% 31.57%
HSB/HSV 199° 30.53% 37.25%
CMYK 30.53% 9.47% 0.00%
62.75%

Color #42565F in popluar number systems.

HEX 42 56 5F
Decimal 66 86 95
Binary 1000010 1010110 1011111
Octal 102 126 137

Shades and tints

Shades of #42565F

#42565F
(66,86,95)
#3C4F57
(60,79,87)
#36484F
(54,72,79)
#304147
(48,65,71)
#2A3A3F
(42,58,63)
#243337
(36,51,55)
#1E2C2F
(30,44,47)
#182527
(24,37,39)
#121E1F
(18,30,31)
#0C1717
(12,23,23)
#06100F
(6,16,15)
#000000
(0,0,0)

Tints of #42565F

#42565F
(66,86,95)
#53656D
(83,101,109)
#64747B
(100,116,123)
#758389
(117,131,137)
#869297
(134,146,151)
#97A1A5
(151,161,165)
#A8B0B3
(168,176,179)
#B9BFC1
(185,191,193)
#CACECF
(202,206,207)
#DBDDDD
(219,221,221)
#ECECEB
(236,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42565F; }

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

This text font color is #42565F.

Background Color

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

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

This div background color is #42565F.

Border color

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

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

This div border color is #42565F.

Opacity

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

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

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

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

This text has shadow with #42565F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #42565F.

Preview

Color preview on black background

This text has color #42565F on black background.


Color preview on white background

This text has color #42565F on white background.


Black color preview on #42565F background

This text has black color on #42565F background.


White color preview on #42565F background

This text has white color on #42565F background.


Related colors

Complementary color

Complementary color for #hex is #BDA9A0.


I love getcolorcode.com

Triadic colors

1 #5F4256 and #565F42 with #42565F are triadic colors.

2 #5F5642 and #56425F with #42565F are triadic colors.