Color Hex Logo

#519672 Color Hex

#519672
(81,150,114)
0 Favorites   0 Comments

Color spaces of #519672

RGB 81150114
HSL0.410.300.45
HSV149°46°59°
CMYK 0.460.000.24   0.41
XYZ17.336924.776919.7883
Yxy24.77690.28010.4003
Hunter Lab49.7764-24.937911.2731
CIE-Lab56.8574-30.478712.3294

#519672 color RGB value is (81,150,114).

#519672 hex color red value is 81, green value is 150 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #519672 hue: 0.41 , saturation: 0.30 and the lightness value of 519672 is 0.45.

The process color (four color CMYK) of #519672 color hex is 0.46, 0.00, 0.24, 0.41. Web safe color of #519672 is #669966. Color #519672 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10010110 01110010
Octal 121 226 162
Decimal 81 150 114
Hex 51 96 72

RGB Percentages of Color #519672

%23.48
%43.48
%33.04

CMYK Percentages of Color #519672

%46
%0
%24
%41

Triadic Colors of #519672

#519672 #725196 #967251

Analogous Colors of #519672

#519672 #519695 #539651

Monochromatic Colors of #519672

#519672

Complementary Color

#519672 #965175

#519672 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#519672 Color Preview on White Background

Lorem ipsum dolor sit amet.

#519672 Color CSS Codes

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

#519672 Text Font Color

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

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


#519672 Background Color

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

This div background color is #519672


#519672 Border Color

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

This div border color is #519672


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,150,114, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #519672; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #519672;
  -webkit-box-shadow: 1px 1px 3px 2px #519672;
  box-shadow:         1px 1px 3px 2px #519672; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,150,114, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #519672


Comments

No comments written yet.

Please login to write comment.