Color Hex Logo

#55470d Color Hex

#55470D
(85,71,13)
0 Favorites   0 Comments

Color spaces of #55470d

RGB 857113
HSL0.130.730.19
HSV48°85°33°
CMYK 0.000.160.85   0.67
XYZ6.07226.46681.3090
Yxy6.46680.43850.4670
Hunter Lab25.4299-1.879814.7490
CIE-Lab30.5609-0.811934.4607

#55470d color RGB value is (85,71,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01000111 00001101
Octal 125 107 15
Decimal 85 71 13
Hex 55 47 D

RGB Percentages of Color #55470d

%50.30
%42.01
%7.69

CMYK Percentages of Color #55470d

%0
%16
%85
%67

Triadic Colors of #55470d

#55470d #0d5547 #470d55

Analogous Colors of #55470d

#55470d #3f550d #55230d

Monochromatic Colors of #55470d

#55470d

Complementary Color

#55470d #0d1b55

#55470d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55470d Color Preview on White Background

Lorem ipsum dolor sit amet.

#55470d Color CSS Codes

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

#55470d Text Font Color

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

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


#55470d Background Color

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

This div background color is #55470d


#55470d Border Color

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

This div border color is #55470d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55470d


Comments

No comments written yet.

Please login to write comment.