Color Hex Logo

#55353c Color Hex

#55353C
(85,53,60)
0 Favorites   0 Comments

Color spaces of #55353c

RGB 855360
HSL0.960.230.27
HSV347°38°33°
CMYK 0.000.380.29   0.67
XYZ5.83504.80374.8946
Yxy4.80370.37560.3093
Hunter Lab21.91739.16632.1014
CIE-Lab26.168015.48541.5905

#55353c color RGB value is (85,53,60).

#55353c hex color red value is 85, green value is 53 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #55353c hue: 0.96 , saturation: 0.23 and the lightness value of 55353c is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00110101 00111100
Octal 125 65 74
Decimal 85 53 60
Hex 55 35 3C

RGB Percentages of Color #55353c

%42.93
%26.77
%30.30

CMYK Percentages of Color #55353c

%0
%38
%29
%67

Triadic Colors of #55353c

#55353c #3c5535 #353c55

Analogous Colors of #55353c

#55353c #553e35 #55354c

Monochromatic Colors of #55353c

#55353c

Complementary Color

#55353c #35554e

#55353c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55353c Color Preview on White Background

Lorem ipsum dolor sit amet.

#55353c Color CSS Codes

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

#55353c Text Font Color

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

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


#55353c Background Color

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

This div background color is #55353c


#55353c Border Color

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

This div border color is #55353c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55353c


Comments

No comments written yet.

Please login to write comment.