Color Hex Logo

#555846 Color Hex

#555846
(85,88,70)
0 Favorites   0 Comments

Color spaces of #555846

RGB 858870
HSL0.190.110.31
HSV70°20°35°
CMYK 0.030.000.20   0.65
XYZ8.34159.35297.1600
Yxy9.35290.33560.3763
Hunter Lab30.5825-4.83287.5267
CIE-Lab36.6551-4.764310.0584

#555846 color RGB value is (85,88,70).

#555846 hex color red value is 85, green value is 88 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #555846 hue: 0.19 , saturation: 0.11 and the lightness value of 555846 is 0.31.

The process color (four color CMYK) of #555846 color hex is 0.03, 0.00, 0.20, 0.65. Web safe color of #555846 is #666633. Color #555846 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01011000 01000110
Octal 125 130 106
Decimal 85 88 70
Hex 55 58 46

RGB Percentages of Color #555846

%34.98
%36.21
%28.81

CMYK Percentages of Color #555846

%3
%0
%20
%65

Triadic Colors of #555846

#555846 #465558 #584655

Analogous Colors of #555846

#555846 #4c5846 #585246

Monochromatic Colors of #555846

#555846

Complementary Color

#555846 #494658

#555846 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555846 Color Preview on White Background

Lorem ipsum dolor sit amet.

#555846 Color CSS Codes

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

#555846 Text Font Color

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

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


#555846 Background Color

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

This div background color is #555846


#555846 Border Color

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

This div border color is #555846


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555846


Comments

No comments written yet.

Please login to write comment.