Color Hex Logo

#533830 Color Hex

#533830
(83,56,48)
0 Favorites   0 Comments

Color spaces of #533830

RGB 835648
HSL0.040.270.26
HSV14°42°33°
CMYK 0.000.330.42   0.67
XYZ5.51504.88073.4477
Yxy4.88070.39840.3526
Hunter Lab22.09235.89826.2119
CIE-Lab26.392110.84579.8167

#533830 color RGB value is (83,56,48).

#533830 hex color red value is 83, green value is 56 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #533830 hue: 0.04 , saturation: 0.27 and the lightness value of 533830 is 0.26.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00111000 00110000
Octal 123 70 60
Decimal 83 56 48
Hex 53 38 30

RGB Percentages of Color #533830

%44.39
%29.95
%25.67

CMYK Percentages of Color #533830

%0
%33
%42
%67

Triadic Colors of #533830

#533830 #305338 #383053

Analogous Colors of #533830

#533830 #534a30 #53303a

Monochromatic Colors of #533830

#533830

Complementary Color

#533830 #304b53

#533830 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533830 Color Preview on White Background

Lorem ipsum dolor sit amet.

#533830 Color CSS Codes

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

#533830 Text Font Color

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

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


#533830 Background Color

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

This div background color is #533830


#533830 Border Color

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

This div border color is #533830


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533830


Comments

No comments written yet.

Please login to write comment.