Color Hex Logo

#427f4c Color Hex

#427F4C
(66,127,76)
0 Favorites   0 Comments

Color spaces of #427f4c

RGB 6612776
HSL0.360.320.38
HSV130°48°50°
CMYK 0.480.000.40   0.50
XYZ11.140616.85889.5044
Yxy16.85880.29710.4495
Hunter Lab41.0595-23.422015.0172
CIE-Lab48.0816-31.518021.7662

#427f4c color RGB value is (66,127,76).

#427f4c hex color red value is 66, green value is 127 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #427f4c hue: 0.36 , saturation: 0.32 and the lightness value of 427f4c is 0.38.

The process color (four color CMYK) of #427f4c color hex is 0.48, 0.00, 0.40, 0.50. Web safe color of #427f4c is #336633. Color #427f4c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01111111 01001100
Octal 102 177 114
Decimal 66 127 76
Hex 42 7F 4C

RGB Percentages of Color #427f4c

%24.54
%47.21
%28.25

CMYK Percentages of Color #427f4c

%48
%0
%40
%50

Triadic Colors of #427f4c

#427f4c #4c427f #7f4c42

Analogous Colors of #427f4c

#427f4c #427f6b #567f42

Monochromatic Colors of #427f4c

#427f4c

Complementary Color

#427f4c #7f4275

#427f4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#427f4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#427f4c Color CSS Codes

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

#427f4c Text Font Color

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

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


#427f4c Background Color

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

This div background color is #427f4c


#427f4c Border Color

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

This div border color is #427f4c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #427f4c


Comments

No comments written yet.

Please login to write comment.