Color Hex Logo

#536313 Color Hex

#536313
(83,99,19)
0 Favorites   0 Comments

Color spaces of #536313

RGB 839919
HSL0.200.680.23
HSV72°81°39°
CMYK 0.160.000.81   0.61
XYZ8.146710.80972.2732
Yxy10.80970.38370.5092
Hunter Lab32.8781-13.307118.9154
CIE-Lab39.2581-17.727540.2016

#536313 color RGB value is (83,99,19).

#536313 hex color red value is 83, green value is 99 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #536313 hue: 0.20 , saturation: 0.68 and the lightness value of 536313 is 0.23.

The process color (four color CMYK) of #536313 color hex is 0.16, 0.00, 0.81, 0.61. Web safe color of #536313 is #666600. Color #536313 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01100011 00010011
Octal 123 143 23
Decimal 83 99 19
Hex 53 63 13

RGB Percentages of Color #536313

%41.29
%49.25
%9.45

CMYK Percentages of Color #536313

%16
%0
%81
%61

Triadic Colors of #536313

#536313 #135363 #631353

Analogous Colors of #536313

#536313 #2b6313 #634b13

Monochromatic Colors of #536313

#536313

Complementary Color

#536313 #231363

#536313 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#536313 Color Preview on White Background

Lorem ipsum dolor sit amet.

#536313 Color CSS Codes

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

#536313 Text Font Color

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

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


#536313 Background Color

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

This div background color is #536313


#536313 Border Color

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

This div border color is #536313


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #536313


Comments

No comments written yet.

Please login to write comment.