Color Hex Logo

#531217 Color Hex

#531217
(83,18,23)
0 Favorites   0 Comments

Color spaces of #531217

RGB 831823
HSL0.990.640.20
HSV355°78°33°
CMYK 0.000.780.72   0.67
XYZ3.93822.33351.0534
Yxy2.33350.53760.3186
Hunter Lab15.275819.28586.6045
CIE-Lab17.148230.137014.5360

#531217 color RGB value is (83,18,23).

#531217 hex color red value is 83, green value is 18 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #531217 hue: 0.99 , saturation: 0.64 and the lightness value of 531217 is 0.20.

The process color (four color CMYK) of #531217 color hex is 0.00, 0.78, 0.72, 0.67. Web safe color of #531217 is #660000. Color #531217 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00010010 00010111
Octal 123 22 27
Decimal 83 18 23
Hex 53 12 17

RGB Percentages of Color #531217

%66.94
%14.52
%18.55

CMYK Percentages of Color #531217

%0
%78
%72
%67

Triadic Colors of #531217

#531217 #175312 #121753

Analogous Colors of #531217

#531217 #532e12 #531237

Monochromatic Colors of #531217

#531217

Complementary Color

#531217 #12534e

#531217 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531217 Color Preview on White Background

Lorem ipsum dolor sit amet.

#531217 Color CSS Codes

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

#531217 Text Font Color

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

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


#531217 Background Color

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

This div background color is #531217


#531217 Border Color

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

This div border color is #531217


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531217


Comments

No comments written yet.

Please login to write comment.