Color Hex Logo

#555010 Color Hex

#555010
(85,80,16)
0 Favorites   0 Comments

Color spaces of #555010

RGB 858016
HSL0.150.680.20
HSV56°81°33°
CMYK 0.000.060.81   0.67
XYZ6.70857.70601.6240
Yxy7.70600.41830.4805
Hunter Lab27.7597-5.442515.9632
CIE-Lab33.3629-6.138635.8775

#555010 color RGB value is (85,80,16).

#555010 hex color red value is 85, green value is 80 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #555010 hue: 0.15 , saturation: 0.68 and the lightness value of 555010 is 0.20.

The process color (four color CMYK) of #555010 color hex is 0.00, 0.06, 0.81, 0.67. Web safe color of #555010 is #666600. Color #555010 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01010000 00010000
Octal 125 120 20
Decimal 85 80 16
Hex 55 50 10

RGB Percentages of Color #555010

%46.96
%44.20
%8.84

CMYK Percentages of Color #555010

%0
%6
%81
%67

Triadic Colors of #555010

#555010 #105550 #501055

Analogous Colors of #555010

#555010 #375510 #552e10

Monochromatic Colors of #555010

#555010

Complementary Color

#555010 #101555

#555010 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555010 Color Preview on White Background

Lorem ipsum dolor sit amet.

#555010 Color CSS Codes

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

#555010 Text Font Color

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

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


#555010 Background Color

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

This div background color is #555010


#555010 Border Color

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

This div border color is #555010


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555010


Comments

No comments written yet.

Please login to write comment.