Color Hex Logo

#554431 Color Hex

#554431
(85,68,49)
0 Favorites   0 Comments

Color spaces of #554431

RGB 856849
HSL0.090.270.26
HSV32°42°33°
CMYK 0.000.200.42   0.67
XYZ6.36786.28733.7837
Yxy6.28730.38740.3825
Hunter Lab25.07451.45078.6054
CIE-Lab30.12604.254614.2624

#554431 color RGB value is (85,68,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01000100 00110001
Octal 125 104 61
Decimal 85 68 49
Hex 55 44 31

RGB Percentages of Color #554431

%42.08
%33.66
%24.26

CMYK Percentages of Color #554431

%0
%20
%42
%67

Triadic Colors of #554431

#554431 #315544 #443155

Analogous Colors of #554431

#554431 #545531 #553231

Monochromatic Colors of #554431

#554431

Complementary Color

#554431 #314255

#554431 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554431 Color Preview on White Background

Lorem ipsum dolor sit amet.

#554431 Color CSS Codes

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

#554431 Text Font Color

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

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


#554431 Background Color

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

This div background color is #554431


#554431 Border Color

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

This div border color is #554431


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554431


Comments

No comments written yet.

Please login to write comment.