Color Hex Logo

#533e2a Color Hex

#533E2A
(83,62,42)
0 Favorites   0 Comments

Color spaces of #533e2a

RGB 836242
HSL0.080.330.25
HSV29°49°33°
CMYK 0.000.250.49   0.67
XYZ5.70785.45142.9419
Yxy5.45140.40480.3866
Hunter Lab23.34822.77748.8732
CIE-Lab27.98396.214415.8204

#533e2a color RGB value is (83,62,42).

#533e2a hex color red value is 83, green value is 62 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #533e2a hue: 0.08 , saturation: 0.33 and the lightness value of 533e2a is 0.25.

The process color (four color CMYK) of #533e2a color hex is 0.00, 0.25, 0.49, 0.67. Web safe color of #533e2a is #663333. Color #533e2a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00111110 00101010
Octal 123 76 52
Decimal 83 62 42
Hex 53 3E 2A

RGB Percentages of Color #533e2a

%44.39
%33.16
%22.46

CMYK Percentages of Color #533e2a

%0
%25
%49
%67

Triadic Colors of #533e2a

#533e2a #2a533e #3e2a53

Analogous Colors of #533e2a

#533e2a #53532a #532a2b

Monochromatic Colors of #533e2a

#533e2a

Complementary Color

#533e2a #2a3f53

#533e2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533e2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#533e2a Color CSS Codes

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

#533e2a Text Font Color

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

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


#533e2a Background Color

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

This div background color is #533e2a


#533e2a Border Color

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

This div border color is #533e2a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,62,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #533e2a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #533e2a;
  -webkit-box-shadow: 1px 1px 3px 2px #533e2a;
  box-shadow:         1px 1px 3px 2px #533e2a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533e2a


Comments

No comments written yet.

Please login to write comment.