Color Hex Logo

#509479 Color Hex

#509479
(80,148,121)
0 Favorites   0 Comments

Color spaces of #509479

RGB 80148121
HSL0.430.300.45
HSV156°46°58°
CMYK 0.460.000.18   0.42
XYZ17.349424.265821.8585
Yxy24.26580.27330.3823
Hunter Lab49.2603-23.33828.1732
CIE-Lab56.3529-28.23627.6393

#509479 color RGB value is (80,148,121).

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

The process color (four color CMYK) of #509479 color hex is 0.46, 0.00, 0.18, 0.42. Web safe color of #509479 is #669966. Color #509479 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10010100 01111001
Octal 120 224 171
Decimal 80 148 121
Hex 50 94 79

RGB Percentages of Color #509479

%22.92
%42.41
%34.67

CMYK Percentages of Color #509479

%46
%0
%18
%42

Triadic Colors of #509479

#509479 #795094 #947950

Analogous Colors of #509479

#509479 #508d94 #509457

Monochromatic Colors of #509479

#509479

Complementary Color

#509479 #94506b

#509479 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#509479 Color Preview on White Background

Lorem ipsum dolor sit amet.

#509479 Color CSS Codes

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

#509479 Text Font Color

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

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


#509479 Background Color

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

This div background color is #509479


#509479 Border Color

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

This div border color is #509479


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #509479


Comments

No comments written yet.

Please login to write comment.