Color Hex Logo

#535d22 Color Hex

#535D22
(83,93,34)
0 Favorites   0 Comments

Color spaces of #535d22

RGB 839334
HSL0.190.460.25
HSV70°63°36°
CMYK 0.110.000.63   0.64
XYZ7.77049.78322.9922
Yxy9.78320.37820.4762
Hunter Lab31.2781-10.392016.2227
CIE-Lab37.4505-13.384131.8019

#535d22 color RGB value is (83,93,34).

#535d22 hex color red value is 83, green value is 93 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #535d22 hue: 0.19 , saturation: 0.46 and the lightness value of 535d22 is 0.25.

The process color (four color CMYK) of #535d22 color hex is 0.11, 0.00, 0.63, 0.64. Web safe color of #535d22 is #666633. Color #535d22 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01011101 00100010
Octal 123 135 42
Decimal 83 93 34
Hex 53 5D 22

RGB Percentages of Color #535d22

%39.52
%44.29
%16.19

CMYK Percentages of Color #535d22

%11
%0
%63
%64

Triadic Colors of #535d22

#535d22 #22535d #5d2253

Analogous Colors of #535d22

#535d22 #365d22 #5d4a22

Monochromatic Colors of #535d22

#535d22

Complementary Color

#535d22 #2c225d

#535d22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#535d22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#535d22 Color CSS Codes

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

#535d22 Text Font Color

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

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


#535d22 Background Color

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

This div background color is #535d22


#535d22 Border Color

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

This div border color is #535d22


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #535d22


Comments

No comments written yet.

Please login to write comment.