Color Hex Logo

#3e535b Color Hex

#3E535B
(62,83,91)
0 Favorites   0 Comments

Color spaces of #3e535b

RGB 628391
HSL0.550.190.30
HSV197°32°36°
CMYK 0.320.090.00   0.64
XYZ6.96827.966011.0679
Yxy7.96600.26800.3064
Hunter Lab28.2241-5.3226-3.4933
CIE-Lab33.9120-5.8724-7.2843

#3e535b color RGB value is (62,83,91).

#3e535b hex color red value is 62, green value is 83 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #3e535b hue: 0.55 , saturation: 0.19 and the lightness value of 3e535b is 0.30.

The process color (four color CMYK) of #3e535b color hex is 0.32, 0.09, 0.00, 0.64. Web safe color of #3e535b is #336666. Color #3e535b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 01010011 01011011
Octal 76 123 133
Decimal 62 83 91
Hex 3E 53 5B

RGB Percentages of Color #3e535b

%26.27
%35.17
%38.56

CMYK Percentages of Color #3e535b

%32
%9
%0
%64

Triadic Colors of #3e535b

#3e535b #5b3e53 #535b3e

Analogous Colors of #3e535b

#3e535b #3e455b #3e5b55

Monochromatic Colors of #3e535b

#3e535b

Complementary Color

#3e535b #5b463e

#3e535b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e535b Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e535b Color CSS Codes

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

#3e535b Text Font Color

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

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


#3e535b Background Color

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

This div background color is #3e535b


#3e535b Border Color

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

This div border color is #3e535b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e535b


Comments

No comments written yet.

Please login to write comment.