Color Hex Logo

#506764 Color Hex

#506764
(80,103,100)
0 Favorites   0 Comments

Color spaces of #506764

RGB 80103100
HSL0.480.130.36
HSV172°22°40°
CMYK 0.220.000.03   0.60
XYZ10.458812.326113.8845
Yxy12.32610.28520.3361
Hunter Lab35.1085-8.26501.1284
CIE-Lab41.7298-9.2365-1.1328

#506764 color RGB value is (80,103,100).

#506764 hex color red value is 80, green value is 103 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #506764 hue: 0.48 , saturation: 0.13 and the lightness value of 506764 is 0.36.

The process color (four color CMYK) of #506764 color hex is 0.22, 0.00, 0.03, 0.60. Web safe color of #506764 is #666666. Color #506764 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01100111 01100100
Octal 120 147 144
Decimal 80 103 100
Hex 50 67 64

RGB Percentages of Color #506764

%28.27
%36.40
%35.34

CMYK Percentages of Color #506764

%22
%0
%3
%60

Triadic Colors of #506764

#506764 #645067 #676450

Analogous Colors of #506764

#506764 #505f67 #506759

Monochromatic Colors of #506764

#506764

Complementary Color

#506764 #675053

#506764 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#506764 Color Preview on White Background

Lorem ipsum dolor sit amet.

#506764 Color CSS Codes

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

#506764 Text Font Color

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

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


#506764 Background Color

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

This div background color is #506764


#506764 Border Color

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

This div border color is #506764


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #506764


Comments

No comments written yet.

Please login to write comment.