Color Hex Logo

#3f9920 Color Hex

#3F9920
(63,153,32)
0 Favorites   0 Comments

Color spaces of #3f9920

RGB 6315332
HSL0.290.650.36
HSV105°79°60°
CMYK 0.590.000.79   0.40
XYZ13.701823.94355.2659
Yxy23.94350.31930.5580
Hunter Lab48.9321-35.648227.8719
CIE-Lab56.0312-48.309251.3241

#3f9920 color RGB value is (63,153,32).

#3f9920 hex color red value is 63, green value is 153 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #3f9920 hue: 0.29 , saturation: 0.65 and the lightness value of 3f9920 is 0.36.

The process color (four color CMYK) of #3f9920 color hex is 0.59, 0.00, 0.79, 0.40. Web safe color of #3f9920 is #339933. Color #3f9920 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 10011001 00100000
Octal 77 231 40
Decimal 63 153 32
Hex 3F 99 20

RGB Percentages of Color #3f9920

%25.40
%61.69
%12.90

CMYK Percentages of Color #3f9920

%59
%0
%79
%40

Triadic Colors of #3f9920

#3f9920 #203f99 #99203f

Analogous Colors of #3f9920

#3f9920 #20993e #7c9920

Monochromatic Colors of #3f9920

#3f9920

Complementary Color

#3f9920 #7a2099

#3f9920 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f9920 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f9920 Color CSS Codes

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

#3f9920 Text Font Color

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

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


#3f9920 Background Color

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

This div background color is #3f9920


#3f9920 Border Color

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

This div border color is #3f9920


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f9920


Comments

No comments written yet.

Please login to write comment.