Color Hex Logo

#53434c Color Hex

#53434C
(83,67,76)
0 Favorites   0 Comments

Color spaces of #53434c

RGB 836776
HSL0.910.110.29
HSV326°19°33°
CMYK 0.000.190.08   0.67
XYZ6.87896.37517.7054
Yxy6.37510.32820.3042
Hunter Lab25.24904.4454-0.4197
CIE-Lab30.33978.6273-2.8298

#53434c color RGB value is (83,67,76).

#53434c hex color red value is 83, green value is 67 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #53434c hue: 0.91 , saturation: 0.11 and the lightness value of 53434c is 0.29.

The process color (four color CMYK) of #53434c color hex is 0.00, 0.19, 0.08, 0.67. Web safe color of #53434c is #663333. Color #53434c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01000011 01001100
Octal 123 103 114
Decimal 83 67 76
Hex 53 43 4C

RGB Percentages of Color #53434c

%36.73
%29.65
%33.63

CMYK Percentages of Color #53434c

%0
%19
%8
%67

Triadic Colors of #53434c

#53434c #4c5343 #434c53

Analogous Colors of #53434c

#53434c #534344 #524353

Monochromatic Colors of #53434c

#53434c

Complementary Color

#53434c #43534a

#53434c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53434c Color Preview on White Background

Lorem ipsum dolor sit amet.

#53434c Color CSS Codes

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

#53434c Text Font Color

<p style="color:#53434c">Text here</p>

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


#53434c Background Color

<div style="background-color:#53434c">
Div content here</div>

This div background color is #53434c


#53434c Border Color

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

This div border color is #53434c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,67,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #53434c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #53434c;
  -webkit-box-shadow: 1px 1px 3px 2px #53434c;
  box-shadow:         1px 1px 3px 2px #53434c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53434c


Comments

No comments written yet.

Please login to write comment.