Color Hex Logo

#55894d Color Hex

#55894D
(85,137,77)
0 Favorites   0 Comments

Color spaces of #55894d

RGB 8513777
HSL0.310.280.42
HSV112°44°54°
CMYK 0.380.000.44   0.46
XYZ14.031520.358410.2112
Yxy20.35840.31460.4565
Hunter Lab45.1203-23.450618.1662
CIE-Lab52.2400-29.881826.7891

#55894d color RGB value is (85,137,77).

#55894d hex color red value is 85, green value is 137 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #55894d hue: 0.31 , saturation: 0.28 and the lightness value of 55894d is 0.42.

The process color (four color CMYK) of #55894d color hex is 0.38, 0.00, 0.44, 0.46. Web safe color of #55894d is #669966. Color #55894d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10001001 01001101
Octal 125 211 115
Decimal 85 137 77
Hex 55 89 4D

RGB Percentages of Color #55894d

%28.43
%45.82
%25.75

CMYK Percentages of Color #55894d

%38
%0
%44
%46

Triadic Colors of #55894d

#55894d #4d5589 #894d55

Analogous Colors of #55894d

#55894d #4d8963 #73894d

Monochromatic Colors of #55894d

#55894d

Complementary Color

#55894d #814d89

#55894d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55894d Color Preview on White Background

Lorem ipsum dolor sit amet.

#55894d Color CSS Codes

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

#55894d Text Font Color

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

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


#55894d Background Color

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

This div background color is #55894d


#55894d Border Color

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

This div border color is #55894d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,137,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55894d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55894d;
  -webkit-box-shadow: 1px 1px 3px 2px #55894d;
  box-shadow:         1px 1px 3px 2px #55894d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55894d


Comments

No comments written yet.

Please login to write comment.