Color Hex Logo

#55834d Color Hex

#55834D
(85,131,77)
0 Favorites   0 Comments

Color spaces of #55834d

RGB 8513177
HSL0.310.260.41
HSV111°41°51°
CMYK 0.350.000.41   0.49
XYZ13.202218.69979.9348
Yxy18.69970.31560.4470
Hunter Lab43.2431-21.179216.6488
CIE-Lab50.3340-26.978424.3302

#55834d color RGB value is (85,131,77).

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

The process color (four color CMYK) of #55834d color hex is 0.35, 0.00, 0.41, 0.49. Web safe color of #55834d is #669966. Color #55834d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10000011 01001101
Octal 125 203 115
Decimal 85 131 77
Hex 55 83 4D

RGB Percentages of Color #55834d

%29.01
%44.71
%26.28

CMYK Percentages of Color #55834d

%35
%0
%41
%49

Triadic Colors of #55834d

#55834d #4d5583 #834d55

Analogous Colors of #55834d

#55834d #4d8360 #70834d

Monochromatic Colors of #55834d

#55834d

Complementary Color

#55834d #7b4d83

#55834d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55834d Color Preview on White Background

Lorem ipsum dolor sit amet.

#55834d Color CSS Codes

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

#55834d Text Font Color

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

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


#55834d Background Color

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

This div background color is #55834d


#55834d Border Color

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

This div border color is #55834d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,131,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 #55834d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55834d


Comments

No comments written yet.

Please login to write comment.