Color Hex Logo

#535a33 Color Hex

#535A33
(83,90,51)
0 Favorites   0 Comments

Color spaces of #535a33

RGB 839051
HSL0.200.280.28
HSV71°43°35°
CMYK 0.080.000.43   0.65
XYZ7.82109.39034.5323
Yxy9.39030.35970.4319
Hunter Lab30.6436-8.068712.6813
CIE-Lab36.7251-9.787621.5922

#535a33 color RGB value is (83,90,51).

#535a33 hex color red value is 83, green value is 90 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #535a33 hue: 0.20 , saturation: 0.28 and the lightness value of 535a33 is 0.28.

The process color (four color CMYK) of #535a33 color hex is 0.08, 0.00, 0.43, 0.65. Web safe color of #535a33 is #666633. Color #535a33 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01011010 00110011
Octal 123 132 63
Decimal 83 90 51
Hex 53 5A 33

RGB Percentages of Color #535a33

%37.05
%40.18
%22.77

CMYK Percentages of Color #535a33

%8
%0
%43
%65

Triadic Colors of #535a33

#535a33 #33535a #5a3353

Analogous Colors of #535a33

#535a33 #405a33 #5a4e33

Monochromatic Colors of #535a33

#535a33

Complementary Color

#535a33 #3a335a

#535a33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#535a33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#535a33 Color CSS Codes

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

#535a33 Text Font Color

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

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


#535a33 Background Color

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

This div background color is #535a33


#535a33 Border Color

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

This div border color is #535a33


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #535a33


Comments

No comments written yet.

Please login to write comment.