Color Hex Logo

#533856 Color Hex

#533856
(83,56,86)
0 Favorites   0 Comments

Color spaces of #533856

RGB 835686
HSL0.820.210.28
HSV294°35°34°
CMYK 0.030.350.00   0.66
XYZ6.66125.33929.4836
Yxy5.33920.31010.2485
Hunter Lab23.106711.0212-8.1595
CIE-Lab27.680117.8697-13.3441

#533856 color RGB value is (83,56,86).

#533856 hex color red value is 83, green value is 56 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #533856 hue: 0.82 , saturation: 0.21 and the lightness value of 533856 is 0.28.

The process color (four color CMYK) of #533856 color hex is 0.03, 0.35, 0.00, 0.66. Web safe color of #533856 is #663366. Color #533856 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00111000 01010110
Octal 123 70 126
Decimal 83 56 86
Hex 53 38 56

RGB Percentages of Color #533856

%36.89
%24.89
%38.22

CMYK Percentages of Color #533856

%3
%35
%0
%66

Triadic Colors of #533856

#533856 #565338 #385653

Analogous Colors of #533856

#533856 #56384a #443856

Monochromatic Colors of #533856

#533856

Complementary Color

#533856 #3b5638

#533856 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533856 Color Preview on White Background

Lorem ipsum dolor sit amet.

#533856 Color CSS Codes

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

#533856 Text Font Color

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

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


#533856 Background Color

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

This div background color is #533856


#533856 Border Color

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

This div border color is #533856


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533856


Comments

No comments written yet.

Please login to write comment.