Color Hex Logo

#42753e Color Hex

#42753E
(66,117,62)
0 Favorites   0 Comments

Color spaces of #42753e

RGB 6611762
HSL0.320.310.35
HSV116°47°46°
CMYK 0.440.000.47   0.54
XYZ9.477614.22866.8043
Yxy14.22860.31060.4664
Hunter Lab37.7208-21.162115.7095
CIE-Lab44.5590-29.171525.0455

#42753e color RGB value is (66,117,62).

#42753e hex color red value is 66, green value is 117 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #42753e hue: 0.32 , saturation: 0.31 and the lightness value of 42753e is 0.35.

The process color (four color CMYK) of #42753e color hex is 0.44, 0.00, 0.47, 0.54. Web safe color of #42753e is #336633. Color #42753e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01110101 00111110
Octal 102 165 76
Decimal 66 117 62
Hex 42 75 3E

RGB Percentages of Color #42753e

%26.94
%47.76
%25.31

CMYK Percentages of Color #42753e

%44
%0
%47
%54

Triadic Colors of #42753e

#42753e #3e4275 #753e42

Analogous Colors of #42753e

#42753e #3e7556 #5e753e

Monochromatic Colors of #42753e

#42753e

Complementary Color

#42753e #713e75

#42753e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42753e Color Preview on White Background

Lorem ipsum dolor sit amet.

#42753e Color CSS Codes

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

#42753e Text Font Color

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

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


#42753e Background Color

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

This div background color is #42753e


#42753e Border Color

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

This div border color is #42753e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42753e


Comments

No comments written yet.

Please login to write comment.