Color Hex Logo

#519166 Color Hex

#519166
(81,145,102)
0 Favorites   0 Comments

Color spaces of #519166

RGB 81145102
HSL0.390.280.44
HSV140°44°57°
CMYK 0.440.000.30   0.43
XYZ15.917022.959416.1631
Yxy22.95940.28920.4171
Hunter Lab47.9160-24.557813.5414
CIE-Lab55.0305-30.566916.5691

#519166 color RGB value is (81,145,102).

#519166 hex color red value is 81, green value is 145 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #519166 hue: 0.39 , saturation: 0.28 and the lightness value of 519166 is 0.44.

The process color (four color CMYK) of #519166 color hex is 0.44, 0.00, 0.30, 0.43. Web safe color of #519166 is #669966. Color #519166 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10010001 01100110
Octal 121 221 146
Decimal 81 145 102
Hex 51 91 66

RGB Percentages of Color #519166

%24.70
%44.21
%31.10

CMYK Percentages of Color #519166

%44
%0
%30
%43

Triadic Colors of #519166

#519166 #665191 #916651

Analogous Colors of #519166

#519166 #519186 #5c9151

Monochromatic Colors of #519166

#519166

Complementary Color

#519166 #91517c

#519166 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#519166 Color Preview on White Background

Lorem ipsum dolor sit amet.

#519166 Color CSS Codes

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

#519166 Text Font Color

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

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


#519166 Background Color

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

This div background color is #519166


#519166 Border Color

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

This div border color is #519166


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #519166


Comments

No comments written yet.

Please login to write comment.