Color Hex Logo

#519483 Color Hex

#519483
(81,148,131)
0 Favorites   0 Comments

Color spaces of #519483

RGB 81148131
HSL0.460.290.45
HSV165°45°58°
CMYK 0.450.000.11   0.42
XYZ18.080024.567825.2619
Yxy24.56780.26620.3618
Hunter Lab49.5659-21.62954.4782
CIE-Lab56.6519-25.59802.3675

#519483 color RGB value is (81,148,131).

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

The process color (four color CMYK) of #519483 color hex is 0.45, 0.00, 0.11, 0.42. Web safe color of #519483 is #669999. Color #519483 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10010100 10000011
Octal 121 224 203
Decimal 81 148 131
Hex 51 94 83

RGB Percentages of Color #519483

%22.50
%41.11
%36.39

CMYK Percentages of Color #519483

%45
%0
%11
%42

Triadic Colors of #519483

#519483 #835194 #948351

Analogous Colors of #519483

#519483 #518494 #519462

Monochromatic Colors of #519483

#519483

Complementary Color

#519483 #945162

#519483 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#519483 Color Preview on White Background

Lorem ipsum dolor sit amet.

#519483 Color CSS Codes

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

#519483 Text Font Color

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

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


#519483 Background Color

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

This div background color is #519483


#519483 Border Color

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

This div border color is #519483


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #519483


Comments

No comments written yet.

Please login to write comment.