Color Hex Logo

#530336 Color Hex

#530336
(83,3,54)
0 Favorites   0 Comments

Color spaces of #530336

RGB 83354
HSL0.890.930.17
HSV322°96°33°
CMYK 0.000.960.35   0.67
XYZ4.26572.17053.6841
Yxy2.17050.42150.2145
Hunter Lab14.732625.9010-4.5135
CIE-Lab16.357738.2134-8.8983

#530336 color RGB value is (83,3,54).

#530336 hex color red value is 83, green value is 3 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #530336 hue: 0.89 , saturation: 0.93 and the lightness value of 530336 is 0.17.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00000011 00110110
Octal 123 3 66
Decimal 83 3 54
Hex 53 3 36

RGB Percentages of Color #530336

%59.29
%2.14
%38.57

CMYK Percentages of Color #530336

%0
%96
%35
%67

Triadic Colors of #530336

#530336 #365303 #033653

Analogous Colors of #530336

#530336 #53030e #480353

Monochromatic Colors of #530336

#530336

Complementary Color

#530336 #035320

#530336 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#530336 Color Preview on White Background

Lorem ipsum dolor sit amet.

#530336 Color CSS Codes

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

#530336 Text Font Color

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

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


#530336 Background Color

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

This div background color is #530336


#530336 Border Color

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

This div border color is #530336


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,3,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 #530336">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #530336


Comments

No comments written yet.

Please login to write comment.