Color Hex Logo

#508181 Color Hex

#508181
(80,129,129)
0 Favorites   0 Comments

Color spaces of #508181

RGB 80129129
HSL0.500.230.41
HSV180°38°51°
CMYK 0.380.000.00   0.49
XYZ15.121018.991023.6375
Yxy18.99100.26180.3289
Hunter Lab43.5787-14.3264-1.6544
CIE-Lab50.6767-16.4734-5.2419

#508181 color RGB value is (80,129,129).

#508181 hex color red value is 80, green value is 129 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #508181 hue: 0.50 , saturation: 0.23 and the lightness value of 508181 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10000001 10000001
Octal 120 201 201
Decimal 80 129 129
Hex 50 81 81

RGB Percentages of Color #508181

%23.67
%38.17
%38.17

CMYK Percentages of Color #508181

%38
%0
%0
%49

Triadic Colors of #508181

#508181 #815081 #818150

Analogous Colors of #508181

#508181 #506981 #508169

Monochromatic Colors of #508181

#508181

Complementary Color

#508181 #815050

#508181 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508181 Color Preview on White Background

Lorem ipsum dolor sit amet.

#508181 Color CSS Codes

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

#508181 Text Font Color

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

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


#508181 Background Color

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

This div background color is #508181


#508181 Border Color

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

This div border color is #508181


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508181


Comments

No comments written yet.

Please login to write comment.