Color Hex Logo

#536622 Color Hex

#536622
(83,102,34)
0 Favorites   0 Comments

Color spaces of #536622

RGB 8310234
HSL0.210.500.27
HSV77°67°40°
CMYK 0.190.000.67   0.60
XYZ8.607411.45723.2712
Yxy11.45720.36880.4910
Hunter Lab33.8485-13.843717.9640
CIE-Lab40.3401-18.311734.9636

#536622 color RGB value is (83,102,34).

#536622 hex color red value is 83, green value is 102 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #536622 hue: 0.21 , saturation: 0.50 and the lightness value of 536622 is 0.27.

The process color (four color CMYK) of #536622 color hex is 0.19, 0.00, 0.67, 0.60. Web safe color of #536622 is #666633. Color #536622 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01100110 00100010
Octal 123 146 42
Decimal 83 102 34
Hex 53 66 22

RGB Percentages of Color #536622

%37.90
%46.58
%15.53

CMYK Percentages of Color #536622

%19
%0
%67
%60

Triadic Colors of #536622

#536622 #225366 #662253

Analogous Colors of #536622

#536622 #316622 #665722

Monochromatic Colors of #536622

#536622

Complementary Color

#536622 #352266

#536622 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#536622 Color Preview on White Background

Lorem ipsum dolor sit amet.

#536622 Color CSS Codes

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

#536622 Text Font Color

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

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


#536622 Background Color

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

This div background color is #536622


#536622 Border Color

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

This div border color is #536622


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,102,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 #536622">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #536622


Comments

No comments written yet.

Please login to write comment.