Color Hex Logo

#508022 Color Hex

#508022
(80,128,34)
0 Favorites   0 Comments

Color spaces of #508022

RGB 8012834
HSL0.250.580.32
HSV91°73°50°
CMYK 0.380.000.73   0.50
XYZ11.316217.25934.2483
Yxy17.25930.34480.5258
Hunter Lab41.5443-24.081223.0181
CIE-Lab48.5851-32.409243.5195

#508022 color RGB value is (80,128,34).

#508022 hex color red value is 80, green value is 128 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #508022 hue: 0.25 , saturation: 0.58 and the lightness value of 508022 is 0.32.

The process color (four color CMYK) of #508022 color hex is 0.38, 0.00, 0.73, 0.50. Web safe color of #508022 is #669933. Color #508022 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10000000 00100010
Octal 120 200 42
Decimal 80 128 34
Hex 50 80 22

RGB Percentages of Color #508022

%33.06
%52.89
%14.05

CMYK Percentages of Color #508022

%38
%0
%73
%50

Triadic Colors of #508022

#508022 #225080 #802250

Analogous Colors of #508022

#508022 #228023 #7f8022

Monochromatic Colors of #508022

#508022

Complementary Color

#508022 #522280

#508022 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508022 Color Preview on White Background

Lorem ipsum dolor sit amet.

#508022 Color CSS Codes

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

#508022 Text Font Color

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

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


#508022 Background Color

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

This div background color is #508022


#508022 Border Color

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

This div border color is #508022


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508022


Comments

No comments written yet.

Please login to write comment.