Color Hex Logo

#531314 Color Hex

#531314
(83,19,20)
0 Favorites   0 Comments

Color spaces of #531314

RGB 831920
HSL1.000.630.20
HSV359°77°33°
CMYK 0.000.770.76   0.67
XYZ3.92642.35530.9095
Yxy2.35530.54600.3275
Hunter Lab15.347018.81057.2292
CIE-Lab17.251229.520516.7344

#531314 color RGB value is (83,19,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00010011 00010100
Octal 123 23 24
Decimal 83 19 20
Hex 53 13 14

RGB Percentages of Color #531314

%68.03
%15.57
%16.39

CMYK Percentages of Color #531314

%0
%77
%76
%67

Triadic Colors of #531314

#531314 #145313 #131453

Analogous Colors of #531314

#531314 #533213 #531334

Monochromatic Colors of #531314

#531314

Complementary Color

#531314 #135352

#531314 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531314 Color Preview on White Background

Lorem ipsum dolor sit amet.

#531314 Color CSS Codes

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

#531314 Text Font Color

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

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


#531314 Background Color

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

This div background color is #531314


#531314 Border Color

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

This div border color is #531314


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531314


Comments

No comments written yet.

Please login to write comment.