Color Hex Logo

#535816 Color Hex

#535816
(83,88,22)
0 Favorites   0 Comments

Color spaces of #535816

RGB 838822
HSL0.180.600.22
HSV65°75°35°
CMYK 0.060.000.75   0.65
XYZ7.20188.87642.0928
Yxy8.87640.39630.4885
Hunter Lab29.7933-8.990216.6905
CIE-Lab35.7452-11.461635.6421

#535816 color RGB value is (83,88,22).

#535816 hex color red value is 83, green value is 88 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #535816 hue: 0.18 , saturation: 0.60 and the lightness value of 535816 is 0.22.

The process color (four color CMYK) of #535816 color hex is 0.06, 0.00, 0.75, 0.65. Web safe color of #535816 is #666600. Color #535816 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01011000 00010110
Octal 123 130 26
Decimal 83 88 22
Hex 53 58 16

RGB Percentages of Color #535816

%43.01
%45.60
%11.40

CMYK Percentages of Color #535816

%6
%0
%75
%65

Triadic Colors of #535816

#535816 #165358 #581653

Analogous Colors of #535816

#535816 #325816 #583c16

Monochromatic Colors of #535816

#535816

Complementary Color

#535816 #1b1658

#535816 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#535816 Color Preview on White Background

Lorem ipsum dolor sit amet.

#535816 Color CSS Codes

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

#535816 Text Font Color

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

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


#535816 Background Color

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

This div background color is #535816


#535816 Border Color

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

This div border color is #535816


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #535816


Comments

No comments written yet.

Please login to write comment.