Color Hex Logo

#42584a Color Hex

#42584A
(66,88,74)
0 Favorites   0 Comments

Color spaces of #42584a

RGB 668874
HSL0.390.140.30
HSV142°25°35°
CMYK 0.250.000.16   0.65
XYZ6.97258.63217.7772
Yxy8.63210.29820.3692
Hunter Lab29.3804-9.05454.8718
CIE-Lab35.2661-11.66615.4077

#42584a color RGB value is (66,88,74).

#42584a hex color red value is 66, green value is 88 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #42584a hue: 0.39 , saturation: 0.14 and the lightness value of 42584a is 0.30.

The process color (four color CMYK) of #42584a color hex is 0.25, 0.00, 0.16, 0.65. Web safe color of #42584a is #336633. Color #42584a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01011000 01001010
Octal 102 130 112
Decimal 66 88 74
Hex 42 58 4A

RGB Percentages of Color #42584a

%28.95
%38.60
%32.46

CMYK Percentages of Color #42584a

%25
%0
%16
%65

Triadic Colors of #42584a

#42584a #4a4258 #584a42

Analogous Colors of #42584a

#42584a #425855 #455842

Monochromatic Colors of #42584a

#42584a

Complementary Color

#42584a #584250

#42584a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42584a Color Preview on White Background

Lorem ipsum dolor sit amet.

#42584a Color CSS Codes

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

#42584a Text Font Color

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

This sample text font color is #42584a
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.


#42584a Background Color

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

This div background color is #42584a


#42584a Border Color

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

This div border color is #42584a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,88,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 #42584a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42584a


Comments

No comments written yet.

Please login to write comment.