Color Hex Logo

#531827 Color Hex

#531827
(83,24,39)
0 Favorites   0 Comments

Color spaces of #531827

RGB 832439
HSL0.960.550.21
HSV345°71°33°
CMYK 0.000.710.53   0.67
XYZ4.26012.63882.2043
Yxy2.63880.46800.2899
Hunter Lab16.244418.38413.3256
CIE-Lab18.535128.75055.0344

#531827 color RGB value is (83,24,39).

#531827 hex color red value is 83, green value is 24 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #531827 hue: 0.96 , saturation: 0.55 and the lightness value of 531827 is 0.21.

The process color (four color CMYK) of #531827 color hex is 0.00, 0.71, 0.53, 0.67. Web safe color of #531827 is #660033. Color #531827 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00011000 00100111
Octal 123 30 47
Decimal 83 24 39
Hex 53 18 27

RGB Percentages of Color #531827

%56.85
%16.44
%26.71

CMYK Percentages of Color #531827

%0
%71
%53
%67

Triadic Colors of #531827

#531827 #275318 #182753

Analogous Colors of #531827

#531827 #532718 #531844

Monochromatic Colors of #531827

#531827

Complementary Color

#531827 #185344

#531827 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531827 Color Preview on White Background

Lorem ipsum dolor sit amet.

#531827 Color CSS Codes

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

#531827 Text Font Color

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

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


#531827 Background Color

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

This div background color is #531827


#531827 Border Color

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

This div border color is #531827


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531827


Comments

No comments written yet.

Please login to write comment.