Color Hex Logo

#55371e Color Hex

#55371E
(85,55,30)
0 Favorites   0 Comments

Color spaces of #55371e

RGB 855530
HSL0.080.480.23
HSV27°65°33°
CMYK 0.000.350.65   0.67
XYZ5.34684.75741.8648
Yxy4.75740.44670.3975
Hunter Lab21.81155.586910.1989
CIE-Lab26.032110.409320.9161

#55371e color RGB value is (85,55,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00110111 00011110
Octal 125 67 36
Decimal 85 55 30
Hex 55 37 1E

RGB Percentages of Color #55371e

%50.00
%32.35
%17.65

CMYK Percentages of Color #55371e

%0
%35
%65
%67

Triadic Colors of #55371e

#55371e #1e5537 #371e55

Analogous Colors of #55371e

#55371e #55531e #551e21

Monochromatic Colors of #55371e

#55371e

Complementary Color

#55371e #1e3c55

#55371e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55371e Color Preview on White Background

Lorem ipsum dolor sit amet.

#55371e Color CSS Codes

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

#55371e Text Font Color

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

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


#55371e Background Color

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

This div background color is #55371e


#55371e Border Color

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

This div border color is #55371e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55371e


Comments

No comments written yet.

Please login to write comment.