Color Hex Logo

#55242c Color Hex

#55242C
(85,36,44)
0 Favorites   0 Comments

Color spaces of #55242c

RGB 853644
HSL0.970.400.24
HSV350°58°33°
CMYK 0.000.580.48   0.67
XYZ4.83183.37492.7796
Yxy3.37490.43980.3072
Hunter Lab18.370914.79893.8888
CIE-Lab21.486823.64145.7430

#55242c color RGB value is (85,36,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00100100 00101100
Octal 125 44 54
Decimal 85 36 44
Hex 55 24 2C

RGB Percentages of Color #55242c

%51.52
%21.82
%26.67

CMYK Percentages of Color #55242c

%0
%58
%48
%67

Triadic Colors of #55242c

#55242c #2c5524 #242c55

Analogous Colors of #55242c

#55242c #553524 #552445

Monochromatic Colors of #55242c

#55242c

Complementary Color

#55242c #24554d

#55242c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55242c Color Preview on White Background

Lorem ipsum dolor sit amet.

#55242c Color CSS Codes

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

#55242c Text Font Color

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

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


#55242c Background Color

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

This div background color is #55242c


#55242c Border Color

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

This div border color is #55242c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55242c


Comments

No comments written yet.

Please login to write comment.