Color Hex Logo

#3e513d Color Hex

#3E513D
(62,81,61)
0 Favorites   0 Comments

Color spaces of #3e513d

RGB 628161
HSL0.330.140.28
HSV117°25°32°
CMYK 0.230.000.25   0.68
XYZ5.77137.24595.5093
Yxy7.24590.31150.3911
Hunter Lab26.9182-8.83626.7080
CIE-Lab32.3603-11.92579.4064

#3e513d color RGB value is (62,81,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 01010001 00111101
Octal 76 121 75
Decimal 62 81 61
Hex 3E 51 3D

RGB Percentages of Color #3e513d

%30.39
%39.71
%29.90

CMYK Percentages of Color #3e513d

%23
%0
%25
%68

Triadic Colors of #3e513d

#3e513d #3d3e51 #513d3e

Analogous Colors of #3e513d

#3e513d #3d5146 #48513d

Monochromatic Colors of #3e513d

#3e513d

Complementary Color

#3e513d #503d51

#3e513d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e513d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e513d Color CSS Codes

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

#3e513d Text Font Color

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

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


#3e513d Background Color

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

This div background color is #3e513d


#3e513d Border Color

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

This div border color is #3e513d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e513d


Comments

No comments written yet.

Please login to write comment.