Color Hex Logo

#531517 Color Hex

#531517
(83,21,23)
0 Favorites   0 Comments

Color spaces of #531517

RGB 832123
HSL0.990.600.20
HSV358°75°33°
CMYK 0.000.750.72   0.67
XYZ3.99012.43721.0707
Yxy2.43720.53220.3250
Hunter Lab15.611518.30206.8617
CIE-Lab17.632228.807815.1383

#531517 color RGB value is (83,21,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00010101 00010111
Octal 123 25 27
Decimal 83 21 23
Hex 53 15 17

RGB Percentages of Color #531517

%65.35
%16.54
%18.11

CMYK Percentages of Color #531517

%0
%75
%72
%67

Triadic Colors of #531517

#531517 #175315 #151753

Analogous Colors of #531517

#531517 #533215 #531536

Monochromatic Colors of #531517

#531517

Complementary Color

#531517 #155351

#531517 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531517 Color Preview on White Background

Lorem ipsum dolor sit amet.

#531517 Color CSS Codes

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

#531517 Text Font Color

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

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


#531517 Background Color

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

This div background color is #531517


#531517 Border Color

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

This div border color is #531517


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531517


Comments

No comments written yet.

Please login to write comment.