Color Hex Logo

#3e494d Color Hex

#3E494D
(62,73,77)
0 Favorites   0 Comments

Color spaces of #3e494d

RGB 627377
HSL0.540.110.27
HSV196°19°30°
CMYK 0.190.050.00   0.70
XYZ5.70876.32507.9412
Yxy6.32500.28580.3166
Hunter Lab25.1496-3.4940-1.1167
CIE-Lab30.2180-3.4050-3.8751

#3e494d color RGB value is (62,73,77).

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

The process color (four color CMYK) of #3e494d color hex is 0.19, 0.05, 0.00, 0.70. Web safe color of #3e494d is #333366. Color #3e494d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 01001001 01001101
Octal 76 111 115
Decimal 62 73 77
Hex 3E 49 4D

RGB Percentages of Color #3e494d

%29.25
%34.43
%36.32

CMYK Percentages of Color #3e494d

%19
%5
%0
%70

Triadic Colors of #3e494d

#3e494d #4d3e49 #494d3e

Analogous Colors of #3e494d

#3e494d #3e424d #3e4d4a

Monochromatic Colors of #3e494d

#3e494d

Complementary Color

#3e494d #4d423e

#3e494d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e494d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e494d Color CSS Codes

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

#3e494d Text Font Color

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

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


#3e494d Background Color

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

This div background color is #3e494d


#3e494d Border Color

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

This div border color is #3e494d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e494d


Comments

No comments written yet.

Please login to write comment.