COLOR #42504D

HEX: #42504D
RGB: (66,80,77)

Color info

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

RGB color model

#42504D color RGB value is (66,80,77).

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

RGB channels and saturation

R 66 of 255 = 26%
G 80 of 255 = 31%
B 77 of 255 = 30%

66
80
77

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

Portions of RGB colors in percentages

R + G + B =
66 + 80 + 77 = 223 (100%)
R 66 of 223 ~ 29.6%
G 80 of 223 ~ 35.87%
B 77 of 223 ~ 34.53%

%29.6
%35.87
%34.53

CMYK color model

#42504D color CMYK value is (18,0,4,69).

  • cyan value is 17.50%
  • magenta value is 0.00%
  • yellow value is 3.75%
  • key color value is 68.63%
CMYK:
(18,0,4,69)
C18M0Y4K69 
(18%,0%,4%,69%)
(0.18/0.00/0.04/0.69)	

CMYK percentages

%17.5
%0
%3.75
%68.63

Codes

Color #42504D in popluar color models

42504D
RGB668077
HSL167°9.59%28.63%
HSB/HSV167°17.50%31.37%
CMYK17.50%0.00%3.75%
68.63%

Color #42504D in popluar number systems.

HEX42504D
Decimal668077
Binary100001010100001001101
Octal102120115

Shades and tints

Shades of #42504D

#42504D
(66,80,77)
#3C4946
(60,73,70)
#36423F
(54,66,63)
#303B38
(48,59,56)
#2A3431
(42,52,49)
#242D2A
(36,45,42)
#1E2623
(30,38,35)
#181F1C
(24,31,28)
#121815
(18,24,21)
#0C110E
(12,17,14)
#060A07
(6,10,7)
#000000
(0,0,0)

Tints of #42504D

#42504D
(66,80,77)
#535F5D
(83,95,93)
#646E6D
(100,110,109)
#757D7D
(117,125,125)
#868C8D
(134,140,141)
#979B9D
(151,155,157)
#A8AAAD
(168,170,173)
#B9B9BD
(185,185,189)
#CAC8CD
(202,200,205)
#DBD7DD
(219,215,221)
#ECE6ED
(236,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42504D; }

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

This text font color is #42504D.


Background Color

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

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

This div background color is #42504D.


Border color

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

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

This div border color is #42504D.


Opacity

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

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

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

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

This text has shadow with #42504D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42504D on black background.


Color preview on white background

This text has color #42504D on white background.



Black color preview on #42504D background

This text has black color on #42504D background.


White color preview on #42504D background

This text has white color on #42504D background.