Color Hex Logo

#553f4a Color Hex

#553F4A
(85,63,74)
0 Favorites   0 Comments

Color spaces of #553f4a

RGB 856374
HSL0.920.150.29
HSV330°26°33°
CMYK 0.000.260.13   0.67
XYZ6.75985.98077.2767
Yxy5.98070.33770.2988
Hunter Lab24.45556.5426-0.5229
CIE-Lab29.363711.6248-2.9491

#553f4a color RGB value is (85,63,74).

#553f4a hex color red value is 85, green value is 63 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #553f4a hue: 0.92 , saturation: 0.15 and the lightness value of 553f4a is 0.29.

The process color (four color CMYK) of #553f4a color hex is 0.00, 0.26, 0.13, 0.67. Web safe color of #553f4a is #663333. Color #553f4a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00111111 01001010
Octal 125 77 112
Decimal 85 63 74
Hex 55 3F 4A

RGB Percentages of Color #553f4a

%38.29
%28.38
%33.33

CMYK Percentages of Color #553f4a

%0
%26
%13
%67

Triadic Colors of #553f4a

#553f4a #4a553f #3f4a55

Analogous Colors of #553f4a

#553f4a #553f3f #553f55

Monochromatic Colors of #553f4a

#553f4a

Complementary Color

#553f4a #3f554a

#553f4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#553f4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#553f4a Color CSS Codes

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

#553f4a Text Font Color

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

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


#553f4a Background Color

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

This div background color is #553f4a


#553f4a Border Color

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

This div border color is #553f4a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,63,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #553f4a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #553f4a;
  -webkit-box-shadow: 1px 1px 3px 2px #553f4a;
  box-shadow:         1px 1px 3px 2px #553f4a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #553f4a


Comments

No comments written yet.

Please login to write comment.