Color Hex Logo

#531828 Color Hex

#531828
(83,24,40)
0 Favorites   0 Comments

Color spaces of #531828

RGB 832440
HSL0.950.550.21
HSV344°71°33°
CMYK 0.000.710.52   0.67
XYZ4.27692.64552.2927
Yxy2.64550.46410.2871
Hunter Lab16.265018.47313.0280
CIE-Lab18.564328.85784.3656

#531828 color RGB value is (83,24,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00011000 00101000
Octal 123 30 50
Decimal 83 24 40
Hex 53 18 28

RGB Percentages of Color #531828

%56.46
%16.33
%27.21

CMYK Percentages of Color #531828

%0
%71
%52
%67

Triadic Colors of #531828

#531828 #285318 #182853

Analogous Colors of #531828

#531828 #532618 #531846

Monochromatic Colors of #531828

#531828

Complementary Color

#531828 #185343

#531828 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531828 Color Preview on White Background

Lorem ipsum dolor sit amet.

#531828 Color CSS Codes

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

#531828 Text Font Color

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

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


#531828 Background Color

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

This div background color is #531828


#531828 Border Color

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

This div border color is #531828


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531828


Comments

No comments written yet.

Please login to write comment.