Color Hex Logo

#536012 Color Hex

#536012
(83,96,18)
0 Favorites   0 Comments

Color spaces of #536012

RGB 839618
HSL0.190.680.22
HSV70°81°38°
CMYK 0.140.000.81   0.62
XYZ7.859310.24842.1362
Yxy10.24840.38820.5062
Hunter Lab32.0131-12.200818.4528
CIE-Lab38.2846-16.155039.6525

#536012 color RGB value is (83,96,18).

#536012 hex color red value is 83, green value is 96 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #536012 hue: 0.19 , saturation: 0.68 and the lightness value of 536012 is 0.22.

The process color (four color CMYK) of #536012 color hex is 0.14, 0.00, 0.81, 0.62. Web safe color of #536012 is #666600. Color #536012 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01100000 00010010
Octal 123 140 22
Decimal 83 96 18
Hex 53 60 12

RGB Percentages of Color #536012

%42.13
%48.73
%9.14

CMYK Percentages of Color #536012

%14
%0
%81
%62

Triadic Colors of #536012

#536012 #125360 #601253

Analogous Colors of #536012

#536012 #2c6012 #604612

Monochromatic Colors of #536012

#536012

Complementary Color

#536012 #1f1260

#536012 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#536012 Color Preview on White Background

Lorem ipsum dolor sit amet.

#536012 Color CSS Codes

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

#536012 Text Font Color

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

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


#536012 Background Color

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

This div background color is #536012


#536012 Border Color

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

This div border color is #536012


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #536012


Comments

No comments written yet.

Please login to write comment.