Color Hex Logo

#3e362d Color Hex

#3E362D
(62,54,45)
0 Favorites   0 Comments

Color spaces of #3e362d

RGB 625445
HSL0.090.160.21
HSV32°27°24°
CMYK 0.000.130.27   0.76
XYZ3.77943.85193.0269
Yxy3.85190.35460.3614
Hunter Lab19.62630.02754.5943
CIE-Lab23.17571.79936.9577

#3e362d color RGB value is (62,54,45).

#3e362d hex color red value is 62, green value is 54 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #3e362d hue: 0.09 , saturation: 0.16 and the lightness value of 3e362d is 0.21.

The process color (four color CMYK) of #3e362d color hex is 0.00, 0.13, 0.27, 0.76. Web safe color of #3e362d is #333333. Color #3e362d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 00110110 00101101
Octal 76 66 55
Decimal 62 54 45
Hex 3E 36 2D

RGB Percentages of Color #3e362d

%38.51
%33.54
%27.95

CMYK Percentages of Color #3e362d

%0
%13
%27
%76

Triadic Colors of #3e362d

#3e362d #2d3e36 #362d3e

Analogous Colors of #3e362d

#3e362d #3e3e2d #3e2e2d

Monochromatic Colors of #3e362d

#3e362d

Complementary Color

#3e362d #2d353e

#3e362d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e362d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e362d Color CSS Codes

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

#3e362d Text Font Color

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

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


#3e362d Background Color

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

This div background color is #3e362d


#3e362d Border Color

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

This div border color is #3e362d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e362d


Comments

No comments written yet.

Please login to write comment.