Color Hex Logo

#530f1f Color Hex

#530F1F
(83,15,31)
0 Favorites   0 Comments

Color spaces of #530f1f

RGB 831531
HSL0.960.690.19
HSV346°82°33°
CMYK 0.000.820.63   0.67
XYZ3.98542.27961.5263
Yxy2.27960.51150.2926
Hunter Lab15.098320.69524.5752
CIE-Lab16.891031.93428.4854

#530f1f color RGB value is (83,15,31).

#530f1f hex color red value is 83, green value is 15 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #530f1f hue: 0.96 , saturation: 0.69 and the lightness value of 530f1f is 0.19.

The process color (four color CMYK) of #530f1f color hex is 0.00, 0.82, 0.63, 0.67. Web safe color of #530f1f is #660033. Color #530f1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00001111 00011111
Octal 123 17 37
Decimal 83 15 31
Hex 53 F 1F

RGB Percentages of Color #530f1f

%64.34
%11.63
%24.03

CMYK Percentages of Color #530f1f

%0
%82
%63
%67

Triadic Colors of #530f1f

#530f1f #1f530f #0f1f53

Analogous Colors of #530f1f

#530f1f #53210f #530f41

Monochromatic Colors of #530f1f

#530f1f

Complementary Color

#530f1f #0f5343

#530f1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#530f1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#530f1f Color CSS Codes

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

#530f1f Text Font Color

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

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


#530f1f Background Color

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

This div background color is #530f1f


#530f1f Border Color

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

This div border color is #530f1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #530f1f


Comments

No comments written yet.

Please login to write comment.