Color Hex Logo

#555046 Color Hex

#555046
(85,80,70)
0 Favorites   0 Comments

Color spaces of #555046

RGB 858070
HSL0.110.100.30
HSV40°18°33°
CMYK 0.000.060.18   0.67
XYZ7.72058.11086.9530
Yxy8.11080.33890.3560
Hunter Lab28.4795-1.44955.4605
CIE-Lab34.21260.10696.6328

#555046 color RGB value is (85,80,70).

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

The process color (four color CMYK) of #555046 color hex is 0.00, 0.06, 0.18, 0.67. Web safe color of #555046 is #666633. Color #555046 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01010000 01000110
Octal 125 120 106
Decimal 85 80 70
Hex 55 50 46

RGB Percentages of Color #555046

%36.17
%34.04
%29.79

CMYK Percentages of Color #555046

%0
%6
%18
%67

Triadic Colors of #555046

#555046 #465550 #504655

Analogous Colors of #555046

#555046 #535546 #554946

Monochromatic Colors of #555046

#555046

Complementary Color

#555046 #464b55

#555046 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555046 Color Preview on White Background

Lorem ipsum dolor sit amet.

#555046 Color CSS Codes

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

#555046 Text Font Color

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

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


#555046 Background Color

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

This div background color is #555046


#555046 Border Color

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

This div border color is #555046


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555046


Comments

No comments written yet.

Please login to write comment.