Color Hex Logo

#531011 Color Hex

#531011
(83,16,17)
0 Favorites   0 Comments

Color spaces of #531011

RGB 831617
HSL1.000.680.19
HSV359°81°33°
CMYK 0.000.810.80   0.67
XYZ3.85372.25010.7615
Yxy2.25010.56130.3277
Hunter Lab15.000319.60747.4903
CIE-Lab16.748530.613517.9847

#531011 color RGB value is (83,16,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00010000 00010001
Octal 123 20 21
Decimal 83 16 17
Hex 53 10 11

RGB Percentages of Color #531011

%71.55
%13.79
%14.66

CMYK Percentages of Color #531011

%0
%81
%80
%67

Triadic Colors of #531011

#531011 #115310 #101153

Analogous Colors of #531011

#531011 #533110 #531033

Monochromatic Colors of #531011

#531011

Complementary Color

#531011 #105352

#531011 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531011 Color Preview on White Background

Lorem ipsum dolor sit amet.

#531011 Color CSS Codes

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

#531011 Text Font Color

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

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


#531011 Background Color

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

This div background color is #531011


#531011 Border Color

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

This div border color is #531011


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531011


Comments

No comments written yet.

Please login to write comment.