Color Hex Logo

#55323b Color Hex

#55323B
(85,50,59)
0 Favorites   0 Comments

Color spaces of #55323b

RGB 855059
HSL0.960.260.26
HSV345°41°33°
CMYK 0.000.410.31   0.67
XYZ5.67634.52834.7125
Yxy4.52830.38050.3036
Hunter Lab21.279810.37451.7658
CIE-Lab25.346317.22281.0667

#55323b color RGB value is (85,50,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00110010 00111011
Octal 125 62 73
Decimal 85 50 59
Hex 55 32 3B

RGB Percentages of Color #55323b

%43.81
%25.77
%30.41

CMYK Percentages of Color #55323b

%0
%41
%31
%67

Triadic Colors of #55323b

#55323b #3b5532 #323b55

Analogous Colors of #55323b

#55323b #553b32 #55324d

Monochromatic Colors of #55323b

#55323b

Complementary Color

#55323b #32554c

#55323b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55323b Color Preview on White Background

Lorem ipsum dolor sit amet.

#55323b Color CSS Codes

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

#55323b Text Font Color

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

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


#55323b Background Color

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

This div background color is #55323b


#55323b Border Color

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

This div border color is #55323b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55323b


Comments

No comments written yet.

Please login to write comment.