Color Hex Logo

#427808 Color Hex

#427808
(66,120,8)
0 Favorites   0 Comments

Color spaces of #427808

RGB 661208
HSL0.250.880.25
HSV89°93°47°
CMYK 0.450.000.93   0.53
XYZ9.007114.60872.5748
Yxy14.60870.34390.5578
Hunter Lab38.2213-24.822722.7608
CIE-Lab45.0935-35.377547.9276

#427808 color RGB value is (66,120,8).

#427808 hex color red value is 66, green value is 120 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #427808 hue: 0.25 , saturation: 0.88 and the lightness value of 427808 is 0.25.

The process color (four color CMYK) of #427808 color hex is 0.45, 0.00, 0.93, 0.53. Web safe color of #427808 is #336600. Color #427808 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01111000 00001000
Octal 102 170 10
Decimal 66 120 8
Hex 42 78 8

RGB Percentages of Color #427808

%34.02
%61.86
%4.12

CMYK Percentages of Color #427808

%45
%0
%93
%53

Triadic Colors of #427808

#427808 #084278 #780842

Analogous Colors of #427808

#427808 #0a7808 #787608

Monochromatic Colors of #427808

#427808

Complementary Color

#427808 #3e0878

#427808 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#427808 Color Preview on White Background

Lorem ipsum dolor sit amet.

#427808 Color CSS Codes

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

#427808 Text Font Color

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

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


#427808 Background Color

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

This div background color is #427808


#427808 Border Color

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

This div border color is #427808


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #427808


Comments

No comments written yet.

Please login to write comment.