Color Hex Logo

#53676b Color Hex

#53676B
(83,103,107)
0 Favorites   0 Comments

Color spaces of #53676b

RGB 83103107
HSL0.530.130.37
HSV190°22°42°
CMYK 0.220.040.00   0.58
XYZ11.071412.601015.7586
Yxy12.60100.28080.3196
Hunter Lab35.4979-6.4491-1.4721
CIE-Lab42.1558-6.4833-4.7378

#53676b color RGB value is (83,103,107).

#53676b hex color red value is 83, green value is 103 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #53676b hue: 0.53 , saturation: 0.13 and the lightness value of 53676b is 0.37.

The process color (four color CMYK) of #53676b color hex is 0.22, 0.04, 0.00, 0.58. Web safe color of #53676b is #666666. Color #53676b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01100111 01101011
Octal 123 147 153
Decimal 83 103 107
Hex 53 67 6B

RGB Percentages of Color #53676b

%28.33
%35.15
%36.52

CMYK Percentages of Color #53676b

%22
%4
%0
%58

Triadic Colors of #53676b

#53676b #6b5367 #676b53

Analogous Colors of #53676b

#53676b #535b6b #536b63

Monochromatic Colors of #53676b

#53676b

Complementary Color

#53676b #6b5753

#53676b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53676b Color Preview on White Background

Lorem ipsum dolor sit amet.

#53676b Color CSS Codes

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

#53676b Text Font Color

<p style="color:#53676b">Text here</p>

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


#53676b Background Color

<div style="background-color:#53676b">
Div content here</div>

This div background color is #53676b


#53676b Border Color

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

This div border color is #53676b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,103,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #53676b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #53676b;
  -webkit-box-shadow: 1px 1px 3px 2px #53676b;
  box-shadow:         1px 1px 3px 2px #53676b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,103,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 #53676b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53676b


Comments

No comments written yet.

Please login to write comment.