Color Hex Logo

#507463 Color Hex

#507463
(80,116,99)
1 Favorites   0 Comments

Color spaces of #507463

RGB 8011699
HSL0.420.180.38
HSV152°31°45°
CMYK 0.310.000.15   0.55
XYZ11.805815.097114.0962
Yxy15.09710.28800.3682
Hunter Lab38.8550-13.76035.6887
CIE-Lab45.7669-16.76435.3187

#507463 color RGB value is (80,116,99).

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

The process color (four color CMYK) of #507463 color hex is 0.31, 0.00, 0.15, 0.55. Web safe color of #507463 is #666666. Color #507463 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01110100 01100011
Octal 120 164 143
Decimal 80 116 99
Hex 50 74 63

RGB Percentages of Color #507463

%27.12
%39.32
%33.56

CMYK Percentages of Color #507463

%31
%0
%15
%55

Triadic Colors of #507463

#507463 #635074 #746350

Analogous Colors of #507463

#507463 #507374 #507451

Monochromatic Colors of #507463

#507463

Complementary Color

#507463 #745061

#507463 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507463 Color Preview on White Background

Lorem ipsum dolor sit amet.

#507463 Color CSS Codes

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

#507463 Text Font Color

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

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


#507463 Background Color

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

This div background color is #507463


#507463 Border Color

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

This div border color is #507463


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,116,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 #507463">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507463


Comments

No comments written yet.

Please login to write comment.