Color Hex Logo

#55390d Color Hex

#55390D
(85,57,13)
0 Favorites   0 Comments

Color spaces of #55390d

RGB 855713
HSL0.100.730.19
HSV37°85°33°
CMYK 0.000.330.85   0.67
XYZ5.28214.88661.0456
Yxy4.88660.47100.4357
Hunter Lab22.10573.967312.6695
CIE-Lab26.40928.008030.6086

#55390d color RGB value is (85,57,13).

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

The process color (four color CMYK) of #55390d color hex is 0.00, 0.33, 0.85, 0.67. Web safe color of #55390d is #663300. Color #55390d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00111001 00001101
Octal 125 71 15
Decimal 85 57 13
Hex 55 39 D

RGB Percentages of Color #55390d

%54.84
%36.77
%8.39

CMYK Percentages of Color #55390d

%0
%33
%85
%67

Triadic Colors of #55390d

#55390d #0d5539 #390d55

Analogous Colors of #55390d

#55390d #4d550d #55150d

Monochromatic Colors of #55390d

#55390d

Complementary Color

#55390d #0d2955

#55390d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55390d Color Preview on White Background

Lorem ipsum dolor sit amet.

#55390d Color CSS Codes

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

#55390d Text Font Color

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

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


#55390d Background Color

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

This div background color is #55390d


#55390d Border Color

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

This div border color is #55390d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55390d


Comments

No comments written yet.

Please login to write comment.