Color Hex Logo

#506f6c Color Hex

#506F6C
(80,111,108)
0 Favorites   0 Comments

Color spaces of #506f6c

RGB 80111108
HSL0.480.160.37
HSV174°28°44°
CMYK 0.280.000.03   0.56
XYZ11.699514.157116.3033
Yxy14.15710.27750.3358
Hunter Lab37.6259-10.34210.6478
CIE-Lab44.4574-11.8709-1.9657

#506f6c color RGB value is (80,111,108).

#506f6c hex color red value is 80, green value is 111 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #506f6c hue: 0.48 , saturation: 0.16 and the lightness value of 506f6c is 0.37.

The process color (four color CMYK) of #506f6c color hex is 0.28, 0.00, 0.03, 0.56. Web safe color of #506f6c is #666666. Color #506f6c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01101111 01101100
Octal 120 157 154
Decimal 80 111 108
Hex 50 6F 6C

RGB Percentages of Color #506f6c

%26.76
%37.12
%36.12

CMYK Percentages of Color #506f6c

%28
%0
%3
%56

Triadic Colors of #506f6c

#506f6c #6c506f #6f6c50

Analogous Colors of #506f6c

#506f6c #50636f #506f5d

Monochromatic Colors of #506f6c

#506f6c

Complementary Color

#506f6c #6f5053

#506f6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#506f6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#506f6c Color CSS Codes

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

#506f6c Text Font Color

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

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


#506f6c Background Color

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

This div background color is #506f6c


#506f6c Border Color

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

This div border color is #506f6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #506f6c

#506f6c Color Palettes


Comments

No comments written yet.

Please login to write comment.