Color Hex Logo

#3e340e Color Hex

#3E340E
(62,52,14)
0 Favorites   0 Comments

Color spaces of #3e340e

RGB 625214
HSL0.130.630.15
HSV48°77°24°
CMYK 0.000.160.77   0.76
XYZ3.29393.51180.9197
Yxy3.51180.42640.4546
Hunter Lab18.7398-1.419610.2081
CIE-Lab21.9870-0.722024.7537

#3e340e color RGB value is (62,52,14).

#3e340e hex color red value is 62, green value is 52 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #3e340e hue: 0.13 , saturation: 0.63 and the lightness value of 3e340e is 0.15.

The process color (four color CMYK) of #3e340e color hex is 0.00, 0.16, 0.77, 0.76. Web safe color of #3e340e is #333300. Color #3e340e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 00110100 00001110
Octal 76 64 16
Decimal 62 52 14
Hex 3E 34 E

RGB Percentages of Color #3e340e

%48.44
%40.63
%10.94

CMYK Percentages of Color #3e340e

%0
%16
%77
%76

Triadic Colors of #3e340e

#3e340e #0e3e34 #340e3e

Analogous Colors of #3e340e

#3e340e #303e0e #3e1c0e

Monochromatic Colors of #3e340e

#3e340e

Complementary Color

#3e340e #0e183e

#3e340e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e340e Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e340e Color CSS Codes

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

#3e340e Text Font Color

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

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


#3e340e Background Color

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

This div background color is #3e340e


#3e340e Border Color

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

This div border color is #3e340e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e340e


Comments

No comments written yet.

Please login to write comment.