Color Hex Logo

#3e464a Color Hex

#3E464A
(62,70,74)
0 Favorites   0 Comments

Color spaces of #3e464a

RGB 627074
HSL0.560.090.27
HSV200°16°29°
CMYK 0.160.050.00   0.71
XYZ5.41285.89897.3319
Yxy5.89890.29030.3164
Hunter Lab24.2877-2.7225-0.8970
CIE-Lab29.1560-2.2704-3.5120

#3e464a color RGB value is (62,70,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 01000110 01001010
Octal 76 106 112
Decimal 62 70 74
Hex 3E 46 4A

RGB Percentages of Color #3e464a

%30.10
%33.98
%35.92

CMYK Percentages of Color #3e464a

%16
%5
%0
%71

Triadic Colors of #3e464a

#3e464a #4a3e46 #464a3e

Analogous Colors of #3e464a

#3e464a #3e404a #3e4a48

Monochromatic Colors of #3e464a

#3e464a

Complementary Color

#3e464a #4a423e

#3e464a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e464a Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e464a Color CSS Codes

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

#3e464a Text Font Color

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

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


#3e464a Background Color

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

This div background color is #3e464a


#3e464a Border Color

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

This div border color is #3e464a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(62,70,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 #3e464a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e464a


Comments

No comments written yet.

Please login to write comment.