Color Hex Logo

#557752 Color Hex

#557752
(85,119,82)
0 Favorites   0 Comments

Color spaces of #557752

RGB 8511982
HSL0.320.180.39
HSV115°31°47°
CMYK 0.290.000.31   0.53
XYZ11.866115.734110.3942
Yxy15.73410.31230.4141
Hunter Lab39.6662-16.017912.2299
CIE-Lab46.6237-20.033416.5661

#557752 color RGB value is (85,119,82).

#557752 hex color red value is 85, green value is 119 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #557752 hue: 0.32 , saturation: 0.18 and the lightness value of 557752 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01110111 01010010
Octal 125 167 122
Decimal 85 119 82
Hex 55 77 52

RGB Percentages of Color #557752

%29.72
%41.61
%28.67

CMYK Percentages of Color #557752

%29
%0
%31
%53

Triadic Colors of #557752

#557752 #525577 #775255

Analogous Colors of #557752

#557752 #527762 #687752

Monochromatic Colors of #557752

#557752

Complementary Color

#557752 #745277

#557752 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557752 Color Preview on White Background

Lorem ipsum dolor sit amet.

#557752 Color CSS Codes

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

#557752 Text Font Color

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

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


#557752 Background Color

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

This div background color is #557752


#557752 Border Color

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

This div border color is #557752


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557752


Comments

No comments written yet.

Please login to write comment.