Color Hex Logo

#533e2e Color Hex

#533E2E
(83,62,46)
0 Favorites   0 Comments

Color spaces of #533e2e

RGB 836246
HSL0.070.290.25
HSV26°45°33°
CMYK 0.000.250.45   0.67
XYZ5.78305.48153.3380
Yxy5.48150.39600.3754
Hunter Lab23.41263.11817.9357
CIE-Lab28.06476.722313.3788

#533e2e color RGB value is (83,62,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00111110 00101110
Octal 123 76 56
Decimal 83 62 46
Hex 53 3E 2E

RGB Percentages of Color #533e2e

%43.46
%32.46
%24.08

CMYK Percentages of Color #533e2e

%0
%25
%45
%67

Triadic Colors of #533e2e

#533e2e #2e533e #3e2e53

Analogous Colors of #533e2e

#533e2e #53512e #532e31

Monochromatic Colors of #533e2e

#533e2e

Complementary Color

#533e2e #2e4353

#533e2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533e2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#533e2e Color CSS Codes

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

#533e2e Text Font Color

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

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


#533e2e Background Color

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

This div background color is #533e2e


#533e2e Border Color

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

This div border color is #533e2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533e2e


Comments

No comments written yet.

Please login to write comment.