Color Hex Logo

#3e787c Color Hex

#3E787C
(62,120,124)
0 Favorites   0 Comments

Color spaces of #3e787c

RGB 62120124
HSL0.510.330.36
HSV184°50°49°
CMYK 0.500.030.00   0.51
XYZ12.341215.912321.4897
Yxy15.91230.24810.3199
Hunter Lab39.8902-14.5837-4.0176
CIE-Lab46.8592-17.7570-8.0668

#3e787c color RGB value is (62,120,124).

#3e787c hex color red value is 62, green value is 120 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #3e787c hue: 0.51 , saturation: 0.33 and the lightness value of 3e787c is 0.36.

The process color (four color CMYK) of #3e787c color hex is 0.50, 0.03, 0.00, 0.51. Web safe color of #3e787c is #336666. Color #3e787c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 01111000 01111100
Octal 76 170 174
Decimal 62 120 124
Hex 3E 78 7C

RGB Percentages of Color #3e787c

%20.26
%39.22
%40.52

CMYK Percentages of Color #3e787c

%50
%3
%0
%51

Triadic Colors of #3e787c

#3e787c #7c3e78 #787c3e

Analogous Colors of #3e787c

#3e787c #3e597c #3e7c61

Monochromatic Colors of #3e787c

#3e787c

Complementary Color

#3e787c #7c423e

#3e787c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e787c Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e787c Color CSS Codes

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

#3e787c Text Font Color

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

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


#3e787c Background Color

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

This div background color is #3e787c


#3e787c Border Color

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

This div border color is #3e787c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e787c


Comments

No comments written yet.

Please login to write comment.