Color Hex Logo

#519463 Color Hex

#519463
(81,148,99)
0 Favorites   0 Comments

Color spaces of #519463

RGB 8114899
HSL0.380.290.45
HSV136°45°58°
CMYK 0.450.000.33   0.42
XYZ16.235423.830015.5483
Yxy23.83000.29190.4285
Hunter Lab48.8160-26.061815.2868
CIE-Lab55.9172-32.563319.4579

#519463 color RGB value is (81,148,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10010100 01100011
Octal 121 224 143
Decimal 81 148 99
Hex 51 94 63

RGB Percentages of Color #519463

%24.70
%45.12
%30.18

CMYK Percentages of Color #519463

%45
%0
%33
%42

Triadic Colors of #519463

#519463 #635194 #946351

Analogous Colors of #519463

#519463 #519485 #619451

Monochromatic Colors of #519463

#519463

Complementary Color

#519463 #945182

#519463 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#519463 Color Preview on White Background

Lorem ipsum dolor sit amet.

#519463 Color CSS Codes

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

#519463 Text Font Color

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

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


#519463 Background Color

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

This div background color is #519463


#519463 Border Color

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

This div border color is #519463


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #519463


Comments

No comments written yet.

Please login to write comment.