Color Hex Logo

#519267 Color Hex

#519267
(81,146,103)
0 Favorites   0 Comments

Color spaces of #519267

RGB 81146103
HSL0.390.290.45
HSV140°45°57°
CMYK 0.450.000.29   0.43
XYZ16.120423.286416.4770
Yxy23.28640.28850.4167
Hunter Lab48.2560-24.818213.5346
CIE-Lab55.3661-30.844616.4666

#519267 color RGB value is (81,146,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10010010 01100111
Octal 121 222 147
Decimal 81 146 103
Hex 51 92 67

RGB Percentages of Color #519267

%24.55
%44.24
%31.21

CMYK Percentages of Color #519267

%45
%0
%29
%43

Triadic Colors of #519267

#519267 #675192 #926751

Analogous Colors of #519267

#519267 #519288 #5c9251

Monochromatic Colors of #519267

#519267

Complementary Color

#519267 #92517c

#519267 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#519267 Color Preview on White Background

Lorem ipsum dolor sit amet.

#519267 Color CSS Codes

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

#519267 Text Font Color

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

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


#519267 Background Color

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

This div background color is #519267


#519267 Border Color

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

This div border color is #519267


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #519267


Comments

No comments written yet.

Please login to write comment.