Color Hex Logo

#535337 Color Hex

#535337
(83,83,55)
0 Favorites   0 Comments

Color spaces of #535337

RGB 838355
HSL0.170.200.27
HSV60°34°33°
CMYK 0.000.000.34   0.67
XYZ7.35018.30134.8294
Yxy8.30130.35890.4053
Hunter Lab28.8120-4.884610.2303
CIE-Lab34.6027-5.094316.4501

#535337 color RGB value is (83,83,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01010011 00110111
Octal 123 123 67
Decimal 83 83 55
Hex 53 53 37

RGB Percentages of Color #535337

%37.56
%37.56
%24.89

CMYK Percentages of Color #535337

%0
%0
%34
%67

Triadic Colors of #535337

#535337 #375353 #533753

Analogous Colors of #535337

#535337 #455337 #534537

Monochromatic Colors of #535337

#535337

Complementary Color

#535337 #373753

#535337 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#535337 Color Preview on White Background

Lorem ipsum dolor sit amet.

#535337 Color CSS Codes

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

#535337 Text Font Color

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

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


#535337 Background Color

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

This div background color is #535337


#535337 Border Color

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

This div border color is #535337


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #535337


Comments

No comments written yet.

Please login to write comment.