Color Hex Logo

#42645e Color Hex

#42645E
(66,100,94)
0 Favorites   0 Comments

Color spaces of #42645e

RGB 6610094
HSL0.470.200.33
HSV169°34°39°
CMYK 0.340.000.06   0.61
XYZ8.824311.080712.2634
Yxy11.08070.27430.3445
Hunter Lab33.2877-10.93451.4586
CIE-Lab39.7161-13.7515-0.5237

#42645e color RGB value is (66,100,94).

#42645e hex color red value is 66, green value is 100 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #42645e hue: 0.47 , saturation: 0.20 and the lightness value of 42645e is 0.33.

The process color (four color CMYK) of #42645e color hex is 0.34, 0.00, 0.06, 0.61. Web safe color of #42645e is #336666. Color #42645e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01100100 01011110
Octal 102 144 136
Decimal 66 100 94
Hex 42 64 5E

RGB Percentages of Color #42645e

%25.38
%38.46
%36.15

CMYK Percentages of Color #42645e

%34
%0
%6
%61

Triadic Colors of #42645e

#42645e #5e4264 #645e42

Analogous Colors of #42645e

#42645e #425964 #42644d

Monochromatic Colors of #42645e

#42645e

Complementary Color

#42645e #644248

#42645e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42645e Color Preview on White Background

Lorem ipsum dolor sit amet.

#42645e Color CSS Codes

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

#42645e Text Font Color

<p style="color:#42645e">Text here</p>

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


#42645e Background Color

<div style="background-color:#42645e">
Div content here</div>

This div background color is #42645e


#42645e Border Color

<div style="border:3px solid #42645e">
Div here</div>

This div border color is #42645e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,100,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42645e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42645e;
  -webkit-box-shadow: 1px 1px 3px 2px #42645e;
  box-shadow:         1px 1px 3px 2px #42645e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42645e


Comments

No comments written yet.

Please login to write comment.