Color Hex Logo

#508771 Color Hex

#508771
(80,135,113)
0 Favorites   0 Comments

Color spaces of #508771

RGB 80135113
HSL0.430.260.42
HSV156°41°53°
CMYK 0.410.000.16   0.47
XYZ14.952920.225718.7386
Yxy20.22570.27730.3751
Hunter Lab44.9730-19.35396.7771
CIE-Lab52.0914-23.57936.1519

#508771 color RGB value is (80,135,113).

#508771 hex color red value is 80, green value is 135 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #508771 hue: 0.43 , saturation: 0.26 and the lightness value of 508771 is 0.42.

The process color (four color CMYK) of #508771 color hex is 0.41, 0.00, 0.16, 0.47. Web safe color of #508771 is #669966. Color #508771 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10000111 01110001
Octal 120 207 161
Decimal 80 135 113
Hex 50 87 71

RGB Percentages of Color #508771

%24.39
%41.16
%34.45

CMYK Percentages of Color #508771

%41
%0
%16
%47

Triadic Colors of #508771

#508771 #715087 #877150

Analogous Colors of #508771

#508771 #508287 #508756

Monochromatic Colors of #508771

#508771

Complementary Color

#508771 #875066

#508771 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508771 Color Preview on White Background

Lorem ipsum dolor sit amet.

#508771 Color CSS Codes

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

#508771 Text Font Color

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

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


#508771 Background Color

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

This div background color is #508771


#508771 Border Color

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

This div border color is #508771


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508771


Comments

No comments written yet.

Please login to write comment.