Color Hex Logo

#507915 Color Hex

#507915
(80,121,21)
0 Favorites   0 Comments

Color spaces of #507915

RGB 8012121
HSL0.240.700.28
HSV85°83°47°
CMYK 0.340.000.83   0.53
XYZ10.281015.43443.1467
Yxy15.43440.35620.5348
Hunter Lab39.2866-22.039622.7518
CIE-Lab46.2235-29.971645.9064

#507915 color RGB value is (80,121,21).

#507915 hex color red value is 80, green value is 121 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #507915 hue: 0.24 , saturation: 0.70 and the lightness value of 507915 is 0.28.

The process color (four color CMYK) of #507915 color hex is 0.34, 0.00, 0.83, 0.53. Web safe color of #507915 is #666600. Color #507915 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01111001 00010101
Octal 120 171 25
Decimal 80 121 21
Hex 50 79 15

RGB Percentages of Color #507915

%36.04
%54.50
%9.46

CMYK Percentages of Color #507915

%34
%0
%83
%53

Triadic Colors of #507915

#507915 #155079 #791550

Analogous Colors of #507915

#507915 #1e7915 #797015

Monochromatic Colors of #507915

#507915

Complementary Color

#507915 #3e1579

#507915 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507915 Color Preview on White Background

Lorem ipsum dolor sit amet.

#507915 Color CSS Codes

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

#507915 Text Font Color

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

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


#507915 Background Color

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

This div background color is #507915


#507915 Border Color

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

This div border color is #507915


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507915


Comments

No comments written yet.

Please login to write comment.