Color Hex Logo

#508066 Color Hex

#508066
(80,128,102)
0 Favorites   0 Comments

Color spaces of #508066

RGB 80128102
HSL0.410.230.41
HSV148°38°50°
CMYK 0.380.000.20   0.50
XYZ13.425718.103115.3570
Yxy18.10310.28630.3861
Hunter Lab42.5477-18.13398.3835
CIE-Lab49.6209-22.45179.0328

#508066 color RGB value is (80,128,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10000000 01100110
Octal 120 200 146
Decimal 80 128 102
Hex 50 80 66

RGB Percentages of Color #508066

%25.81
%41.29
%32.90

CMYK Percentages of Color #508066

%38
%0
%20
%50

Triadic Colors of #508066

#508066 #665080 #806650

Analogous Colors of #508066

#508066 #50807e #528050

Monochromatic Colors of #508066

#508066

Complementary Color

#508066 #80506a

#508066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#508066 Color CSS Codes

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

#508066 Text Font Color

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

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


#508066 Background Color

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

This div background color is #508066


#508066 Border Color

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

This div border color is #508066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508066

#508066 Color Palettes


Comments

No comments written yet.

Please login to write comment.