Color Hex Logo

#42595c Color Hex

#42595C
(66,89,92)
0 Favorites   0 Comments

Color spaces of #42595c

RGB 668992
HSL0.520.160.31
HSV187°28°36°
CMYK 0.280.030.00   0.64
XYZ7.75099.075711.4685
Yxy9.07570.27390.3208
Hunter Lab30.1259-6.7952-1.4827
CIE-Lab36.1296-7.8724-4.5735

#42595c color RGB value is (66,89,92).

#42595c hex color red value is 66, green value is 89 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #42595c hue: 0.52 , saturation: 0.16 and the lightness value of 42595c is 0.31.

The process color (four color CMYK) of #42595c color hex is 0.28, 0.03, 0.00, 0.64. Web safe color of #42595c is #336666. Color #42595c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01011001 01011100
Octal 102 131 134
Decimal 66 89 92
Hex 42 59 5C

RGB Percentages of Color #42595c

%26.72
%36.03
%37.25

CMYK Percentages of Color #42595c

%28
%3
%0
%64

Triadic Colors of #42595c

#42595c #5c4259 #595c42

Analogous Colors of #42595c

#42595c #424c5c #425c52

Monochromatic Colors of #42595c

#42595c

Complementary Color

#42595c #5c4542

#42595c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42595c Color Preview on White Background

Lorem ipsum dolor sit amet.

#42595c Color CSS Codes

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

#42595c Text Font Color

<p style="color:#42595c">Text here</p>

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


#42595c Background Color

<div style="background-color:#42595c">
Div content here</div>

This div background color is #42595c


#42595c Border Color

<div style="border:3px solid #42595c">
Div here</div>

This div border color is #42595c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,89,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42595c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42595c;
  -webkit-box-shadow: 1px 1px 3px 2px #42595c;
  box-shadow:         1px 1px 3px 2px #42595c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42595c


Comments

No comments written yet.

Please login to write comment.