Color Hex Logo

#508679 Color Hex

#508679
(80,134,121)
0 Favorites   0 Comments

Color spaces of #508679

RGB 80134121
HSL0.460.250.42
HSV166°40°53°
CMYK 0.400.000.10   0.47
XYZ15.284620.136121.1702
Yxy20.13610.27010.3558
Hunter Lab44.8733-17.72813.4396
CIE-Lab51.9907-21.16391.3606

#508679 color RGB value is (80,134,121).

#508679 hex color red value is 80, green value is 134 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #508679 hue: 0.46 , saturation: 0.25 and the lightness value of 508679 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10000110 01111001
Octal 120 206 171
Decimal 80 134 121
Hex 50 86 79

RGB Percentages of Color #508679

%23.88
%40.00
%36.12

CMYK Percentages of Color #508679

%40
%0
%10
%47

Triadic Colors of #508679

#508679 #795086 #867950

Analogous Colors of #508679

#508679 #507886 #50865e

Monochromatic Colors of #508679

#508679

Complementary Color

#508679 #86505d

#508679 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508679 Color Preview on White Background

Lorem ipsum dolor sit amet.

#508679 Color CSS Codes

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

#508679 Text Font Color

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

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


#508679 Background Color

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

This div background color is #508679


#508679 Border Color

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

This div border color is #508679


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508679


Comments

No comments written yet.

Please login to write comment.