Color Hex Logo

#53174d Color Hex

#53174D
(83,23,77)
0 Favorites   0 Comments

Color spaces of #53174d

RGB 832377
HSL0.850.570.21
HSV306°72°33°
CMYK 0.000.720.07   0.67
XYZ5.21322.98767.3231
Yxy2.98760.33580.1925
Hunter Lab17.284723.5889-13.0205
CIE-Lab19.994234.8258-19.2756

#53174d color RGB value is (83,23,77).

#53174d hex color red value is 83, green value is 23 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #53174d hue: 0.85 , saturation: 0.57 and the lightness value of 53174d is 0.21.

The process color (four color CMYK) of #53174d color hex is 0.00, 0.72, 0.07, 0.67. Web safe color of #53174d is #660066. Color #53174d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00010111 01001101
Octal 123 27 115
Decimal 83 23 77
Hex 53 17 4D

RGB Percentages of Color #53174d

%45.36
%12.57
%42.08

CMYK Percentages of Color #53174d

%0
%72
%7
%67

Triadic Colors of #53174d

#53174d #4d5317 #174d53

Analogous Colors of #53174d

#53174d #53172f #3b1753

Monochromatic Colors of #53174d

#53174d

Complementary Color

#53174d #17531d

#53174d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53174d Color Preview on White Background

Lorem ipsum dolor sit amet.

#53174d Color CSS Codes

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

#53174d Text Font Color

<p style="color:#53174d">Text here</p>

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


#53174d Background Color

<div style="background-color:#53174d">
Div content here</div>

This div background color is #53174d


#53174d Border Color

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

This div border color is #53174d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,23,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #53174d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #53174d;
  -webkit-box-shadow: 1px 1px 3px 2px #53174d;
  box-shadow:         1px 1px 3px 2px #53174d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53174d


Comments

No comments written yet.

Please login to write comment.