Color Hex Logo

#3f821e Color Hex

#3F821E
(63,130,30)
0 Favorites   0 Comments

Color spaces of #3f821e

RGB 6313030
HSL0.280.630.31
HSV100°77°51°
CMYK 0.520.000.77   0.49
XYZ10.266917.11583.9908
Yxy17.11580.32720.5455
Hunter Lab41.3712-28.102223.2406
CIE-Lab48.4056-39.486144.6092

#3f821e color RGB value is (63,130,30).

#3f821e hex color red value is 63, green value is 130 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #3f821e hue: 0.28 , saturation: 0.63 and the lightness value of 3f821e is 0.31.

The process color (four color CMYK) of #3f821e color hex is 0.52, 0.00, 0.77, 0.49. Web safe color of #3f821e is #339933. Color #3f821e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 10000010 00011110
Octal 77 202 36
Decimal 63 130 30
Hex 3F 82 1E

RGB Percentages of Color #3f821e

%28.25
%58.30
%13.45

CMYK Percentages of Color #3f821e

%52
%0
%77
%49

Triadic Colors of #3f821e

#3f821e #1e3f82 #821e3f

Analogous Colors of #3f821e

#3f821e #1e822f #71821e

Monochromatic Colors of #3f821e

#3f821e

Complementary Color

#3f821e #611e82

#3f821e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f821e Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f821e Color CSS Codes

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

#3f821e Text Font Color

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

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


#3f821e Background Color

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

This div background color is #3f821e


#3f821e Border Color

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

This div border color is #3f821e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f821e


Comments

No comments written yet.

Please login to write comment.