Color Hex Logo

#508061 Color Hex

#508061
(80,128,97)
0 Favorites   0 Comments

Color spaces of #508061

RGB 8012897
HSL0.390.230.41
HSV141°38°50°
CMYK 0.380.000.24   0.50
XYZ13.185118.006914.0900
Yxy18.00690.29120.3977
Hunter Lab42.4345-18.797610.0175
CIE-Lab49.5045-23.514711.7776

#508061 color RGB value is (80,128,97).

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

The process color (four color CMYK) of #508061 color hex is 0.38, 0.00, 0.24, 0.50. Web safe color of #508061 is #669966. Color #508061 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10000000 01100001
Octal 120 200 141
Decimal 80 128 97
Hex 50 80 61

RGB Percentages of Color #508061

%26.23
%41.97
%31.80

CMYK Percentages of Color #508061

%38
%0
%24
%50

Triadic Colors of #508061

#508061 #615080 #806150

Analogous Colors of #508061

#508061 #508079 #578050

Monochromatic Colors of #508061

#508061

Complementary Color

#508061 #80506f

#508061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#508061 Color CSS Codes

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

#508061 Text Font Color

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

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


#508061 Background Color

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

This div background color is #508061


#508061 Border Color

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

This div border color is #508061


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508061


Comments

No comments written yet.

Please login to write comment.