Color Hex Logo

#530736 Color Hex

#530736
(83,7,54)
0 Favorites   0 Comments

Color spaces of #530736

RGB 83754
HSL0.900.840.18
HSV323°92°33°
CMYK 0.000.920.35   0.67
XYZ4.30912.25733.6986
Yxy2.25730.41980.2199
Hunter Lab15.024324.9028-4.0787
CIE-Lab16.783436.9790-8.2491

#530736 color RGB value is (83,7,54).

#530736 hex color red value is 83, green value is 7 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #530736 hue: 0.90 , saturation: 0.84 and the lightness value of 530736 is 0.18.

The process color (four color CMYK) of #530736 color hex is 0.00, 0.92, 0.35, 0.67. Web safe color of #530736 is #660033. Color #530736 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00000111 00110110
Octal 123 7 66
Decimal 83 7 54
Hex 53 7 36

RGB Percentages of Color #530736

%57.64
%4.86
%37.50

CMYK Percentages of Color #530736

%0
%92
%35
%67

Triadic Colors of #530736

#530736 #365307 #073653

Analogous Colors of #530736

#530736 #530710 #4a0753

Monochromatic Colors of #530736

#530736

Complementary Color

#530736 #075324

#530736 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#530736 Color Preview on White Background

Lorem ipsum dolor sit amet.

#530736 Color CSS Codes

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

#530736 Text Font Color

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

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


#530736 Background Color

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

This div background color is #530736


#530736 Border Color

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

This div border color is #530736


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #530736


Comments

No comments written yet.

Please login to write comment.