Color Hex Logo

#3e6314 Color Hex

#3E6314
(62,99,20)
0 Favorites   0 Comments

Color spaces of #3e6314

RGB 629920
HSL0.240.660.23
HSV88°80°39°
CMYK 0.370.000.80   0.61
XYZ6.57479.99832.2452
Yxy9.99830.34940.5313
Hunter Lab31.6201-18.220017.9241
CIE-Lab37.8394-26.816637.9826

#3e6314 color RGB value is (62,99,20).

#3e6314 hex color red value is 62, green value is 99 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #3e6314 hue: 0.24 , saturation: 0.66 and the lightness value of 3e6314 is 0.23.

The process color (four color CMYK) of #3e6314 color hex is 0.37, 0.00, 0.80, 0.61. Web safe color of #3e6314 is #336600. Color #3e6314 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 01100011 00010100
Octal 76 143 24
Decimal 62 99 20
Hex 3E 63 14

RGB Percentages of Color #3e6314

%34.25
%54.70
%11.05

CMYK Percentages of Color #3e6314

%37
%0
%80
%61

Triadic Colors of #3e6314

#3e6314 #143e63 #63143e

Analogous Colors of #3e6314

#3e6314 #176314 #636014

Monochromatic Colors of #3e6314

#3e6314

Complementary Color

#3e6314 #391463

#3e6314 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e6314 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e6314 Color CSS Codes

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

#3e6314 Text Font Color

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

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


#3e6314 Background Color

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

This div background color is #3e6314


#3e6314 Border Color

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

This div border color is #3e6314


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(62,99,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3e6314; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3e6314;
  -webkit-box-shadow: 1px 1px 3px 2px #3e6314;
  box-shadow:         1px 1px 3px 2px #3e6314; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(62,99,20, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e6314


Comments

No comments written yet.

Please login to write comment.