Color Hex Logo

#3e394e Color Hex

#3E394E
(62,57,78)
0 Favorites   0 Comments

Color spaces of #3e394e

RGB 625778
HSL0.710.160.26
HSV254°27°31°
CMYK 0.210.270.00   0.69
XYZ4.82494.50047.8221
Yxy4.50040.28140.2625
Hunter Lab21.21413.4729-7.0116
CIE-Lab25.26127.2843-12.0015

#3e394e color RGB value is (62,57,78).

#3e394e hex color red value is 62, green value is 57 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #3e394e hue: 0.71 , saturation: 0.16 and the lightness value of 3e394e is 0.26.

The process color (four color CMYK) of #3e394e color hex is 0.21, 0.27, 0.00, 0.69. Web safe color of #3e394e is #333366. Color #3e394e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 00111001 01001110
Octal 76 71 116
Decimal 62 57 78
Hex 3E 39 4E

RGB Percentages of Color #3e394e

%31.47
%28.93
%39.59

CMYK Percentages of Color #3e394e

%21
%27
%0
%69

Triadic Colors of #3e394e

#3e394e #4e3e39 #394e3e

Analogous Colors of #3e394e

#3e394e #49394e #393f4e

Monochromatic Colors of #3e394e

#3e394e

Complementary Color

#3e394e #494e39

#3e394e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e394e Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e394e Color CSS Codes

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

#3e394e Text Font Color

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

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


#3e394e Background Color

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

This div background color is #3e394e


#3e394e Border Color

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

This div border color is #3e394e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e394e


Comments

No comments written yet.

Please login to write comment.