Color Hex Logo

#3e767b Color Hex

#3E767B
(62,118,123)
0 Favorites   0 Comments

Color spaces of #3e767b

RGB 62118123
HSL0.510.330.36
HSV185°50°48°
CMYK 0.500.040.00   0.52
XYZ12.040215.411121.0789
Yxy15.41110.24810.3176
Hunter Lab39.2570-13.9534-4.3557
CIE-Lab46.1922-16.9572-8.4701

#3e767b color RGB value is (62,118,123).

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

The process color (four color CMYK) of #3e767b color hex is 0.50, 0.04, 0.00, 0.52. Web safe color of #3e767b is #336666. Color #3e767b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 01110110 01111011
Octal 76 166 173
Decimal 62 118 123
Hex 3E 76 7B

RGB Percentages of Color #3e767b

%20.46
%38.94
%40.59

CMYK Percentages of Color #3e767b

%50
%4
%0
%52

Triadic Colors of #3e767b

#3e767b #7b3e76 #767b3e

Analogous Colors of #3e767b

#3e767b #3e587b #3e7b62

Monochromatic Colors of #3e767b

#3e767b

Complementary Color

#3e767b #7b433e

#3e767b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e767b Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e767b Color CSS Codes

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

#3e767b Text Font Color

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

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


#3e767b Background Color

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

This div background color is #3e767b


#3e767b Border Color

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

This div border color is #3e767b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e767b


Comments

No comments written yet.

Please login to write comment.