Color Hex Logo

#533911 Color Hex

#533911
(83,57,17)
0 Favorites   0 Comments

Color spaces of #533911

RGB 835717
HSL0.100.660.20
HSV36°80°33°
CMYK 0.000.310.80   0.67
XYZ5.13164.80571.1874
Yxy4.80570.46130.4320
Hunter Lab21.92193.420912.1339
CIE-Lab26.17397.192728.3620

#533911 color RGB value is (83,57,17).

#533911 hex color red value is 83, green value is 57 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #533911 hue: 0.10 , saturation: 0.66 and the lightness value of 533911 is 0.20.

The process color (four color CMYK) of #533911 color hex is 0.00, 0.31, 0.80, 0.67. Web safe color of #533911 is #663300. Color #533911 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00111001 00010001
Octal 123 71 21
Decimal 83 57 17
Hex 53 39 11

RGB Percentages of Color #533911

%52.87
%36.31
%10.83

CMYK Percentages of Color #533911

%0
%31
%80
%67

Triadic Colors of #533911

#533911 #115339 #391153

Analogous Colors of #533911

#533911 #4c5311 #531811

Monochromatic Colors of #533911

#533911

Complementary Color

#533911 #112b53

#533911 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533911 Color Preview on White Background

Lorem ipsum dolor sit amet.

#533911 Color CSS Codes

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

#533911 Text Font Color

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

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


#533911 Background Color

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

This div background color is #533911


#533911 Border Color

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

This div border color is #533911


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533911


Comments

No comments written yet.

Please login to write comment.