Color Hex Logo

#506610 Color Hex

#506610
(80,102,16)
0 Favorites   0 Comments

Color spaces of #506610

RGB 8010216
HSL0.210.730.23
HSV75°84°40°
CMYK 0.220.000.84   0.60
XYZ8.153211.24562.2311
Yxy11.24560.37690.5199
Hunter Lab33.5345-15.286819.5295
CIE-Lab39.9911-20.828441.8075

#506610 color RGB value is (80,102,16).

#506610 hex color red value is 80, green value is 102 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #506610 hue: 0.21 , saturation: 0.73 and the lightness value of 506610 is 0.23.

The process color (four color CMYK) of #506610 color hex is 0.22, 0.00, 0.84, 0.60. Web safe color of #506610 is #666600. Color #506610 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01100110 00010000
Octal 120 146 20
Decimal 80 102 16
Hex 50 66 10

RGB Percentages of Color #506610

%40.40
%51.52
%8.08

CMYK Percentages of Color #506610

%22
%0
%84
%60

Triadic Colors of #506610

#506610 #105066 #661050

Analogous Colors of #506610

#506610 #256610 #665110

Monochromatic Colors of #506610

#506610

Complementary Color

#506610 #261066

#506610 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#506610 Color Preview on White Background

Lorem ipsum dolor sit amet.

#506610 Color CSS Codes

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

#506610 Text Font Color

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

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


#506610 Background Color

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

This div background color is #506610


#506610 Border Color

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

This div border color is #506610


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,102,16, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #506610


Comments

No comments written yet.

Please login to write comment.