Color Hex Logo

#519979 Color Hex

#519979
(81,153,121)
0 Favorites   0 Comments

Color spaces of #519979

RGB 81153121
HSL0.430.310.46
HSV153°47°60°
CMYK 0.470.000.21   0.40
XYZ18.235825.912322.1296
Yxy25.91230.27510.3910
Hunter Lab50.9041-25.13679.8577
CIE-Lab57.9537-30.38589.9171

#519979 color RGB value is (81,153,121).

#519979 hex color red value is 81, green value is 153 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #519979 hue: 0.43 , saturation: 0.31 and the lightness value of 519979 is 0.46.

The process color (four color CMYK) of #519979 color hex is 0.47, 0.00, 0.21, 0.40. Web safe color of #519979 is #669966. Color #519979 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10011001 01111001
Octal 121 231 171
Decimal 81 153 121
Hex 51 99 79

RGB Percentages of Color #519979

%22.82
%43.10
%34.08

CMYK Percentages of Color #519979

%47
%0
%21
%40

Triadic Colors of #519979

#519979 #795199 #997951

Analogous Colors of #519979

#519979 #519599 #519955

Monochromatic Colors of #519979

#519979

Complementary Color

#519979 #995171

#519979 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#519979 Color Preview on White Background

Lorem ipsum dolor sit amet.

#519979 Color CSS Codes

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

#519979 Text Font Color

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

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


#519979 Background Color

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

This div background color is #519979


#519979 Border Color

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

This div border color is #519979


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #519979


Comments

No comments written yet.

Please login to write comment.