Color Hex Logo

#531112 Color Hex

#531112
(83,17,18)
0 Favorites   0 Comments

Color spaces of #531112

RGB 831718
HSL1.000.660.20
HSV359°80°33°
CMYK 0.000.800.78   0.67
XYZ3.87692.28360.8087
Yxy2.28360.55630.3277
Hunter Lab15.111619.34927.4052
CIE-Lab16.910330.260417.5884

#531112 color RGB value is (83,17,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00010001 00010010
Octal 123 21 22
Decimal 83 17 18
Hex 53 11 12

RGB Percentages of Color #531112

%70.34
%14.41
%15.25

CMYK Percentages of Color #531112

%0
%80
%78
%67

Triadic Colors of #531112

#531112 #125311 #111253

Analogous Colors of #531112

#531112 #533111 #531133

Monochromatic Colors of #531112

#531112

Complementary Color

#531112 #115352

#531112 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531112 Color Preview on White Background

Lorem ipsum dolor sit amet.

#531112 Color CSS Codes

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

#531112 Text Font Color

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

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


#531112 Background Color

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

This div background color is #531112


#531112 Border Color

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

This div border color is #531112


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531112


Comments

No comments written yet.

Please login to write comment.