Color Hex Logo

#55323c Color Hex

#55323C
(85,50,60)
0 Favorites   0 Comments

Color spaces of #55323c

RGB 855060
HSL0.950.260.26
HSV343°41°33°
CMYK 0.000.410.29   0.67
XYZ5.70254.53874.8505
Yxy4.53870.37790.3007
Hunter Lab21.304210.49671.4139
CIE-Lab25.377917.38670.4424

#55323c color RGB value is (85,50,60).

#55323c hex color red value is 85, green value is 50 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #55323c hue: 0.95 , saturation: 0.26 and the lightness value of 55323c is 0.26.

The process color (four color CMYK) of #55323c color hex is 0.00, 0.41, 0.29, 0.67. Web safe color of #55323c is #663333. Color #55323c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00110010 00111100
Octal 125 62 74
Decimal 85 50 60
Hex 55 32 3C

RGB Percentages of Color #55323c

%43.59
%25.64
%30.77

CMYK Percentages of Color #55323c

%0
%41
%29
%67

Triadic Colors of #55323c

#55323c #3c5532 #323c55

Analogous Colors of #55323c

#55323c #553a32 #55324e

Monochromatic Colors of #55323c

#55323c

Complementary Color

#55323c #32554b

#55323c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55323c Color Preview on White Background

Lorem ipsum dolor sit amet.

#55323c Color CSS Codes

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

#55323c Text Font Color

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

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


#55323c Background Color

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

This div background color is #55323c


#55323c Border Color

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

This div border color is #55323c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55323c


Comments

No comments written yet.

Please login to write comment.