Color Hex Logo

#533711 Color Hex

#533711
(83,55,17)
0 Favorites   0 Comments

Color spaces of #533711

RGB 835517
HSL0.100.660.20
HSV35°80°33°
CMYK 0.000.340.80   0.67
XYZ5.03464.61181.1551
Yxy4.61180.46610.4270
Hunter Lab21.47514.265911.8435
CIE-Lab25.59898.472927.7765

#533711 color RGB value is (83,55,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00110111 00010001
Octal 123 67 21
Decimal 83 55 17
Hex 53 37 11

RGB Percentages of Color #533711

%53.55
%35.48
%10.97

CMYK Percentages of Color #533711

%0
%34
%80
%67

Triadic Colors of #533711

#533711 #115337 #371153

Analogous Colors of #533711

#533711 #4e5311 #531611

Monochromatic Colors of #533711

#533711

Complementary Color

#533711 #112d53

#533711 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533711 Color Preview on White Background

Lorem ipsum dolor sit amet.

#533711 Color CSS Codes

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

#533711 Text Font Color

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

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


#533711 Background Color

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

This div background color is #533711


#533711 Border Color

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

This div border color is #533711


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,55,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 #533711">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533711


Comments

No comments written yet.

Please login to write comment.