Color Hex Logo

#530d3e Color Hex

#530D3E
(83,13,62)
0 Favorites   0 Comments

Color spaces of #530d3e

RGB 831362
HSL0.880.730.19
HSV318°84°33°
CMYK 0.000.840.25   0.67
XYZ4.58072.47464.7937
Yxy2.47460.38660.2088
Hunter Lab15.730924.4488-7.0560
CIE-Lab17.803336.2525-12.3393

#530d3e color RGB value is (83,13,62).

#530d3e hex color red value is 83, green value is 13 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #530d3e hue: 0.88 , saturation: 0.73 and the lightness value of 530d3e is 0.19.

The process color (four color CMYK) of #530d3e color hex is 0.00, 0.84, 0.25, 0.67. Web safe color of #530d3e is #660033. Color #530d3e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00001101 00111110
Octal 123 15 76
Decimal 83 13 62
Hex 53 D 3E

RGB Percentages of Color #530d3e

%52.53
%8.23
%39.24

CMYK Percentages of Color #530d3e

%0
%84
%25
%67

Triadic Colors of #530d3e

#530d3e #3e530d #0d3e53

Analogous Colors of #530d3e

#530d3e #530d1b #450d53

Monochromatic Colors of #530d3e

#530d3e

Complementary Color

#530d3e #0d5322

#530d3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#530d3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#530d3e Color CSS Codes

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

#530d3e Text Font Color

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

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


#530d3e Background Color

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

This div background color is #530d3e


#530d3e Border Color

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

This div border color is #530d3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #530d3e


Comments

No comments written yet.

Please login to write comment.