COLOR #42524D

HEX: #42524D
RGB: (66,82,77)

Color info

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

RGB color model

#42524D color RGB value is (66,82,77).

  • red value is 66;
  • green value is 82;
  • blue value is 77.
RGB:
(66,82,77)
(26%,32%,30%)

RGB channels and saturation

R 66 of 255 = 26%
G 82 of 255 = 32%
B 77 of 255 = 30%

66
82
77

R + G + B ~ 29%. #42524D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 82 + 77 = 225 (100%)
R 66 of 225 ~ 29.33%
G 82 of 225 ~ 36.44%
B 77 of 225 ~ 34.22%

%29.33
%36.44
%34.22

CMYK color model

#42524D color CMYK value is (20,0,6,68).

  • cyan value is 19.51%
  • magenta value is 0.00%
  • yellow value is 6.10%
  • key color value is 67.84%
CMYK:
(20,0,6,68)
C20M0Y6K68 
(20%,0%,6%,68%)
(0.20/0.00/0.06/0.68)	

CMYK percentages

%19.51
%0
%6.1
%67.84

Codes

Color #42524D in popluar color models

42524D
RGB668277
HSL161°10.81%29.02%
HSB/HSV161°19.51%32.16%
CMYK19.51%0.00%6.10%
67.84%

Color #42524D in popluar number systems.

HEX42524D
Decimal668277
Binary100001010100101001101
Octal102122115

Shades and tints

Shades of #42524D

#42524D
(66,82,77)
#3C4B46
(60,75,70)
#36443F
(54,68,63)
#303D38
(48,61,56)
#2A3631
(42,54,49)
#242F2A
(36,47,42)
#1E2823
(30,40,35)
#18211C
(24,33,28)
#121A15
(18,26,21)
#0C130E
(12,19,14)
#060C07
(6,12,7)
#000000
(0,0,0)

Tints of #42524D

#42524D
(66,82,77)
#53615D
(83,97,93)
#64706D
(100,112,109)
#757F7D
(117,127,125)
#868E8D
(134,142,141)
#979D9D
(151,157,157)
#A8ACAD
(168,172,173)
#B9BBBD
(185,187,189)
#CACACD
(202,202,205)
#DBD9DD
(219,217,221)
#ECE8ED
(236,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42524D color. Also use rgb(66,82,77) instead hex code.

Text Font Color

.myTextColor { color: #42524D; }

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

This text font color is #42524D.


Background Color

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

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

This div background color is #42524D.


Border color

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

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

This div border color is #42524D.


Opacity

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

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

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

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

This text has shadow with #42524D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42524D on black background.


Color preview on white background

This text has color #42524D on white background.



Black color preview on #42524D background

This text has black color on #42524D background.


White color preview on #42524D background

This text has white color on #42524D background.