Color Hex Logo

#55242e Color Hex

#55242E
(85,36,46)
0 Favorites   0 Comments

Color spaces of #55242e

RGB 853646
HSL0.970.400.24
HSV348°58°33°
CMYK 0.000.580.46   0.67
XYZ4.87033.39032.9825
Yxy3.39030.43320.3015
Hunter Lab18.412814.99213.2851
CIE-Lab21.543723.88674.4417

#55242e color RGB value is (85,36,46).

#55242e hex color red value is 85, green value is 36 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #55242e hue: 0.97 , saturation: 0.40 and the lightness value of 55242e is 0.24.

The process color (four color CMYK) of #55242e color hex is 0.00, 0.58, 0.46, 0.67. Web safe color of #55242e is #663333. Color #55242e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00100100 00101110
Octal 125 44 56
Decimal 85 36 46
Hex 55 24 2E

RGB Percentages of Color #55242e

%50.90
%21.56
%27.54

CMYK Percentages of Color #55242e

%0
%58
%46
%67

Triadic Colors of #55242e

#55242e #2e5524 #242e55

Analogous Colors of #55242e

#55242e #553324 #552446

Monochromatic Colors of #55242e

#55242e

Complementary Color

#55242e #24554b

#55242e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55242e Color Preview on White Background

Lorem ipsum dolor sit amet.

#55242e Color CSS Codes

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

#55242e Text Font Color

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

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


#55242e Background Color

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

This div background color is #55242e


#55242e Border Color

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

This div border color is #55242e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55242e


Comments

No comments written yet.

Please login to write comment.