Color Hex Logo

#519475 Color Hex

#519475
(81,148,117)
0 Favorites   0 Comments

Color spaces of #519475

RGB 81148117
HSL0.420.290.45
HSV152°45°58°
CMYK 0.450.000.21   0.42
XYZ17.194124.213520.5971
Yxy24.21350.27730.3905
Hunter Lab49.2072-23.74079.6275
CIE-Lab56.3009-28.86089.8470

#519475 color RGB value is (81,148,117).

#519475 hex color red value is 81, green value is 148 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #519475 hue: 0.42 , saturation: 0.29 and the lightness value of 519475 is 0.45.

The process color (four color CMYK) of #519475 color hex is 0.45, 0.00, 0.21, 0.42. Web safe color of #519475 is #669966. Color #519475 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10010100 01110101
Octal 121 224 165
Decimal 81 148 117
Hex 51 94 75

RGB Percentages of Color #519475

%23.41
%42.77
%33.82

CMYK Percentages of Color #519475

%45
%0
%21
%42

Triadic Colors of #519475

#519475 #755194 #947551

Analogous Colors of #519475

#519475 #519294 #519454

Monochromatic Colors of #519475

#519475

Complementary Color

#519475 #945170

#519475 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#519475 Color Preview on White Background

Lorem ipsum dolor sit amet.

#519475 Color CSS Codes

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

#519475 Text Font Color

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

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


#519475 Background Color

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

This div background color is #519475


#519475 Border Color

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

This div border color is #519475


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #519475


Comments

No comments written yet.

Please login to write comment.