Color Hex Logo

#3e616b Color Hex

#3E616B
(62,97,107)
0 Favorites   0 Comments

Color spaces of #3e616b

RGB 6297107
HSL0.540.270.33
HSV193°42°42°
CMYK 0.420.090.00   0.58
XYZ8.915110.635115.4928
Yxy10.63510.25440.3035
Hunter Lab32.6115-8.2731-5.3389
CIE-Lab38.9590-9.7142-9.6559

#3e616b color RGB value is (62,97,107).

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

The process color (four color CMYK) of #3e616b color hex is 0.42, 0.09, 0.00, 0.58. Web safe color of #3e616b is #336666. Color #3e616b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 01100001 01101011
Octal 76 141 153
Decimal 62 97 107
Hex 3E 61 6B

RGB Percentages of Color #3e616b

%23.31
%36.47
%40.23

CMYK Percentages of Color #3e616b

%42
%9
%0
%58

Triadic Colors of #3e616b

#3e616b #6b3e61 #616b3e

Analogous Colors of #3e616b

#3e616b #3e4b6b #3e6b5f

Monochromatic Colors of #3e616b

#3e616b

Complementary Color

#3e616b #6b483e

#3e616b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e616b Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e616b Color CSS Codes

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

#3e616b Text Font Color

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

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


#3e616b Background Color

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

This div background color is #3e616b


#3e616b Border Color

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

This div border color is #3e616b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e616b


Comments

No comments written yet.

Please login to write comment.