Color Hex Logo

#55180d Color Hex

#55180D
(85,24,13)
0 Favorites   0 Comments

Color spaces of #55180d

RGB 852413
HSL0.030.730.19
HSV85°33°
CMYK 0.000.720.85   0.67
XYZ4.14562.61360.6668
Yxy2.61360.55830.3520
Hunter Lab16.166617.48108.8712
CIE-Lab18.424827.620222.2293

#55180d color RGB value is (85,24,13).

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

The process color (four color CMYK) of #55180d color hex is 0.00, 0.72, 0.85, 0.67. Web safe color of #55180d is #660000. Color #55180d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00011000 00001101
Octal 125 30 15
Decimal 85 24 13
Hex 55 18 D

RGB Percentages of Color #55180d

%69.67
%19.67
%10.66

CMYK Percentages of Color #55180d

%0
%72
%85
%67

Triadic Colors of #55180d

#55180d #0d5518 #180d55

Analogous Colors of #55180d

#55180d #553c0d #550d26

Monochromatic Colors of #55180d

#55180d

Complementary Color

#55180d #0d4a55

#55180d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55180d Color Preview on White Background

Lorem ipsum dolor sit amet.

#55180d Color CSS Codes

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

#55180d Text Font Color

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

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


#55180d Background Color

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

This div background color is #55180d


#55180d Border Color

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

This div border color is #55180d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55180d


Comments

No comments written yet.

Please login to write comment.