Color Hex Logo

#508b6e Color Hex

#508B6E
(80,139,110)
0 Favorites   0 Comments

Color spaces of #508b6e

RGB 80139110
HSL0.420.270.43
HSV151°42°55°
CMYK 0.420.000.21   0.45
XYZ15.355421.296518.0532
Yxy21.29650.28070.3893
Hunter Lab46.1481-21.36499.1094
CIE-Lab53.2725-26.26959.5614

#508b6e color RGB value is (80,139,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10001011 01101110
Octal 120 213 156
Decimal 80 139 110
Hex 50 8B 6E

RGB Percentages of Color #508b6e

%24.32
%42.25
%33.43

CMYK Percentages of Color #508b6e

%42
%0
%21
%45

Triadic Colors of #508b6e

#508b6e #6e508b #8b6e50

Analogous Colors of #508b6e

#508b6e #508b8b #508b51

Monochromatic Colors of #508b6e

#508b6e

Complementary Color

#508b6e #8b506d

#508b6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508b6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#508b6e Color CSS Codes

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

#508b6e Text Font Color

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

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


#508b6e Background Color

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

This div background color is #508b6e


#508b6e Border Color

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

This div border color is #508b6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508b6e


Comments

No comments written yet.

Please login to write comment.