Color Hex Logo

#3e465a Color Hex

#3E465A
(62,70,90)
0 Favorites   0 Comments

Color spaces of #3e465a

RGB 627090
HSL0.620.180.30
HSV223°31°35°
CMYK 0.310.220.00   0.65
XYZ6.02226.142610.5411
Yxy6.14260.26520.2705
Hunter Lab24.78430.0003-7.8679
CIE-Lab29.76942.0494-12.9216

#3e465a color RGB value is (62,70,90).

#3e465a hex color red value is 62, green value is 70 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #3e465a hue: 0.62 , saturation: 0.18 and the lightness value of 3e465a is 0.30.

The process color (four color CMYK) of #3e465a color hex is 0.31, 0.22, 0.00, 0.65. Web safe color of #3e465a is #333366. Color #3e465a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 01000110 01011010
Octal 76 106 132
Decimal 62 70 90
Hex 3E 46 5A

RGB Percentages of Color #3e465a

%27.93
%31.53
%40.54

CMYK Percentages of Color #3e465a

%31
%22
%0
%65

Triadic Colors of #3e465a

#3e465a #5a3e46 #465a3e

Analogous Colors of #3e465a

#3e465a #443e5a #3e545a

Monochromatic Colors of #3e465a

#3e465a

Complementary Color

#3e465a #5a523e

#3e465a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e465a Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e465a Color CSS Codes

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

#3e465a Text Font Color

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

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


#3e465a Background Color

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

This div background color is #3e465a


#3e465a Border Color

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

This div border color is #3e465a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e465a


Comments

No comments written yet.

Please login to write comment.