Color Hex Logo

#553242 Color Hex

#553242
(85,50,66)
0 Favorites   0 Comments

Color spaces of #553242

RGB 855066
HSL0.920.260.26
HSV333°41°33°
CMYK 0.000.410.22   0.67
XYZ5.87034.60585.7339
Yxy4.60580.36210.2841
Hunter Lab21.461111.2684-0.8181
CIE-Lab25.580818.4135-3.2742

#553242 color RGB value is (85,50,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00110010 01000010
Octal 125 62 102
Decimal 85 50 66
Hex 55 32 42

RGB Percentages of Color #553242

%42.29
%24.88
%32.84

CMYK Percentages of Color #553242

%0
%41
%22
%67

Triadic Colors of #553242

#553242 #425532 #324255

Analogous Colors of #553242

#553242 #553432 #553254

Monochromatic Colors of #553242

#553242

Complementary Color

#553242 #325545

#553242 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#553242 Color Preview on White Background

Lorem ipsum dolor sit amet.

#553242 Color CSS Codes

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

#553242 Text Font Color

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

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


#553242 Background Color

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

This div background color is #553242


#553242 Border Color

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

This div border color is #553242


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #553242


Comments

No comments written yet.

Please login to write comment.