Color Hex Logo

#508674 Color Hex

#508674
(80,134,116)
0 Favorites   0 Comments

Color spaces of #508674

RGB 80134116
HSL0.440.250.42
HSV160°40°53°
CMYK 0.400.000.13   0.47
XYZ14.985720.016619.5968
Yxy20.01660.27450.3666
Hunter Lab44.7399-18.50605.3480
CIE-Lab51.8560-22.36714.0728

#508674 color RGB value is (80,134,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10000110 01110100
Octal 120 206 164
Decimal 80 134 116
Hex 50 86 74

RGB Percentages of Color #508674

%24.24
%40.61
%35.15

CMYK Percentages of Color #508674

%40
%0
%13
%47

Triadic Colors of #508674

#508674 #745086 #867450

Analogous Colors of #508674

#508674 #507d86 #508659

Monochromatic Colors of #508674

#508674

Complementary Color

#508674 #865062

#508674 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508674 Color Preview on White Background

Lorem ipsum dolor sit amet.

#508674 Color CSS Codes

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

#508674 Text Font Color

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

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


#508674 Background Color

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

This div background color is #508674


#508674 Border Color

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

This div border color is #508674


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508674


Comments

No comments written yet.

Please login to write comment.