Color Hex Logo

#3e967d Color Hex

#3E967D
(62,150,125)
0 Favorites   0 Comments

Color spaces of #3e967d

RGB 62150125
HSL0.450.420.42
HSV163°59°59°
CMYK 0.590.000.17   0.41
XYZ16.594624.317523.2212
Yxy24.31750.25880.3792
Hunter Lab49.3128-26.22906.5995
CIE-Lab56.4043-32.63195.3432

#3e967d color RGB value is (62,150,125).

#3e967d hex color red value is 62, green value is 150 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #3e967d hue: 0.45 , saturation: 0.42 and the lightness value of 3e967d is 0.42.

The process color (four color CMYK) of #3e967d color hex is 0.59, 0.00, 0.17, 0.41. Web safe color of #3e967d is #339966. Color #3e967d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 10010110 01111101
Octal 76 226 175
Decimal 62 150 125
Hex 3E 96 7D

RGB Percentages of Color #3e967d

%18.40
%44.51
%37.09

CMYK Percentages of Color #3e967d

%59
%0
%17
%41

Triadic Colors of #3e967d

#3e967d #7d3e96 #967d3e

Analogous Colors of #3e967d

#3e967d #3e8396 #3e9651

Monochromatic Colors of #3e967d

#3e967d

Complementary Color

#3e967d #963e57

#3e967d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e967d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e967d Color CSS Codes

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

#3e967d Text Font Color

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

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


#3e967d Background Color

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

This div background color is #3e967d


#3e967d Border Color

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

This div border color is #3e967d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e967d


Comments

No comments written yet.

Please login to write comment.