Color Hex Logo

#427c37 Color Hex

#427C37
(66,124,55)
0 Favorites   0 Comments

Color spaces of #427c37

RGB 6612455
HSL0.310.390.35
HSV110°56°49°
CMYK 0.470.000.56   0.51
XYZ10.144015.84946.1390
Yxy15.84940.31570.4933
Hunter Lab39.8113-24.187618.7253
CIE-Lab46.7763-33.417131.5443

#427c37 color RGB value is (66,124,55).

#427c37 hex color red value is 66, green value is 124 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #427c37 hue: 0.31 , saturation: 0.39 and the lightness value of 427c37 is 0.35.

The process color (four color CMYK) of #427c37 color hex is 0.47, 0.00, 0.56, 0.51. Web safe color of #427c37 is #336633. Color #427c37 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01111100 00110111
Octal 102 174 67
Decimal 66 124 55
Hex 42 7C 37

RGB Percentages of Color #427c37

%26.94
%50.61
%22.45

CMYK Percentages of Color #427c37

%47
%0
%56
%51

Triadic Colors of #427c37

#427c37 #37427c #7c3742

Analogous Colors of #427c37

#427c37 #377c4f #657c37

Monochromatic Colors of #427c37

#427c37

Complementary Color

#427c37 #71377c

#427c37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#427c37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#427c37 Color CSS Codes

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

#427c37 Text Font Color

<p style="color:#427c37">Text here</p>

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


#427c37 Background Color

<div style="background-color:#427c37">
Div content here</div>

This div background color is #427c37


#427c37 Border Color

<div style="border:3px solid #427c37">
Div here</div>

This div border color is #427c37


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,124,55, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #427c37; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #427c37;
  -webkit-box-shadow: 1px 1px 3px 2px #427c37;
  box-shadow:         1px 1px 3px 2px #427c37; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #427c37


Comments

No comments written yet.

Please login to write comment.