Color Hex Logo

#508617 Color Hex

#508617
(80,134,23)
0 Favorites   0 Comments

Color spaces of #508617

RGB 8013423
HSL0.250.710.31
HSV89°83°53°
CMYK 0.400.000.83   0.47
XYZ11.988018.81753.8109
Yxy18.81750.34630.5436
Hunter Lab43.3791-26.584325.1567
CIE-Lab50.4730-35.772449.1873

#508617 color RGB value is (80,134,23).

#508617 hex color red value is 80, green value is 134 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #508617 hue: 0.25 , saturation: 0.71 and the lightness value of 508617 is 0.31.

The process color (four color CMYK) of #508617 color hex is 0.40, 0.00, 0.83, 0.47. Web safe color of #508617 is #669900. Color #508617 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10000110 00010111
Octal 120 206 27
Decimal 80 134 23
Hex 50 86 17

RGB Percentages of Color #508617

%33.76
%56.54
%9.70

CMYK Percentages of Color #508617

%40
%0
%83
%47

Triadic Colors of #508617

#508617 #175086 #861750

Analogous Colors of #508617

#508617 #198617 #868517

Monochromatic Colors of #508617

#508617

Complementary Color

#508617 #4d1786

#508617 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508617 Color Preview on White Background

Lorem ipsum dolor sit amet.

#508617 Color CSS Codes

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

#508617 Text Font Color

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

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


#508617 Background Color

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

This div background color is #508617


#508617 Border Color

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

This div border color is #508617


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508617


Comments

No comments written yet.

Please login to write comment.