Color Hex Logo

#531303 Color Hex

#531303
(83,19,3)
0 Favorites   0 Comments

Color spaces of #531303

RGB 83193
HSL0.030.930.17
HSV12°96°33°
CMYK 0.000.770.96   0.67
XYZ3.81662.31130.3311
Yxy2.31130.59090.3578
Hunter Lab15.203018.20609.3508
CIE-Lab17.042828.792224.6483

#531303 color RGB value is (83,19,3).

#531303 hex color red value is 83, green value is 19 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #531303 hue: 0.03 , saturation: 0.93 and the lightness value of 531303 is 0.17.

The process color (four color CMYK) of #531303 color hex is 0.00, 0.77, 0.96, 0.67. Web safe color of #531303 is #660000. Color #531303 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00010011 00000011
Octal 123 23 3
Decimal 83 19 3
Hex 53 13 3

RGB Percentages of Color #531303

%79.05
%18.10
%2.86

CMYK Percentages of Color #531303

%0
%77
%96
%67

Triadic Colors of #531303

#531303 #035313 #130353

Analogous Colors of #531303

#531303 #533b03 #53031b

Monochromatic Colors of #531303

#531303

Complementary Color

#531303 #034353

#531303 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531303 Color Preview on White Background

Lorem ipsum dolor sit amet.

#531303 Color CSS Codes

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

#531303 Text Font Color

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

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


#531303 Background Color

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

This div background color is #531303


#531303 Border Color

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

This div border color is #531303


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531303


Comments

No comments written yet.

Please login to write comment.