Color Hex Logo

#533543 Color Hex

#533543
(83,53,67)
0 Favorites   0 Comments

Color spaces of #533543

RGB 835367
HSL0.920.220.27
HSV332°36°33°
CMYK 0.000.360.19   0.67
XYZ5.85354.79055.9263
Yxy4.79050.35330.2891
Hunter Lab21.88729.4353-0.7326
CIE-Lab26.129415.8603-3.1577

#533543 color RGB value is (83,53,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00110101 01000011
Octal 123 65 103
Decimal 83 53 67
Hex 53 35 43

RGB Percentages of Color #533543

%40.89
%26.11
%33.00

CMYK Percentages of Color #533543

%0
%36
%19
%67

Triadic Colors of #533543

#533543 #435335 #354353

Analogous Colors of #533543

#533543 #533635 #533552

Monochromatic Colors of #533543

#533543

Complementary Color

#533543 #355345

#533543 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533543 Color Preview on White Background

Lorem ipsum dolor sit amet.

#533543 Color CSS Codes

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

#533543 Text Font Color

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

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


#533543 Background Color

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

This div background color is #533543


#533543 Border Color

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

This div border color is #533543


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533543


Comments

No comments written yet.

Please login to write comment.