Color Hex Logo

#536814 Color Hex

#536814
(83,104,20)
0 Favorites   0 Comments

Color spaces of #536814

RGB 8310420
HSL0.210.680.24
HSV75°81°41°
CMYK 0.200.000.81   0.59
XYZ8.643911.79012.4820
Yxy11.79010.37720.5145
Hunter Lab34.3367-15.153819.7500
CIE-Lab40.8806-20.324341.3620

#536814 color RGB value is (83,104,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01101000 00010100
Octal 123 150 24
Decimal 83 104 20
Hex 53 68 14

RGB Percentages of Color #536814

%40.10
%50.24
%9.66

CMYK Percentages of Color #536814

%20
%0
%81
%59

Triadic Colors of #536814

#536814 #145368 #681453

Analogous Colors of #536814

#536814 #296814 #685314

Monochromatic Colors of #536814

#536814

Complementary Color

#536814 #291468

#536814 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#536814 Color Preview on White Background

Lorem ipsum dolor sit amet.

#536814 Color CSS Codes

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

#536814 Text Font Color

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

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


#536814 Background Color

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

This div background color is #536814


#536814 Border Color

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

This div border color is #536814


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #536814


Comments

No comments written yet.

Please login to write comment.