Color Hex Logo

#531423 Color Hex

#531423
(83,20,35)
0 Favorites   0 Comments

Color spaces of #531423

RGB 832035
HSL0.960.610.20
HSV346°76°33°
CMYK 0.000.760.58   0.67
XYZ4.12082.46071.8479
Yxy2.46070.48890.2919
Hunter Lab15.686619.43953.9962
CIE-Lab17.739930.22046.7755

#531423 color RGB value is (83,20,35).

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

The process color (four color CMYK) of #531423 color hex is 0.00, 0.76, 0.58, 0.67. Web safe color of #531423 is #660033. Color #531423 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00010100 00100011
Octal 123 24 43
Decimal 83 20 35
Hex 53 14 23

RGB Percentages of Color #531423

%60.14
%14.49
%25.36

CMYK Percentages of Color #531423

%0
%76
%58
%67

Triadic Colors of #531423

#531423 #235314 #142353

Analogous Colors of #531423

#531423 #532514 #531443

Monochromatic Colors of #531423

#531423

Complementary Color

#531423 #145344

#531423 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531423 Color Preview on White Background

Lorem ipsum dolor sit amet.

#531423 Color CSS Codes

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

#531423 Text Font Color

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

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


#531423 Background Color

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

This div background color is #531423


#531423 Border Color

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

This div border color is #531423


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531423


Comments

No comments written yet.

Please login to write comment.