Color Hex Logo

#508640 Color Hex

#508640
(80,134,64)
0 Favorites   0 Comments

Color spaces of #508640

RGB 8013464
HSL0.300.350.39
HSV106°52°53°
CMYK 0.400.000.52   0.47
XYZ12.758819.12587.8697
Yxy19.12580.32090.4811
Hunter Lab43.7331-24.456819.9440
CIE-Lab50.8341-32.065831.9214

#508640 color RGB value is (80,134,64).

#508640 hex color red value is 80, green value is 134 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #508640 hue: 0.30 , saturation: 0.35 and the lightness value of 508640 is 0.39.

The process color (four color CMYK) of #508640 color hex is 0.40, 0.00, 0.52, 0.47. Web safe color of #508640 is #669933. Color #508640 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10000110 01000000
Octal 120 206 100
Decimal 80 134 64
Hex 50 86 40

RGB Percentages of Color #508640

%28.78
%48.20
%23.02

CMYK Percentages of Color #508640

%40
%0
%52
%47

Triadic Colors of #508640

#508640 #405086 #864050

Analogous Colors of #508640

#508640 #408653 #738640

Monochromatic Colors of #508640

#508640

Complementary Color

#508640 #764086

#508640 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508640 Color Preview on White Background

Lorem ipsum dolor sit amet.

#508640 Color CSS Codes

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

#508640 Text Font Color

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

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


#508640 Background Color

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

This div background color is #508640


#508640 Border Color

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

This div border color is #508640


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508640


Comments

No comments written yet.

Please login to write comment.