Color Hex Logo

#557954 Color Hex

#557954
(85,121,84)
0 Favorites   0 Comments

Color spaces of #557954

RGB 8512184
HSL0.330.180.40
HSV118°31°47°
CMYK 0.300.000.31   0.53
XYZ12.183916.246110.8812
Yxy16.24610.30990.4133
Hunter Lab40.3065-16.579012.2085
CIE-Lab47.2957-20.718816.3190

#557954 color RGB value is (85,121,84).

#557954 hex color red value is 85, green value is 121 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #557954 hue: 0.33 , saturation: 0.18 and the lightness value of 557954 is 0.40.

The process color (four color CMYK) of #557954 color hex is 0.30, 0.00, 0.31, 0.53. Web safe color of #557954 is #666666. Color #557954 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01111001 01010100
Octal 125 171 124
Decimal 85 121 84
Hex 55 79 54

RGB Percentages of Color #557954

%29.31
%41.72
%28.97

CMYK Percentages of Color #557954

%30
%0
%31
%53

Triadic Colors of #557954

#557954 #545579 #795455

Analogous Colors of #557954

#557954 #547966 #687954

Monochromatic Colors of #557954

#557954

Complementary Color

#557954 #785479

#557954 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557954 Color Preview on White Background

Lorem ipsum dolor sit amet.

#557954 Color CSS Codes

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

#557954 Text Font Color

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

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


#557954 Background Color

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

This div background color is #557954


#557954 Border Color

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

This div border color is #557954


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557954


Comments

No comments written yet.

Please login to write comment.