Color Hex Logo

#3f602e Color Hex

#3F602E
(63,96,46)
0 Favorites   0 Comments

Color spaces of #3f602e

RGB 639646
HSL0.280.350.28
HSV100°52°38°
CMYK 0.340.000.52   0.62
XYZ6.72599.61984.0871
Yxy9.61980.32920.4708
Hunter Lab31.0158-15.569213.8981
CIE-Lab37.1512-22.289024.6750

#3f602e color RGB value is (63,96,46).

#3f602e hex color red value is 63, green value is 96 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #3f602e hue: 0.28 , saturation: 0.35 and the lightness value of 3f602e is 0.28.

The process color (four color CMYK) of #3f602e color hex is 0.34, 0.00, 0.52, 0.62. Web safe color of #3f602e is #336633. Color #3f602e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 01100000 00101110
Octal 77 140 56
Decimal 63 96 46
Hex 3F 60 2E

RGB Percentages of Color #3f602e

%30.73
%46.83
%22.44

CMYK Percentages of Color #3f602e

%34
%0
%52
%62

Triadic Colors of #3f602e

#3f602e #2e3f60 #602e3f

Analogous Colors of #3f602e

#3f602e #2e6036 #58602e

Monochromatic Colors of #3f602e

#3f602e

Complementary Color

#3f602e #4f2e60

#3f602e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f602e Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f602e Color CSS Codes

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

#3f602e Text Font Color

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

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


#3f602e Background Color

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

This div background color is #3f602e


#3f602e Border Color

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

This div border color is #3f602e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f602e


Comments

No comments written yet.

Please login to write comment.