Color Hex Logo

#519455 Color Hex

#519455
(81,148,85)
0 Favorites   0 Comments

Color spaces of #519455

RGB 8114885
HSL0.340.290.45
HSV124°45°58°
CMYK 0.450.000.43   0.42
XYZ15.622923.585012.3233
Yxy23.58500.30320.4577
Hunter Lab48.5644-27.565218.9501
CIE-Lab55.6699-35.030926.8259

#519455 color RGB value is (81,148,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10010100 01010101
Octal 121 224 125
Decimal 81 148 85
Hex 51 94 55

RGB Percentages of Color #519455

%25.80
%47.13
%27.07

CMYK Percentages of Color #519455

%45
%0
%43
%42

Triadic Colors of #519455

#519455 #555194 #945551

Analogous Colors of #519455

#519455 #519477 #6f9451

Monochromatic Colors of #519455

#519455

Complementary Color

#519455 #945190

#519455 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#519455 Color Preview on White Background

Lorem ipsum dolor sit amet.

#519455 Color CSS Codes

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

#519455 Text Font Color

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

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


#519455 Background Color

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

This div background color is #519455


#519455 Border Color

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

This div border color is #519455


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #519455


Comments

No comments written yet.

Please login to write comment.