Color Hex Logo

#519448 Color Hex

#519448
(81,148,72)
0 Favorites   0 Comments

Color spaces of #519448

RGB 8114872
HSL0.310.350.43
HSV113°51°58°
CMYK 0.450.000.51   0.42
XYZ15.152923.39709.8483
Yxy23.39700.31310.4834
Hunter Lab48.3704-28.730021.7878
CIE-Lab55.4789-36.982433.4628

#519448 color RGB value is (81,148,72).

#519448 hex color red value is 81, green value is 148 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #519448 hue: 0.31 , saturation: 0.35 and the lightness value of 519448 is 0.43.

The process color (four color CMYK) of #519448 color hex is 0.45, 0.00, 0.51, 0.42. Web safe color of #519448 is #669933. Color #519448 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10010100 01001000
Octal 121 224 110
Decimal 81 148 72
Hex 51 94 48

RGB Percentages of Color #519448

%26.91
%49.17
%23.92

CMYK Percentages of Color #519448

%45
%0
%51
%42

Triadic Colors of #519448

#519448 #485194 #944851

Analogous Colors of #519448

#519448 #489465 #779448

Monochromatic Colors of #519448

#519448

Complementary Color

#519448 #8b4894

#519448 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#519448 Color Preview on White Background

Lorem ipsum dolor sit amet.

#519448 Color CSS Codes

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

#519448 Text Font Color

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

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


#519448 Background Color

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

This div background color is #519448


#519448 Border Color

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

This div border color is #519448


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #519448


Comments

No comments written yet.

Please login to write comment.