Color Hex Logo

#55500d Color Hex

#55500D
(85,80,13)
0 Favorites   0 Comments

Color spaces of #55500d

RGB 858013
HSL0.160.730.19
HSV56°85°33°
CMYK 0.000.060.85   0.67
XYZ6.68767.69771.5141
Yxy7.69770.42060.4842
Hunter Lab27.7447-5.527616.1857
CIE-Lab33.3452-6.277036.9835

#55500d color RGB value is (85,80,13).

#55500d hex color red value is 85, green value is 80 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #55500d hue: 0.16 , saturation: 0.73 and the lightness value of 55500d is 0.19.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01010000 00001101
Octal 125 120 15
Decimal 85 80 13
Hex 55 50 D

RGB Percentages of Color #55500d

%47.75
%44.94
%7.30

CMYK Percentages of Color #55500d

%0
%6
%85
%67

Triadic Colors of #55500d

#55500d #0d5550 #500d55

Analogous Colors of #55500d

#55500d #36550d #552c0d

Monochromatic Colors of #55500d

#55500d

Complementary Color

#55500d #0d1255

#55500d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55500d Color Preview on White Background

Lorem ipsum dolor sit amet.

#55500d Color CSS Codes

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

#55500d Text Font Color

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

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


#55500d Background Color

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

This div background color is #55500d


#55500d Border Color

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

This div border color is #55500d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55500d


Comments

No comments written yet.

Please login to write comment.