Color Hex Logo

#531512 Color Hex

#531512
(83,21,18)
0 Favorites   0 Comments

Color spaces of #531512

RGB 832118
HSL0.010.640.20
HSV78°33°
CMYK 0.000.750.78   0.67
XYZ3.94462.41900.8313
Yxy2.41900.54820.3362
Hunter Lab15.553118.05337.7182
CIE-Lab17.548328.506518.3652

#531512 color RGB value is (83,21,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00010101 00010010
Octal 123 25 22
Decimal 83 21 18
Hex 53 15 12

RGB Percentages of Color #531512

%68.03
%17.21
%14.75

CMYK Percentages of Color #531512

%0
%75
%78
%67

Triadic Colors of #531512

#531512 #125315 #151253

Analogous Colors of #531512

#531512 #533612 #53122f

Monochromatic Colors of #531512

#531512

Complementary Color

#531512 #125053

#531512 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531512 Color Preview on White Background

Lorem ipsum dolor sit amet.

#531512 Color CSS Codes

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

#531512 Text Font Color

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

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


#531512 Background Color

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

This div background color is #531512


#531512 Border Color

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

This div border color is #531512


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531512


Comments

No comments written yet.

Please login to write comment.