Color Hex Logo

#427702 Color Hex

#427702
(66,119,2)
0 Favorites   0 Comments

Color spaces of #427702

RGB 661192
HSL0.240.970.24
HSV87°98°47°
CMYK 0.450.000.98   0.53
XYZ8.854514.35632.3618
Yxy14.35630.34620.5614
Hunter Lab37.8897-24.593122.8270
CIE-Lab44.7396-35.146948.9462

#427702 color RGB value is (66,119,2).

#427702 hex color red value is 66, green value is 119 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #427702 hue: 0.24 , saturation: 0.97 and the lightness value of 427702 is 0.24.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01110111 00000010
Octal 102 167 2
Decimal 66 119 2
Hex 42 77 2

RGB Percentages of Color #427702

%35.29
%63.64
%1.07

CMYK Percentages of Color #427702

%45
%0
%98
%53

Triadic Colors of #427702

#427702 #024277 #770242

Analogous Colors of #427702

#427702 #087702 #777202

Monochromatic Colors of #427702

#427702

Complementary Color

#427702 #370277

#427702 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#427702 Color Preview on White Background

Lorem ipsum dolor sit amet.

#427702 Color CSS Codes

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

#427702 Text Font Color

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

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


#427702 Background Color

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

This div background color is #427702


#427702 Border Color

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

This div border color is #427702


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #427702


Comments

No comments written yet.

Please login to write comment.