Color Hex Logo

#554248 Color Hex

#554248
(85,66,72)
0 Favorites   0 Comments

Color spaces of #554248

RGB 856672
HSL0.950.130.30
HSV341°22°33°
CMYK 0.000.220.15   0.67
XYZ6.86426.29566.9843
Yxy6.29560.34080.3125
Hunter Lab25.09104.92331.0599
CIE-Lab30.14639.3125-0.4978

#554248 color RGB value is (85,66,72).

#554248 hex color red value is 85, green value is 66 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #554248 hue: 0.95 , saturation: 0.13 and the lightness value of 554248 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01000010 01001000
Octal 125 102 110
Decimal 85 66 72
Hex 55 42 48

RGB Percentages of Color #554248

%38.12
%29.60
%32.29

CMYK Percentages of Color #554248

%0
%22
%15
%67

Triadic Colors of #554248

#554248 #485542 #424855

Analogous Colors of #554248

#554248 #554642 #554252

Monochromatic Colors of #554248

#554248

Complementary Color

#554248 #42554f

#554248 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554248 Color Preview on White Background

Lorem ipsum dolor sit amet.

#554248 Color CSS Codes

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

#554248 Text Font Color

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

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


#554248 Background Color

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

This div background color is #554248


#554248 Border Color

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

This div border color is #554248


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554248


Comments

No comments written yet.

Please login to write comment.