Color Hex Logo

#3f9532 Color Hex

#3F9532
(63,149,50)
0 Favorites   0 Comments

Color spaces of #3f9532

RGB 6314950
HSL0.310.500.39
HSV112°66°58°
CMYK 0.580.000.66   0.42
XYZ13.373122.78196.7101
Yxy22.78190.31200.5315
Hunter Lab47.7304-33.516125.0761
CIE-Lab54.8470-45.318343.1513

#3f9532 color RGB value is (63,149,50).

#3f9532 hex color red value is 63, green value is 149 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #3f9532 hue: 0.31 , saturation: 0.50 and the lightness value of 3f9532 is 0.39.

The process color (four color CMYK) of #3f9532 color hex is 0.58, 0.00, 0.66, 0.42. Web safe color of #3f9532 is #339933. Color #3f9532 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 10010101 00110010
Octal 77 225 62
Decimal 63 149 50
Hex 3F 95 32

RGB Percentages of Color #3f9532

%24.05
%56.87
%19.08

CMYK Percentages of Color #3f9532

%58
%0
%66
%42

Triadic Colors of #3f9532

#3f9532 #323f95 #95323f

Analogous Colors of #3f9532

#3f9532 #329557 #719532

Monochromatic Colors of #3f9532

#3f9532

Complementary Color

#3f9532 #883295

#3f9532 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f9532 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f9532 Color CSS Codes

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

#3f9532 Text Font Color

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

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


#3f9532 Background Color

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

This div background color is #3f9532


#3f9532 Border Color

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

This div border color is #3f9532


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f9532


Comments

No comments written yet.

Please login to write comment.