Color Hex Logo

#533508 Color Hex

#533508
(83,53,8)
0 Favorites   0 Comments

Color spaces of #533508

RGB 83538
HSL0.100.820.18
HSV36°90°33°
CMYK 0.000.360.90   0.67
XYZ4.88424.40270.8221
Yxy4.40270.48320.4355
Hunter Lab20.98264.830512.3648
CIE-Lab24.96049.336131.2764

#533508 color RGB value is (83,53,8).

#533508 hex color red value is 83, green value is 53 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #533508 hue: 0.10 , saturation: 0.82 and the lightness value of 533508 is 0.18.

The process color (four color CMYK) of #533508 color hex is 0.00, 0.36, 0.90, 0.67. Web safe color of #533508 is #663300. Color #533508 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00110101 00001000
Octal 123 65 10
Decimal 83 53 8
Hex 53 35 8

RGB Percentages of Color #533508

%57.64
%36.81
%5.56

CMYK Percentages of Color #533508

%0
%36
%90
%67

Triadic Colors of #533508

#533508 #085335 #350853

Analogous Colors of #533508

#533508 #4c5308 #530f08

Monochromatic Colors of #533508

#533508

Complementary Color

#533508 #082653

#533508 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533508 Color Preview on White Background

Lorem ipsum dolor sit amet.

#533508 Color CSS Codes

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

#533508 Text Font Color

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

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


#533508 Background Color

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

This div background color is #533508


#533508 Border Color

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

This div border color is #533508


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533508


Comments

No comments written yet.

Please login to write comment.