COLOR #42545F

HEX: #42545F
RGB: (66,84,95)

Color info

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

RGB color model

#42545F color RGB value is (66,84,95).

  • red value is 66;
  • green value is 84;
  • blue value is 95.
RGB:
(66,84,95)
(26%,33%,37%)

RGB channels and saturation

R 66 of 255 = 26%
G 84 of 255 = 33%
B 95 of 255 = 37%

66
84
95

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

Portions of RGB colors in percentages

R + G + B =
66 + 84 + 95 = 245 (100%)
R 66 of 245 ~ 26.94%
G 84 of 245 ~ 34.29%
B 95 of 245 ~ 38.78%

%26.94
%34.29
%38.78

CMYK color model

#42545F color CMYK value is (31,12,0,63).

  • cyan value is 30.53%
  • magenta value is 11.58%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(31,12,0,63)
C31M12Y0K63 
(31%,12%,0%,63%)
(0.31/0.12/0.00/0.63)	

CMYK percentages

%30.53
%11.58
%0
%62.75

Codes

Color #42545F in popluar color models

42545F
RGB668495
HSL203°18.01%31.57%
HSB/HSV203°30.53%37.25%
CMYK30.53%11.58%0.00%
62.75%

Color #42545F in popluar number systems.

HEX42545F
Decimal668495
Binary100001010101001011111
Octal102124137

Shades and tints

Shades of #42545F

#42545F
(66,84,95)
#3C4D57
(60,77,87)
#36464F
(54,70,79)
#303F47
(48,63,71)
#2A383F
(42,56,63)
#243137
(36,49,55)
#1E2A2F
(30,42,47)
#182327
(24,35,39)
#121C1F
(18,28,31)
#0C1517
(12,21,23)
#060E0F
(6,14,15)
#000000
(0,0,0)

Tints of #42545F

#42545F
(66,84,95)
#53636D
(83,99,109)
#64727B
(100,114,123)
#758189
(117,129,137)
#869097
(134,144,151)
#979FA5
(151,159,165)
#A8AEB3
(168,174,179)
#B9BDC1
(185,189,193)
#CACCCF
(202,204,207)
#DBDBDD
(219,219,221)
#ECEAEB
(236,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42545F; }

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

This text font color is #42545F.


Background Color

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

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

This div background color is #42545F.


Border color

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

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

This div border color is #42545F.


Opacity

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

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

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

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

This text has shadow with #42545F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42545F on black background.


Color preview on white background

This text has color #42545F on white background.



Black color preview on #42545F background

This text has black color on #42545F background.


White color preview on #42545F background

This text has white color on #42545F background.