Color Hex Logo

#3faa42 Color Hex

#3FAA42
(63,170,66)
0 Favorites   0 Comments

Color spaces of #3faa42

RGB 6317066
HSL0.340.460.46
HSV122°63°67°
CMYK 0.630.000.61   0.33
XYZ17.408030.199610.0659
Yxy30.19960.30180.5236
Hunter Lab54.9542-39.625827.6078
CIE-Lab61.8261-51.508343.7497

#3faa42 color RGB value is (63,170,66).

#3faa42 hex color red value is 63, green value is 170 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #3faa42 hue: 0.34 , saturation: 0.46 and the lightness value of 3faa42 is 0.46.

The process color (four color CMYK) of #3faa42 color hex is 0.63, 0.00, 0.61, 0.33. Web safe color of #3faa42 is #339933. Color #3faa42 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 10101010 01000010
Octal 77 252 102
Decimal 63 170 66
Hex 3F AA 42

RGB Percentages of Color #3faa42

%21.07
%56.86
%22.07

CMYK Percentages of Color #3faa42

%63
%0
%61
%33

Triadic Colors of #3faa42

#3faa42 #423faa #aa423f

Analogous Colors of #3faa42

#3faa42 #3faa78 #72aa3f

Monochromatic Colors of #3faa42

#3faa42

Complementary Color

#3faa42 #aa3fa7

#3faa42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3faa42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3faa42 Color CSS Codes

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

#3faa42 Text Font Color

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

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


#3faa42 Background Color

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

This div background color is #3faa42


#3faa42 Border Color

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

This div border color is #3faa42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3faa42


Comments

No comments written yet.

Please login to write comment.