Color Hex Logo

#531f1a Color Hex

#531F1A
(83,31,26)
0 Favorites   0 Comments

Color spaces of #531f1a

RGB 833126
HSL0.010.520.21
HSV69°33°
CMYK 0.000.630.69   0.67
XYZ4.24372.89361.3121
Yxy2.89360.50220.3425
Hunter Lab17.010614.76267.3341
CIE-Lab19.612623.877615.5483

#531f1a color RGB value is (83,31,26).

#531f1a hex color red value is 83, green value is 31 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #531f1a hue: 0.01 , saturation: 0.52 and the lightness value of 531f1a is 0.21.

The process color (four color CMYK) of #531f1a color hex is 0.00, 0.63, 0.69, 0.67. Web safe color of #531f1a is #663333. Color #531f1a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00011111 00011010
Octal 123 37 32
Decimal 83 31 26
Hex 53 1F 1A

RGB Percentages of Color #531f1a

%59.29
%22.14
%18.57

CMYK Percentages of Color #531f1a

%0
%63
%69
%67

Triadic Colors of #531f1a

#531f1a #1a531f #1f1a53

Analogous Colors of #531f1a

#531f1a #533c1a #531a32

Monochromatic Colors of #531f1a

#531f1a

Complementary Color

#531f1a #1a4e53

#531f1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531f1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#531f1a Color CSS Codes

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

#531f1a Text Font Color

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

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


#531f1a Background Color

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

This div background color is #531f1a


#531f1a Border Color

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

This div border color is #531f1a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531f1a


Comments

No comments written yet.

Please login to write comment.