Color Hex Logo

#55491f Color Hex

#55491F
(85,73,31)
0 Favorites   0 Comments

Color spaces of #55491f

RGB 857331
HSL0.130.470.23
HSV47°64°33°
CMYK 0.000.140.64   0.67
XYZ6.37626.79532.2719
Yxy6.79530.41290.4400
Hunter Lab26.0678-1.957413.0801
CIE-Lab31.3363-0.872826.5538

#55491f color RGB value is (85,73,31).

#55491f hex color red value is 85, green value is 73 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #55491f hue: 0.13 , saturation: 0.47 and the lightness value of 55491f is 0.23.

The process color (four color CMYK) of #55491f color hex is 0.00, 0.14, 0.64, 0.67. Web safe color of #55491f is #663333. Color #55491f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01001001 00011111
Octal 125 111 37
Decimal 85 73 31
Hex 55 49 1F

RGB Percentages of Color #55491f

%44.97
%38.62
%16.40

CMYK Percentages of Color #55491f

%0
%14
%64
%67

Triadic Colors of #55491f

#55491f #1f5549 #491f55

Analogous Colors of #55491f

#55491f #46551f #552e1f

Monochromatic Colors of #55491f

#55491f

Complementary Color

#55491f #1f2b55

#55491f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55491f Color Preview on White Background

Lorem ipsum dolor sit amet.

#55491f Color CSS Codes

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

#55491f Text Font Color

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

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


#55491f Background Color

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

This div background color is #55491f


#55491f Border Color

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

This div border color is #55491f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,73,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55491f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55491f;
  -webkit-box-shadow: 1px 1px 3px 2px #55491f;
  box-shadow:         1px 1px 3px 2px #55491f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55491f


Comments

No comments written yet.

Please login to write comment.