Color Hex Logo

#508277 Color Hex

#508277
(80,130,119)
0 Favorites   0 Comments

Color spaces of #508277

RGB 80130119
HSL0.460.240.41
HSV167°38°51°
CMYK 0.380.000.08   0.49
XYZ14.620719.002620.3500
Yxy19.00260.27090.3521
Hunter Lab43.5920-16.41722.8361
CIE-Lab50.6902-19.55350.6344

#508277 color RGB value is (80,130,119).

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

The process color (four color CMYK) of #508277 color hex is 0.38, 0.00, 0.08, 0.49. Web safe color of #508277 is #669966. Color #508277 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10000010 01110111
Octal 120 202 167
Decimal 80 130 119
Hex 50 82 77

RGB Percentages of Color #508277

%24.32
%39.51
%36.17

CMYK Percentages of Color #508277

%38
%0
%8
%49

Triadic Colors of #508277

#508277 #775082 #827750

Analogous Colors of #508277

#508277 #507482 #50825e

Monochromatic Colors of #508277

#508277

Complementary Color

#508277 #82505b

#508277 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508277 Color Preview on White Background

Lorem ipsum dolor sit amet.

#508277 Color CSS Codes

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

#508277 Text Font Color

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

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


#508277 Background Color

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

This div background color is #508277


#508277 Border Color

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

This div border color is #508277


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508277


Comments

No comments written yet.

Please login to write comment.