Color Hex Logo

#533826 Color Hex

#533826
(83,56,38)
0 Favorites   0 Comments

Color spaces of #533826

RGB 835638
HSL0.070.370.24
HSV24°54°33°
CMYK 0.000.330.54   0.67
XYZ5.33134.80732.4806
Yxy4.80730.42250.3810
Hunter Lab21.92565.03348.6400
CIE-Lab26.17869.592816.0244

#533826 color RGB value is (83,56,38).

#533826 hex color red value is 83, green value is 56 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #533826 hue: 0.07 , saturation: 0.37 and the lightness value of 533826 is 0.24.

The process color (four color CMYK) of #533826 color hex is 0.00, 0.33, 0.54, 0.67. Web safe color of #533826 is #663333. Color #533826 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00111000 00100110
Octal 123 70 46
Decimal 83 56 38
Hex 53 38 26

RGB Percentages of Color #533826

%46.89
%31.64
%21.47

CMYK Percentages of Color #533826

%0
%33
%54
%67

Triadic Colors of #533826

#533826 #265338 #382653

Analogous Colors of #533826

#533826 #534f26 #53262b

Monochromatic Colors of #533826

#533826

Complementary Color

#533826 #264153

#533826 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533826 Color Preview on White Background

Lorem ipsum dolor sit amet.

#533826 Color CSS Codes

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

#533826 Text Font Color

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

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


#533826 Background Color

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

This div background color is #533826


#533826 Border Color

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

This div border color is #533826


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533826


Comments

No comments written yet.

Please login to write comment.