Color Hex Logo

#507301 Color Hex

#507301
(80,115,1)
0 Favorites   0 Comments

Color spaces of #507301

RGB 801151
HSL0.220.980.23
HSV78°99°45°
CMYK 0.300.000.99   0.55
XYZ9.444513.96912.2273
Yxy13.96910.36830.5448
Hunter Lab37.3753-20.300822.6294
CIE-Lab44.1886-27.845149.0757

#507301 color RGB value is (80,115,1).

#507301 hex color red value is 80, green value is 115 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #507301 hue: 0.22 , saturation: 0.98 and the lightness value of 507301 is 0.23.

The process color (four color CMYK) of #507301 color hex is 0.30, 0.00, 0.99, 0.55. Web safe color of #507301 is #666600. Color #507301 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01110011 00000001
Octal 120 163 1
Decimal 80 115 1
Hex 50 73 1

RGB Percentages of Color #507301

%40.82
%58.67
%0.51

CMYK Percentages of Color #507301

%30
%0
%99
%55

Triadic Colors of #507301

#507301 #015073 #730150

Analogous Colors of #507301

#507301 #177301 #735d01

Monochromatic Colors of #507301

#507301

Complementary Color

#507301 #240173

#507301 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507301 Color Preview on White Background

Lorem ipsum dolor sit amet.

#507301 Color CSS Codes

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

#507301 Text Font Color

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

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


#507301 Background Color

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

This div background color is #507301


#507301 Border Color

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

This div border color is #507301


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507301


Comments

No comments written yet.

Please login to write comment.