Color Hex Logo

#3e5340 Color Hex

#3E5340
(62,83,64)
0 Favorites   0 Comments

Color spaces of #3e5340

RGB 628364
HSL0.350.140.28
HSV126°25°33°
CMYK 0.250.000.23   0.67
XYZ6.00537.58085.9972
Yxy7.58080.30670.3871
Hunter Lab27.5333-9.25046.3589
CIE-Lab33.0941-12.46808.5495

#3e5340 color RGB value is (62,83,64).

#3e5340 hex color red value is 62, green value is 83 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #3e5340 hue: 0.35 , saturation: 0.14 and the lightness value of 3e5340 is 0.28.

The process color (four color CMYK) of #3e5340 color hex is 0.25, 0.00, 0.23, 0.67. Web safe color of #3e5340 is #336633. Color #3e5340 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 01010011 01000000
Octal 76 123 100
Decimal 62 83 64
Hex 3E 53 40

RGB Percentages of Color #3e5340

%29.67
%39.71
%30.62

CMYK Percentages of Color #3e5340

%25
%0
%23
%67

Triadic Colors of #3e5340

#3e5340 #403e53 #53403e

Analogous Colors of #3e5340

#3e5340 #3e534b #47533e

Monochromatic Colors of #3e5340

#3e5340

Complementary Color

#3e5340 #533e51

#3e5340 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e5340 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e5340 Color CSS Codes

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

#3e5340 Text Font Color

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

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


#3e5340 Background Color

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

This div background color is #3e5340


#3e5340 Border Color

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

This div border color is #3e5340


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e5340


Comments

No comments written yet.

Please login to write comment.