Color Hex Logo

#531617 Color Hex

#531617
(83,22,23)
0 Favorites   0 Comments

Color spaces of #531617

RGB 832223
HSL1.000.580.21
HSV359°73°33°
CMYK 0.000.730.72   0.67
XYZ4.00882.47471.0770
Yxy2.47470.53020.3273
Hunter Lab15.731217.95796.9527
CIE-Lab17.803828.339115.3503

#531617 color RGB value is (83,22,23).

#531617 hex color red value is 83, green value is 22 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #531617 hue: 1.00 , saturation: 0.58 and the lightness value of 531617 is 0.21.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00010110 00010111
Octal 123 26 27
Decimal 83 22 23
Hex 53 16 17

RGB Percentages of Color #531617

%64.84
%17.19
%17.97

CMYK Percentages of Color #531617

%0
%73
%72
%67

Triadic Colors of #531617

#531617 #175316 #161753

Analogous Colors of #531617

#531617 #533416 #531636

Monochromatic Colors of #531617

#531617

Complementary Color

#531617 #165352

#531617 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531617 Color Preview on White Background

Lorem ipsum dolor sit amet.

#531617 Color CSS Codes

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

#531617 Text Font Color

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

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


#531617 Background Color

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

This div background color is #531617


#531617 Border Color

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

This div border color is #531617


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531617


Comments

No comments written yet.

Please login to write comment.