Color Hex Logo

#427008 Color Hex

#427008
(66,112,8)
0 Favorites   0 Comments

Color spaces of #427008

RGB 661128
HSL0.240.870.24
HSV87°93°44°
CMYK 0.410.000.93   0.56
XYZ8.084812.76412.2673
Yxy12.76410.34970.5522
Hunter Lab35.7269-22.128521.2462
CIE-Lab42.4056-31.854345.6761

#427008 color RGB value is (66,112,8).

#427008 hex color red value is 66, green value is 112 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #427008 hue: 0.24 , saturation: 0.87 and the lightness value of 427008 is 0.24.

The process color (four color CMYK) of #427008 color hex is 0.41, 0.00, 0.93, 0.56. Web safe color of #427008 is #336600. Color #427008 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01110000 00001000
Octal 102 160 10
Decimal 66 112 8
Hex 42 70 8

RGB Percentages of Color #427008

%35.48
%60.22
%4.30

CMYK Percentages of Color #427008

%41
%0
%93
%56

Triadic Colors of #427008

#427008 #084270 #700842

Analogous Colors of #427008

#427008 #0e7008 #706a08

Monochromatic Colors of #427008

#427008

Complementary Color

#427008 #360870

#427008 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#427008 Color Preview on White Background

Lorem ipsum dolor sit amet.

#427008 Color CSS Codes

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

#427008 Text Font Color

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

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


#427008 Background Color

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

This div background color is #427008


#427008 Border Color

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

This div border color is #427008


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,112,8, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #427008; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #427008;
  -webkit-box-shadow: 1px 1px 3px 2px #427008;
  box-shadow:         1px 1px 3px 2px #427008; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #427008


Comments

No comments written yet.

Please login to write comment.