Color Hex Logo

#519263 Color Hex

#519263
(81,146,99)
0 Favorites   0 Comments

Color spaces of #519263

RGB 8114699
HSL0.380.290.45
HSV137°45°57°
CMYK 0.450.000.32   0.43
XYZ15.924423.208015.4447
Yxy23.20800.29180.4252
Hunter Lab48.1747-25.301614.7140
CIE-Lab55.2859-31.625318.6023

#519263 color RGB value is (81,146,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10010010 01100011
Octal 121 222 143
Decimal 81 146 99
Hex 51 92 63

RGB Percentages of Color #519263

%24.85
%44.79
%30.37

CMYK Percentages of Color #519263

%45
%0
%32
%43

Triadic Colors of #519263

#519263 #635192 #926351

Analogous Colors of #519263

#519263 #519284 #609251

Monochromatic Colors of #519263

#519263

Complementary Color

#519263 #925180

#519263 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#519263 Color Preview on White Background

Lorem ipsum dolor sit amet.

#519263 Color CSS Codes

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

#519263 Text Font Color

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

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


#519263 Background Color

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

This div background color is #519263


#519263 Border Color

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

This div border color is #519263


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #519263


Comments

No comments written yet.

Please login to write comment.