Color Hex Logo

#533549 Color Hex

#533549
(83,53,73)
0 Favorites   0 Comments

Color spaces of #533549

RGB 835373
HSL0.890.220.27
HSV320°36°33°
CMYK 0.000.360.12   0.67
XYZ6.04304.86626.9241
Yxy4.86620.33890.2729
Hunter Lab22.059510.2945-3.1685
CIE-Lab26.350117.0169-6.8122

#533549 color RGB value is (83,53,73).

#533549 hex color red value is 83, green value is 53 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #533549 hue: 0.89 , saturation: 0.22 and the lightness value of 533549 is 0.27.

The process color (four color CMYK) of #533549 color hex is 0.00, 0.36, 0.12, 0.67. Web safe color of #533549 is #663333. Color #533549 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00110101 01001001
Octal 123 65 111
Decimal 83 53 73
Hex 53 35 49

RGB Percentages of Color #533549

%39.71
%25.36
%34.93

CMYK Percentages of Color #533549

%0
%36
%12
%67

Triadic Colors of #533549

#533549 #495335 #354953

Analogous Colors of #533549

#533549 #53353a #4e3553

Monochromatic Colors of #533549

#533549

Complementary Color

#533549 #35533f

#533549 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533549 Color Preview on White Background

Lorem ipsum dolor sit amet.

#533549 Color CSS Codes

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

#533549 Text Font Color

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

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


#533549 Background Color

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

This div background color is #533549


#533549 Border Color

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

This div border color is #533549


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533549


Comments

No comments written yet.

Please login to write comment.