Color Hex Logo

#55220e Color Hex

#55220E
(85,34,14)
0 Favorites   0 Comments

Color spaces of #55220e

RGB 853414
HSL0.050.720.19
HSV17°84°33°
CMYK 0.000.600.84   0.67
XYZ4.39763.10710.7834
Yxy3.10710.53060.3749
Hunter Lab17.627013.68529.7038
CIE-Lab20.467822.310324.0840

#55220e color RGB value is (85,34,14).

#55220e hex color red value is 85, green value is 34 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #55220e hue: 0.05 , saturation: 0.72 and the lightness value of 55220e is 0.19.

The process color (four color CMYK) of #55220e color hex is 0.00, 0.60, 0.84, 0.67. Web safe color of #55220e is #663300. Color #55220e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00100010 00001110
Octal 125 42 16
Decimal 85 34 14
Hex 55 22 E

RGB Percentages of Color #55220e

%63.91
%25.56
%10.53

CMYK Percentages of Color #55220e

%0
%60
%84
%67

Triadic Colors of #55220e

#55220e #0e5522 #220e55

Analogous Colors of #55220e

#55220e #55460e #550e1d

Monochromatic Colors of #55220e

#55220e

Complementary Color

#55220e #0e4155

#55220e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55220e Color Preview on White Background

Lorem ipsum dolor sit amet.

#55220e Color CSS Codes

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

#55220e Text Font Color

<p style="color:#55220e">Text here</p>

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


#55220e Background Color

<div style="background-color:#55220e">
Div content here</div>

This div background color is #55220e


#55220e Border Color

<div style="border:3px solid #55220e">
Div here</div>

This div border color is #55220e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,34,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55220e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55220e;
  -webkit-box-shadow: 1px 1px 3px 2px #55220e;
  box-shadow:         1px 1px 3px 2px #55220e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55220e


Comments

No comments written yet.

Please login to write comment.