Color Hex Logo

#557919 Color Hex

#557919
(85,121,25)
0 Favorites   0 Comments

Color spaces of #557919

RGB 8512125
HSL0.230.660.29
HSV83°79°47°
CMYK 0.300.000.79   0.53
XYZ10.759215.67623.3785
Yxy15.67620.36090.5258
Hunter Lab39.5932-20.781822.6560
CIE-Lab46.5468-27.727144.9923

#557919 color RGB value is (85,121,25).

#557919 hex color red value is 85, green value is 121 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #557919 hue: 0.23 , saturation: 0.66 and the lightness value of 557919 is 0.29.

The process color (four color CMYK) of #557919 color hex is 0.30, 0.00, 0.79, 0.53. Web safe color of #557919 is #666600. Color #557919 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01111001 00011001
Octal 125 171 31
Decimal 85 121 25
Hex 55 79 19

RGB Percentages of Color #557919

%36.80
%52.38
%10.82

CMYK Percentages of Color #557919

%30
%0
%79
%53

Triadic Colors of #557919

#557919 #195579 #791955

Analogous Colors of #557919

#557919 #257919 #796d19

Monochromatic Colors of #557919

#557919

Complementary Color

#557919 #3d1979

#557919 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557919 Color Preview on White Background

Lorem ipsum dolor sit amet.

#557919 Color CSS Codes

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

#557919 Text Font Color

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

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


#557919 Background Color

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

This div background color is #557919


#557919 Border Color

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

This div border color is #557919


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557919


Comments

No comments written yet.

Please login to write comment.