Color Hex Logo

#506003 Color Hex

#506003
(80,96,3)
0 Favorites   0 Comments

Color spaces of #506003

RGB 80963
HSL0.200.940.19
HSV70°97°38°
CMYK 0.170.000.97   0.62
XYZ7.507610.07781.6357
Yxy10.07780.39060.5243
Hunter Lab31.7456-13.340719.1669
CIE-Lab37.9817-18.148343.7230

#506003 color RGB value is (80,96,3).

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

The process color (four color CMYK) of #506003 color hex is 0.17, 0.00, 0.97, 0.62. Web safe color of #506003 is #666600. Color #506003 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01100000 00000011
Octal 120 140 3
Decimal 80 96 3
Hex 50 60 3

RGB Percentages of Color #506003

%44.69
%53.63
%1.68

CMYK Percentages of Color #506003

%17
%0
%97
%62

Triadic Colors of #506003

#506003 #035060 #600350

Analogous Colors of #506003

#506003 #226003 #604103

Monochromatic Colors of #506003

#506003

Complementary Color

#506003 #130360

#506003 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#506003 Color Preview on White Background

Lorem ipsum dolor sit amet.

#506003 Color CSS Codes

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

#506003 Text Font Color

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

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


#506003 Background Color

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

This div background color is #506003


#506003 Border Color

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

This div border color is #506003


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,96,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 #506003">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #506003


Comments

No comments written yet.

Please login to write comment.