Color Hex Logo

#507203 Color Hex

#507203
(80,114,3)
0 Favorites   0 Comments

Color spaces of #507203

RGB 801143
HSL0.220.950.23
HSV78°97°45°
CMYK 0.300.000.97   0.55
XYZ9.342013.74672.2471
Yxy13.74670.36870.5426
Hunter Lab37.0765-19.908222.3602
CIE-Lab43.8675-27.301848.3604

#507203 color RGB value is (80,114,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01110010 00000011
Octal 120 162 3
Decimal 80 114 3
Hex 50 72 3

RGB Percentages of Color #507203

%40.61
%57.87
%1.52

CMYK Percentages of Color #507203

%30
%0
%97
%55

Triadic Colors of #507203

#507203 #035072 #720350

Analogous Colors of #507203

#507203 #197203 #725d03

Monochromatic Colors of #507203

#507203

Complementary Color

#507203 #250372

#507203 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507203 Color Preview on White Background

Lorem ipsum dolor sit amet.

#507203 Color CSS Codes

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

#507203 Text Font Color

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

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


#507203 Background Color

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

This div background color is #507203


#507203 Border Color

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

This div border color is #507203


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507203


Comments

No comments written yet.

Please login to write comment.