Color Hex Logo

#3e354e Color Hex

#3E354E
(62,53,78)
0 Favorites   0 Comments

Color spaces of #3e354e

RGB 625378
HSL0.730.190.26
HSV262°32°31°
CMYK 0.210.320.00   0.69
XYZ4.63494.12047.7588
Yxy4.12040.28070.2495
Hunter Lab20.29885.2348-8.4533
CIE-Lab24.06569.9751-13.8381

#3e354e color RGB value is (62,53,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 00110101 01001110
Octal 76 65 116
Decimal 62 53 78
Hex 3E 35 4E

RGB Percentages of Color #3e354e

%32.12
%27.46
%40.41

CMYK Percentages of Color #3e354e

%21
%32
%0
%69

Triadic Colors of #3e354e

#3e354e #4e3e35 #354e3e

Analogous Colors of #3e354e

#3e354e #4b354e #35394e

Monochromatic Colors of #3e354e

#3e354e

Complementary Color

#3e354e #454e35

#3e354e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e354e Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e354e Color CSS Codes

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

#3e354e Text Font Color

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

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


#3e354e Background Color

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

This div background color is #3e354e


#3e354e Border Color

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

This div border color is #3e354e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e354e


Comments

No comments written yet.

Please login to write comment.