Color Hex Logo

#3e5b3c Color Hex

#3E5B3C
(62,91,60)
0 Favorites   0 Comments

Color spaces of #3e5b3c

RGB 629160
HSL0.320.210.30
HSV116°34°36°
CMYK 0.320.000.34   0.64
XYZ6.54338.83255.6349
Yxy8.83250.31140.4204
Hunter Lab29.7195-12.70919.5621
CIE-Lab35.6598-17.749014.5373

#3e5b3c color RGB value is (62,91,60).

#3e5b3c hex color red value is 62, green value is 91 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #3e5b3c hue: 0.32 , saturation: 0.21 and the lightness value of 3e5b3c is 0.30.

The process color (four color CMYK) of #3e5b3c color hex is 0.32, 0.00, 0.34, 0.64. Web safe color of #3e5b3c is #336633. Color #3e5b3c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 01011011 00111100
Octal 76 133 74
Decimal 62 91 60
Hex 3E 5B 3C

RGB Percentages of Color #3e5b3c

%29.11
%42.72
%28.17

CMYK Percentages of Color #3e5b3c

%32
%0
%34
%64

Triadic Colors of #3e5b3c

#3e5b3c #3c3e5b #5b3c3e

Analogous Colors of #3e5b3c

#3e5b3c #3c5b4a #4e5b3c

Monochromatic Colors of #3e5b3c

#3e5b3c

Complementary Color

#3e5b3c #593c5b

#3e5b3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e5b3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e5b3c Color CSS Codes

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

#3e5b3c Text Font Color

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

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


#3e5b3c Background Color

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

This div background color is #3e5b3c


#3e5b3c Border Color

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

This div border color is #3e5b3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e5b3c


Comments

No comments written yet.

Please login to write comment.