Color Hex Logo

#42755e Color Hex

#42755E
(66,117,94)
0 Favorites   0 Comments

Color spaces of #42755e

RGB 6611794
HSL0.420.280.36
HSV153°44°46°
CMYK 0.440.000.20   0.54
XYZ10.628414.689012.8648
Yxy14.68900.27840.3847
Hunter Lab38.3262-17.57046.9267
CIE-Lab45.2053-22.92897.3867

#42755e color RGB value is (66,117,94).

#42755e hex color red value is 66, green value is 117 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #42755e hue: 0.42 , saturation: 0.28 and the lightness value of 42755e is 0.36.

The process color (four color CMYK) of #42755e color hex is 0.44, 0.00, 0.20, 0.54. Web safe color of #42755e is #336666. Color #42755e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01110101 01011110
Octal 102 165 136
Decimal 66 117 94
Hex 42 75 5E

RGB Percentages of Color #42755e

%23.83
%42.24
%33.94

CMYK Percentages of Color #42755e

%44
%0
%20
%54

Triadic Colors of #42755e

#42755e #5e4275 #755e42

Analogous Colors of #42755e

#42755e #427375 #427545

Monochromatic Colors of #42755e

#42755e

Complementary Color

#42755e #754259

#42755e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42755e Color Preview on White Background

Lorem ipsum dolor sit amet.

#42755e Color CSS Codes

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

#42755e Text Font Color

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

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


#42755e Background Color

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

This div background color is #42755e


#42755e Border Color

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

This div border color is #42755e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42755e


Comments

No comments written yet.

Please login to write comment.