Color Hex Logo

#536305 Color Hex

#536305
(83,99,5)
0 Favorites   0 Comments

Color spaces of #536305

RGB 83995
HSL0.200.900.20
HSV70°95°39°
CMYK 0.160.000.95   0.61
XYZ8.056510.77361.7985
Yxy10.77360.39060.5223
Hunter Lab32.8232-13.627419.7275
CIE-Lab39.1965-18.278744.2317

#536305 color RGB value is (83,99,5).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01100011 00000101
Octal 123 143 5
Decimal 83 99 5
Hex 53 63 5

RGB Percentages of Color #536305

%44.39
%52.94
%2.67

CMYK Percentages of Color #536305

%16
%0
%95
%61

Triadic Colors of #536305

#536305 #055363 #630553

Analogous Colors of #536305

#536305 #246305 #634405

Monochromatic Colors of #536305

#536305

Complementary Color

#536305 #150563

#536305 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#536305 Color Preview on White Background

Lorem ipsum dolor sit amet.

#536305 Color CSS Codes

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

#536305 Text Font Color

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

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


#536305 Background Color

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

This div background color is #536305


#536305 Border Color

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

This div border color is #536305


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #536305


Comments

No comments written yet.

Please login to write comment.