Color Hex Logo

#536303 Color Hex

#536303
(83,99,3)
0 Favorites   0 Comments

Color spaces of #536303

RGB 83993
HSL0.190.940.20
HSV70°97°39°
CMYK 0.160.000.97   0.61
XYZ8.045610.76931.7408
Yxy10.76930.39140.5239
Hunter Lab32.8166-13.666519.8265
CIE-Lab39.1892-18.346244.7697

#536303 color RGB value is (83,99,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01100011 00000011
Octal 123 143 3
Decimal 83 99 3
Hex 53 63 3

RGB Percentages of Color #536303

%44.86
%53.51
%1.62

CMYK Percentages of Color #536303

%16
%0
%97
%61

Triadic Colors of #536303

#536303 #035363 #630353

Analogous Colors of #536303

#536303 #236303 #634303

Monochromatic Colors of #536303

#536303

Complementary Color

#536303 #130363

#536303 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#536303 Color Preview on White Background

Lorem ipsum dolor sit amet.

#536303 Color CSS Codes

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

#536303 Text Font Color

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

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


#536303 Background Color

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

This div background color is #536303


#536303 Border Color

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

This div border color is #536303


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #536303


Comments

No comments written yet.

Please login to write comment.