Color Hex Logo

#42635a Color Hex

#42635A
(66,99,90)
0 Favorites   0 Comments

Color spaces of #42635a

RGB 669990
HSL0.450.200.32
HSV164°33°39°
CMYK 0.330.000.09   0.61
XYZ8.554110.820111.3105
Yxy10.82010.27880.3526
Hunter Lab32.8939-11.14522.6390
CIE-Lab39.2758-14.18871.2867

#42635a color RGB value is (66,99,90).

#42635a hex color red value is 66, green value is 99 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #42635a hue: 0.45 , saturation: 0.20 and the lightness value of 42635a is 0.32.

The process color (four color CMYK) of #42635a color hex is 0.33, 0.00, 0.09, 0.61. Web safe color of #42635a is #336666. Color #42635a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01100011 01011010
Octal 102 143 132
Decimal 66 99 90
Hex 42 63 5A

RGB Percentages of Color #42635a

%25.88
%38.82
%35.29

CMYK Percentages of Color #42635a

%33
%0
%9
%61

Triadic Colors of #42635a

#42635a #5a4263 #635a42

Analogous Colors of #42635a

#42635a #425c63 #42634a

Monochromatic Colors of #42635a

#42635a

Complementary Color

#42635a #63424b

#42635a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42635a Color Preview on White Background

Lorem ipsum dolor sit amet.

#42635a Color CSS Codes

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

#42635a Text Font Color

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

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


#42635a Background Color

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

This div background color is #42635a


#42635a Border Color

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

This div border color is #42635a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42635a


Comments

No comments written yet.

Please login to write comment.