Color Hex Logo

#42605c Color Hex

#42605C
(66,96,92)
0 Favorites   0 Comments

Color spaces of #42605c

RGB 669692
HSL0.480.190.32
HSV172°31°38°
CMYK 0.310.000.04   0.62
XYZ8.361410.296711.6720
Yxy10.29670.27570.3395
Hunter Lab32.0885-9.64250.8955
CIE-Lab38.3698-11.9786-1.2667

#42605c color RGB value is (66,96,92).

#42605c hex color red value is 66, green value is 96 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #42605c hue: 0.48 , saturation: 0.19 and the lightness value of 42605c is 0.32.

The process color (four color CMYK) of #42605c color hex is 0.31, 0.00, 0.04, 0.62. Web safe color of #42605c is #336666. Color #42605c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01100000 01011100
Octal 102 140 134
Decimal 66 96 92
Hex 42 60 5C

RGB Percentages of Color #42605c

%25.98
%37.80
%36.22

CMYK Percentages of Color #42605c

%31
%0
%4
%62

Triadic Colors of #42605c

#42605c #5c4260 #605c42

Analogous Colors of #42605c

#42605c #425560 #42604d

Monochromatic Colors of #42605c

#42605c

Complementary Color

#42605c #604246

#42605c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42605c Color Preview on White Background

Lorem ipsum dolor sit amet.

#42605c Color CSS Codes

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

#42605c Text Font Color

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

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


#42605c Background Color

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

This div background color is #42605c


#42605c Border Color

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

This div border color is #42605c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42605c


Comments

No comments written yet.

Please login to write comment.