Color Hex Logo

#507912 Color Hex

#507912
(80,121,18)
0 Favorites   0 Comments

Color spaces of #507912

RGB 8012118
HSL0.230.740.27
HSV84°85°47°
CMYK 0.340.000.85   0.53
XYZ10.254815.42393.0089
Yxy15.42390.35750.5377
Hunter Lab39.2733-22.119422.9488
CIE-Lab46.2094-30.113346.7914

#507912 color RGB value is (80,121,18).

#507912 hex color red value is 80, green value is 121 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #507912 hue: 0.23 , saturation: 0.74 and the lightness value of 507912 is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01111001 00010010
Octal 120 171 22
Decimal 80 121 18
Hex 50 79 12

RGB Percentages of Color #507912

%36.53
%55.25
%8.22

CMYK Percentages of Color #507912

%34
%0
%85
%53

Triadic Colors of #507912

#507912 #125079 #791250

Analogous Colors of #507912

#507912 #1d7912 #796f12

Monochromatic Colors of #507912

#507912

Complementary Color

#507912 #3b1279

#507912 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507912 Color Preview on White Background

Lorem ipsum dolor sit amet.

#507912 Color CSS Codes

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

#507912 Text Font Color

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

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


#507912 Background Color

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

This div background color is #507912


#507912 Border Color

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

This div border color is #507912


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507912


Comments

No comments written yet.

Please login to write comment.