Color Hex Logo

#508975 Color Hex

#508975
(80,137,117)
0 Favorites   0 Comments

Color spaces of #508975

RGB 80137117
HSL0.440.260.43
HSV159°42°54°
CMYK 0.420.000.15   0.46
XYZ15.464820.881120.0450
Yxy20.88110.27420.3703
Hunter Lab45.6958-19.55815.9789
CIE-Lab52.8191-23.67024.8791

#508975 color RGB value is (80,137,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10001001 01110101
Octal 120 211 165
Decimal 80 137 117
Hex 50 89 75

RGB Percentages of Color #508975

%23.95
%41.02
%35.03

CMYK Percentages of Color #508975

%42
%0
%15
%46

Triadic Colors of #508975

#508975 #755089 #897550

Analogous Colors of #508975

#508975 #508189 #508959

Monochromatic Colors of #508975

#508975

Complementary Color

#508975 #895064

#508975 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508975 Color Preview on White Background

Lorem ipsum dolor sit amet.

#508975 Color CSS Codes

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

#508975 Text Font Color

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

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


#508975 Background Color

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

This div background color is #508975


#508975 Border Color

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

This div border color is #508975


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508975


Comments

No comments written yet.

Please login to write comment.