Color Hex Logo

#536810 Color Hex

#536810
(83,104,16)
0 Favorites   0 Comments

Color spaces of #536810

RGB 8310416
HSL0.210.730.24
HSV74°85°41°
CMYK 0.200.000.85   0.59
XYZ8.611111.77702.3096
Yxy11.77700.37940.5189
Hunter Lab34.3176-15.266020.0321
CIE-Lab40.8595-20.518342.6703

#536810 color RGB value is (83,104,16).

#536810 hex color red value is 83, green value is 104 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #536810 hue: 0.21 , saturation: 0.73 and the lightness value of 536810 is 0.24.

The process color (four color CMYK) of #536810 color hex is 0.20, 0.00, 0.85, 0.59. Web safe color of #536810 is #666600. Color #536810 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01101000 00010000
Octal 123 150 20
Decimal 83 104 16
Hex 53 68 10

RGB Percentages of Color #536810

%40.89
%51.23
%7.88

CMYK Percentages of Color #536810

%20
%0
%85
%59

Triadic Colors of #536810

#536810 #105368 #681053

Analogous Colors of #536810

#536810 #276810 #685110

Monochromatic Colors of #536810

#536810

Complementary Color

#536810 #251068

#536810 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#536810 Color Preview on White Background

Lorem ipsum dolor sit amet.

#536810 Color CSS Codes

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

#536810 Text Font Color

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

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


#536810 Background Color

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

This div background color is #536810


#536810 Border Color

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

This div border color is #536810


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #536810


Comments

No comments written yet.

Please login to write comment.