Color Hex Logo

#509449 Color Hex

#509449
(80,148,73)
0 Favorites   0 Comments

Color spaces of #509449

RGB 8014873
HSL0.320.340.43
HSV114°51°58°
CMYK 0.460.000.51   0.42
XYZ15.100823.366310.0176
Yxy23.36630.31150.4819
Hunter Lab48.3387-28.830121.5500
CIE-Lab55.4477-37.158732.8974

#509449 color RGB value is (80,148,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10010100 01001001
Octal 120 224 111
Decimal 80 148 73
Hex 50 94 49

RGB Percentages of Color #509449

%26.58
%49.17
%24.25

CMYK Percentages of Color #509449

%46
%0
%51
%42

Triadic Colors of #509449

#509449 #495094 #944950

Analogous Colors of #509449

#509449 #499468 #769449

Monochromatic Colors of #509449

#509449

Complementary Color

#509449 #8d4994

#509449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#509449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#509449 Color CSS Codes

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

#509449 Text Font Color

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

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


#509449 Background Color

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

This div background color is #509449


#509449 Border Color

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

This div border color is #509449


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,148,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 #509449">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #509449


Comments

No comments written yet.

Please login to write comment.