Color Hex Logo

#509971 Color Hex

#509971
(80,153,113)
0 Favorites   0 Comments

Color spaces of #509971

RGB 80153113
HSL0.410.310.46
HSV147°48°60°
CMYK 0.480.000.26   0.40
XYZ17.680125.680219.6477
Yxy25.68020.28060.4076
Hunter Lab50.6756-26.405912.4853
CIE-Lab57.7322-32.390714.1067

#509971 color RGB value is (80,153,113).

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

The process color (four color CMYK) of #509971 color hex is 0.48, 0.00, 0.26, 0.40. Web safe color of #509971 is #669966. Color #509971 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10011001 01110001
Octal 120 231 161
Decimal 80 153 113
Hex 50 99 71

RGB Percentages of Color #509971

%23.12
%44.22
%32.66

CMYK Percentages of Color #509971

%48
%0
%26
%40

Triadic Colors of #509971

#509971 #715099 #997150

Analogous Colors of #509971

#509971 #509996 #549950

Monochromatic Colors of #509971

#509971

Complementary Color

#509971 #995078

#509971 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#509971 Color Preview on White Background

Lorem ipsum dolor sit amet.

#509971 Color CSS Codes

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

#509971 Text Font Color

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

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


#509971 Background Color

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

This div background color is #509971


#509971 Border Color

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

This div border color is #509971


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #509971


Comments

No comments written yet.

Please login to write comment.