Color Hex Logo

#3f980f Color Hex

#3F980F
(63,152,15)
0 Favorites   0 Comments

Color spaces of #3f980f

RGB 6315215
HSL0.270.820.33
HSV99°90°60°
CMYK 0.590.000.90   0.40
XYZ13.364423.54774.2927
Yxy23.54770.32430.5715
Hunter Lab48.5260-35.760328.7233
CIE-Lab55.6321-48.758755.4339

#3f980f color RGB value is (63,152,15).

#3f980f hex color red value is 63, green value is 152 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #3f980f hue: 0.27 , saturation: 0.82 and the lightness value of 3f980f is 0.33.

The process color (four color CMYK) of #3f980f color hex is 0.59, 0.00, 0.90, 0.40. Web safe color of #3f980f is #339900. Color #3f980f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 10011000 00001111
Octal 77 230 17
Decimal 63 152 15
Hex 3F 98 F

RGB Percentages of Color #3f980f

%27.39
%66.09
%6.52

CMYK Percentages of Color #3f980f

%59
%0
%90
%40

Triadic Colors of #3f980f

#3f980f #0f3f98 #980f3f

Analogous Colors of #3f980f

#3f980f #0f9824 #84980f

Monochromatic Colors of #3f980f

#3f980f

Complementary Color

#3f980f #680f98

#3f980f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f980f Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f980f Color CSS Codes

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

#3f980f Text Font Color

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

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


#3f980f Background Color

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

This div background color is #3f980f


#3f980f Border Color

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

This div border color is #3f980f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f980f


Comments

No comments written yet.

Please login to write comment.