Color Hex Logo

#427a25 Color Hex

#427A25
(66,122,37)
0 Favorites   0 Comments

Color spaces of #427a25

RGB 6612237
HSL0.280.530.31
HSV100°70°48°
CMYK 0.460.000.70   0.52
XYZ9.540215.21094.1834
Yxy15.21090.32970.5257
Hunter Lab39.0012-24.588520.9412
CIE-Lab45.9217-34.535939.2746

#427a25 color RGB value is (66,122,37).

#427a25 hex color red value is 66, green value is 122 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #427a25 hue: 0.28 , saturation: 0.53 and the lightness value of 427a25 is 0.31.

The process color (four color CMYK) of #427a25 color hex is 0.46, 0.00, 0.70, 0.52. Web safe color of #427a25 is #336633. Color #427a25 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01111010 00100101
Octal 102 172 45
Decimal 66 122 37
Hex 42 7A 25

RGB Percentages of Color #427a25

%29.33
%54.22
%16.44

CMYK Percentages of Color #427a25

%46
%0
%70
%52

Triadic Colors of #427a25

#427a25 #25427a #7a2542

Analogous Colors of #427a25

#427a25 #257a33 #6d7a25

Monochromatic Colors of #427a25

#427a25

Complementary Color

#427a25 #5d257a

#427a25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#427a25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#427a25 Color CSS Codes

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

#427a25 Text Font Color

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

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


#427a25 Background Color

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

This div background color is #427a25


#427a25 Border Color

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

This div border color is #427a25


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #427a25


Comments

No comments written yet.

Please login to write comment.