Color Hex Logo

#42524a Color Hex

#42524A
(66,82,74)
0 Favorites   0 Comments

Color spaces of #42524a

RGB 668274
HSL0.420.110.29
HSV150°20°32°
CMYK 0.200.000.10   0.68
XYZ6.50017.68727.6198
Yxy7.68720.29810.3525
Hunter Lab27.7258-6.67223.1136
CIE-Lab33.3228-8.12772.6208

#42524a color RGB value is (66,82,74).

#42524a hex color red value is 66, green value is 82 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #42524a hue: 0.42 , saturation: 0.11 and the lightness value of 42524a is 0.29.

The process color (four color CMYK) of #42524a color hex is 0.20, 0.00, 0.10, 0.68. Web safe color of #42524a is #336633. Color #42524a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01010010 01001010
Octal 102 122 112
Decimal 66 82 74
Hex 42 52 4A

RGB Percentages of Color #42524a

%29.73
%36.94
%33.33

CMYK Percentages of Color #42524a

%20
%0
%10
%68

Triadic Colors of #42524a

#42524a #4a4252 #524a42

Analogous Colors of #42524a

#42524a #425252 #425242

Monochromatic Colors of #42524a

#42524a

Complementary Color

#42524a #52424a

#42524a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42524a Color Preview on White Background

Lorem ipsum dolor sit amet.

#42524a Color CSS Codes

.mybgcolor {background-color:#42524a; } 
.myforecolor {color:#42524a; }
.mybordercolor {border:3px solid #42524a; }

#42524a Text Font Color

<p style="color:#42524a">Text here</p>

This sample text font color is #42524a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#42524a Background Color

<div style="background-color:#42524a">
Div content here</div>

This div background color is #42524a


#42524a Border Color

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

This div border color is #42524a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,82,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42524a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42524a;
  -webkit-box-shadow: 1px 1px 3px 2px #42524a;
  box-shadow:         1px 1px 3px 2px #42524a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,82,74, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #42524a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #42524a;
  -webkit-box-shadow: 1px 1px 3px 2px #42524a;
  box-shadow:         1px 1px 3px 2px #42524a;">
Div content here</div>

This div box has shadow with color #42524a


Comments

No comments written yet.

Please login to write comment.