Color Hex Logo

#533525 Color Hex

#533525
(83,53,37)
0 Favorites   0 Comments

Color spaces of #533525

RGB 835337
HSL0.060.380.24
HSV21°55°33°
CMYK 0.000.360.55   0.67
XYZ5.17434.51882.3498
Yxy4.51880.42970.3752
Hunter Lab21.25756.24838.3263
CIE-Lab25.317311.407415.5541

#533525 color RGB value is (83,53,37).

#533525 hex color red value is 83, green value is 53 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #533525 hue: 0.06 , saturation: 0.38 and the lightness value of 533525 is 0.24.

The process color (four color CMYK) of #533525 color hex is 0.00, 0.36, 0.55, 0.67. Web safe color of #533525 is #663333. Color #533525 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00110101 00100101
Octal 123 65 45
Decimal 83 53 37
Hex 53 35 25

RGB Percentages of Color #533525

%47.98
%30.64
%21.39

CMYK Percentages of Color #533525

%0
%36
%55
%67

Triadic Colors of #533525

#533525 #255335 #352553

Analogous Colors of #533525

#533525 #534c25 #53252c

Monochromatic Colors of #533525

#533525

Complementary Color

#533525 #254353

#533525 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533525 Color Preview on White Background

Lorem ipsum dolor sit amet.

#533525 Color CSS Codes

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

#533525 Text Font Color

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

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


#533525 Background Color

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

This div background color is #533525


#533525 Border Color

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

This div border color is #533525


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533525


Comments

No comments written yet.

Please login to write comment.