Color Hex Logo

#3e494a Color Hex

#3E494A
(62,73,74)
0 Favorites   0 Comments

Color spaces of #3e494a

RGB 627374
HSL0.510.090.27
HSV185°16°29°
CMYK 0.160.010.00   0.71
XYZ5.60526.28367.3960
Yxy6.28360.29070.3258
Hunter Lab25.0671-3.95350.0536
CIE-Lab30.1170-4.1600-2.0915

#3e494a color RGB value is (62,73,74).

#3e494a hex color red value is 62, green value is 73 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #3e494a hue: 0.51 , saturation: 0.09 and the lightness value of 3e494a is 0.27.

The process color (four color CMYK) of #3e494a color hex is 0.16, 0.01, 0.00, 0.71. Web safe color of #3e494a is #333333. Color #3e494a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 01001001 01001010
Octal 76 111 112
Decimal 62 73 74
Hex 3E 49 4A

RGB Percentages of Color #3e494a

%29.67
%34.93
%35.41

CMYK Percentages of Color #3e494a

%16
%1
%0
%71

Triadic Colors of #3e494a

#3e494a #4a3e49 #494a3e

Analogous Colors of #3e494a

#3e494a #3e434a #3e4a45

Monochromatic Colors of #3e494a

#3e494a

Complementary Color

#3e494a #4a3f3e

#3e494a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e494a Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e494a Color CSS Codes

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

#3e494a Text Font Color

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

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


#3e494a Background Color

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

This div background color is #3e494a


#3e494a Border Color

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

This div border color is #3e494a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e494a

#3e494a Color Palettes


Comments

No comments written yet.

Please login to write comment.