Color Hex Logo

#55341e Color Hex

#55341E
(85,52,30)
0 Favorites   0 Comments

Color spaces of #55341e

RGB 855230
HSL0.070.480.23
HSV24°65°33°
CMYK 0.000.390.65   0.67
XYZ5.20864.48101.8187
Yxy4.48100.45260.3894
Hunter Lab21.16846.87639.7239
CIE-Lab25.201812.323119.9130

#55341e color RGB value is (85,52,30).

#55341e hex color red value is 85, green value is 52 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #55341e hue: 0.07 , saturation: 0.48 and the lightness value of 55341e is 0.23.

The process color (four color CMYK) of #55341e color hex is 0.00, 0.39, 0.65, 0.67. Web safe color of #55341e is #663333. Color #55341e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00110100 00011110
Octal 125 64 36
Decimal 85 52 30
Hex 55 34 1E

RGB Percentages of Color #55341e

%50.90
%31.14
%17.96

CMYK Percentages of Color #55341e

%0
%39
%65
%67

Triadic Colors of #55341e

#55341e #1e5534 #341e55

Analogous Colors of #55341e

#55341e #55501e #551e24

Monochromatic Colors of #55341e

#55341e

Complementary Color

#55341e #1e3f55

#55341e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55341e Color Preview on White Background

Lorem ipsum dolor sit amet.

#55341e Color CSS Codes

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

#55341e Text Font Color

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

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


#55341e Background Color

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

This div background color is #55341e


#55341e Border Color

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

This div border color is #55341e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55341e


Comments

No comments written yet.

Please login to write comment.