Color Hex Logo

#3e785c Color Hex

#3E785C
(62,120,92)
0 Favorites   0 Comments

Color spaces of #3e785c

RGB 6212092
HSL0.420.320.36
HSV151°48°47°
CMYK 0.480.000.23   0.53
XYZ10.634815.229812.5043
Yxy15.22980.27720.3969
Hunter Lab39.0254-19.65148.3204
CIE-Lab45.9473-26.07929.5916

#3e785c color RGB value is (62,120,92).

#3e785c hex color red value is 62, green value is 120 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #3e785c hue: 0.42 , saturation: 0.32 and the lightness value of 3e785c is 0.36.

The process color (four color CMYK) of #3e785c color hex is 0.48, 0.00, 0.23, 0.53. Web safe color of #3e785c is #336666. Color #3e785c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 01111000 01011100
Octal 76 170 134
Decimal 62 120 92
Hex 3E 78 5C

RGB Percentages of Color #3e785c

%22.63
%43.80
%33.58

CMYK Percentages of Color #3e785c

%48
%0
%23
%53

Triadic Colors of #3e785c

#3e785c #5c3e78 #785c3e

Analogous Colors of #3e785c

#3e785c #3e7778 #3e783f

Monochromatic Colors of #3e785c

#3e785c

Complementary Color

#3e785c #783e5a

#3e785c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e785c Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e785c Color CSS Codes

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

#3e785c Text Font Color

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

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


#3e785c Background Color

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

This div background color is #3e785c


#3e785c Border Color

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

This div border color is #3e785c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e785c


Comments

No comments written yet.

Please login to write comment.