Color Hex Logo

#553631 Color Hex

#553631
(85,54,49)
0 Favorites   0 Comments

Color spaces of #553631

RGB 855449
HSL0.020.270.26
HSV42°33°
CMYK 0.000.360.42   0.67
XYZ5.61994.79143.5344
Yxy4.79140.40300.3436
Hunter Lab21.88937.52235.7491
CIE-Lab26.132013.18668.8422

#553631 color RGB value is (85,54,49).

#553631 hex color red value is 85, green value is 54 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #553631 hue: 0.02 , saturation: 0.27 and the lightness value of 553631 is 0.26.

The process color (four color CMYK) of #553631 color hex is 0.00, 0.36, 0.42, 0.67. Web safe color of #553631 is #663333. Color #553631 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00110110 00110001
Octal 125 66 61
Decimal 85 54 49
Hex 55 36 31

RGB Percentages of Color #553631

%45.21
%28.72
%26.06

CMYK Percentages of Color #553631

%0
%36
%42
%67

Triadic Colors of #553631

#553631 #315536 #363155

Analogous Colors of #553631

#553631 #554831 #55313e

Monochromatic Colors of #553631

#553631

Complementary Color

#553631 #315055

#553631 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#553631 Color Preview on White Background

Lorem ipsum dolor sit amet.

#553631 Color CSS Codes

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

#553631 Text Font Color

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

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


#553631 Background Color

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

This div background color is #553631


#553631 Border Color

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

This div border color is #553631


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #553631


Comments

No comments written yet.

Please login to write comment.