COLOR #42574B

HEX: #42574B
RGB: (66,87,75)

Color info

#42574B contains red, green and blue colors in about the same proportion. Web safe color of #42574B is #336633 (or #363).

RGB color model

#42574B color RGB value is (66,87,75).

  • red value is 66;
  • green value is 87;
  • blue value is 75.
RGB:
(66,87,75)
(26%,34%,29%)

RGB channels and saturation

R 66 of 255 = 26%
G 87 of 255 = 34%
B 75 of 255 = 29%

66
87
75

R + G + B ~ 30%. #42574B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 87 + 75 = 228 (100%)
R 66 of 228 ~ 28.95%
G 87 of 228 ~ 38.16%
B 75 of 228 ~ 32.89%

%28.95
%38.16
%32.89

CMYK color model

#42574B color CMYK value is (24,0,14,66).

  • cyan value is 24.14%
  • magenta value is 0.00%
  • yellow value is 13.79%
  • key color value is 65.88%
CMYK:
(24,0,14,66)
C24M0Y14K66 
(24%,0%,14%,66%)
(0.24/0.00/0.14/0.66)	

CMYK percentages

%24.14
%0
%13.79
%65.88

Codes

Color #42574B in popluar color models

42574B
RGB668775
HSL146°13.73%30.00%
HSB/HSV146°24.14%34.12%
CMYK24.14%0.00%13.79%
65.88%

Color #42574B in popluar number systems.

HEX42574B
Decimal668775
Binary100001010101111001011
Octal102127113

Shades and tints

Shades of #42574B

#42574B
(66,87,75)
#3C5045
(60,80,69)
#36493F
(54,73,63)
#304239
(48,66,57)
#2A3B33
(42,59,51)
#24342D
(36,52,45)
#1E2D27
(30,45,39)
#182621
(24,38,33)
#121F1B
(18,31,27)
#0C1815
(12,24,21)
#06110F
(6,17,15)
#000000
(0,0,0)

Tints of #42574B

#42574B
(66,87,75)
#53665B
(83,102,91)
#64756B
(100,117,107)
#75847B
(117,132,123)
#86938B
(134,147,139)
#97A29B
(151,162,155)
#A8B1AB
(168,177,171)
#B9C0BB
(185,192,187)
#CACFCB
(202,207,203)
#DBDEDB
(219,222,219)
#ECEDEB
(236,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42574B color. Also use rgb(66,87,75) instead hex code.

Text Font Color

.myTextColor { color: #42574B; }

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

This text font color is #42574B.


Background Color

.myBgColor { background-color: #42574B; }

<div style="background-color:#42574B">Inner text</div>

This div background color is #42574B.


Border color

.myBorderColor { border: 1px solid #42574B; }

<div style="border:3px solid #42574B">Div</div>

This div border color is #42574B.


Opacity

.myOpacity80 { color: #42574B; opacity: 0.8; }

<p style="color:#42574B;opacity:0.8;">80%</p>

Text with #42574B 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 #42574B;}

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

This text has shadow with #42574B color.

.textShadow {text-shadow: 3px 3px 1px #42574B, 3px 3px 1px red;}

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

This text has shadow with #42574B primary color and red secondary color.


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

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

This text has shadow with #42574B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42574B on black background.


Color preview on white background

This text has color #42574B on white background.



Black color preview on #42574B background

This text has black color on #42574B background.


White color preview on #42574B background

This text has white color on #42574B background.