Color Hex Logo

#508663 Color Hex

#508663
(80,134,99)
0 Favorites   0 Comments

Color spaces of #508663

RGB 8013499
HSL0.390.250.42
HSV141°40°53°
CMYK 0.400.000.26   0.47
XYZ14.085519.656514.8561
Yxy19.65650.28980.4045
Hunter Lab44.3357-20.877711.1679
CIE-Lab51.4466-26.123313.3249

#508663 color RGB value is (80,134,99).

#508663 hex color red value is 80, green value is 134 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #508663 hue: 0.39 , saturation: 0.25 and the lightness value of 508663 is 0.42.

The process color (four color CMYK) of #508663 color hex is 0.40, 0.00, 0.26, 0.47. Web safe color of #508663 is #669966. Color #508663 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10000110 01100011
Octal 120 206 143
Decimal 80 134 99
Hex 50 86 63

RGB Percentages of Color #508663

%25.56
%42.81
%31.63

CMYK Percentages of Color #508663

%40
%0
%26
%47

Triadic Colors of #508663

#508663 #635086 #866350

Analogous Colors of #508663

#508663 #50867e #588650

Monochromatic Colors of #508663

#508663

Complementary Color

#508663 #865073

#508663 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508663 Color Preview on White Background

Lorem ipsum dolor sit amet.

#508663 Color CSS Codes

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

#508663 Text Font Color

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

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


#508663 Background Color

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

This div background color is #508663


#508663 Border Color

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

This div border color is #508663


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508663


Comments

No comments written yet.

Please login to write comment.