Color Hex Logo

#3e490f Color Hex

#3E490F
(62,73,15)
0 Favorites   0 Comments

Color spaces of #3e490f

RGB 627315
HSL0.200.660.17
HSV71°79°29°
CMYK 0.150.000.79   0.71
XYZ4.45545.82371.3412
Yxy5.82370.38340.5012
Hunter Lab24.1323-9.276313.5975
CIE-Lab28.9632-13.524931.3336

#3e490f color RGB value is (62,73,15).

#3e490f hex color red value is 62, green value is 73 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #3e490f hue: 0.20 , saturation: 0.66 and the lightness value of 3e490f is 0.17.

The process color (four color CMYK) of #3e490f color hex is 0.15, 0.00, 0.79, 0.71. Web safe color of #3e490f is #333300. Color #3e490f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 01001001 00001111
Octal 76 111 17
Decimal 62 73 15
Hex 3E 49 F

RGB Percentages of Color #3e490f

%41.33
%48.67
%10.00

CMYK Percentages of Color #3e490f

%15
%0
%79
%71

Triadic Colors of #3e490f

#3e490f #0f3e49 #490f3e

Analogous Colors of #3e490f

#3e490f #21490f #49370f

Monochromatic Colors of #3e490f

#3e490f

Complementary Color

#3e490f #1a0f49

#3e490f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e490f Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e490f Color CSS Codes

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

#3e490f Text Font Color

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

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


#3e490f Background Color

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

This div background color is #3e490f


#3e490f Border Color

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

This div border color is #3e490f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(62,73,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 #3e490f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e490f


Comments

No comments written yet.

Please login to write comment.