Color Hex Logo

#508b6f Color Hex

#508B6F
(80,139,111)
0 Favorites   0 Comments

Color spaces of #508b6f

RGB 80139111
HSL0.420.270.43
HSV152°42°55°
CMYK 0.420.000.20   0.45
XYZ15.410121.318418.3416
Yxy21.31840.27980.3871
Hunter Lab46.1719-21.22548.7676
CIE-Lab53.2962-26.04889.0203

#508b6f color RGB value is (80,139,111).

#508b6f hex color red value is 80, green value is 139 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #508b6f hue: 0.42 , saturation: 0.27 and the lightness value of 508b6f is 0.43.

The process color (four color CMYK) of #508b6f color hex is 0.42, 0.00, 0.20, 0.45. Web safe color of #508b6f is #669966. Color #508b6f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10001011 01101111
Octal 120 213 157
Decimal 80 139 111
Hex 50 8B 6F

RGB Percentages of Color #508b6f

%24.24
%42.12
%33.64

CMYK Percentages of Color #508b6f

%42
%0
%20
%45

Triadic Colors of #508b6f

#508b6f #6f508b #8b6f50

Analogous Colors of #508b6f

#508b6f #508a8b #508b52

Monochromatic Colors of #508b6f

#508b6f

Complementary Color

#508b6f #8b506c

#508b6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508b6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#508b6f Color CSS Codes

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

#508b6f Text Font Color

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

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


#508b6f Background Color

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

This div background color is #508b6f


#508b6f Border Color

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

This div border color is #508b6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508b6f


Comments

No comments written yet.

Please login to write comment.