Color Hex Logo

#509549 Color Hex

#509549
(80,149,73)
0 Favorites   0 Comments

Color spaces of #509549

RGB 8014973
HSL0.320.340.44
HSV114°51°58°
CMYK 0.460.000.51   0.42
XYZ15.258323.681410.0701
Yxy23.68140.31130.4832
Hunter Lab48.6635-29.193121.7954
CIE-Lab55.7674-37.598633.2912

#509549 color RGB value is (80,149,73).

#509549 hex color red value is 80, green value is 149 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #509549 hue: 0.32 , saturation: 0.34 and the lightness value of 509549 is 0.44.

The process color (four color CMYK) of #509549 color hex is 0.46, 0.00, 0.51, 0.42. Web safe color of #509549 is #669933. Color #509549 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10010101 01001001
Octal 120 225 111
Decimal 80 149 73
Hex 50 95 49

RGB Percentages of Color #509549

%26.49
%49.34
%24.17

CMYK Percentages of Color #509549

%46
%0
%51
%42

Triadic Colors of #509549

#509549 #495095 #954950

Analogous Colors of #509549

#509549 #499568 #769549

Monochromatic Colors of #509549

#509549

Complementary Color

#509549 #8e4995

#509549 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#509549 Color Preview on White Background

Lorem ipsum dolor sit amet.

#509549 Color CSS Codes

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

#509549 Text Font Color

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

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


#509549 Background Color

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

This div background color is #509549


#509549 Border Color

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

This div border color is #509549


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #509549


Comments

No comments written yet.

Please login to write comment.