Color Hex Logo

#554a3c Color Hex

#554A3C
(85,74,60)
0 Favorites   0 Comments

Color spaces of #554a3c

RGB 857460
HSL0.090.170.28
HSV34°29°33°
CMYK 0.000.130.29   0.67
XYZ7.01077.15515.2865
Yxy7.15510.36040.3678
Hunter Lab26.7490-0.02747.0066
CIE-Lab32.15742.114910.0676

#554a3c color RGB value is (85,74,60).

#554a3c hex color red value is 85, green value is 74 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #554a3c hue: 0.09 , saturation: 0.17 and the lightness value of 554a3c is 0.28.

The process color (four color CMYK) of #554a3c color hex is 0.00, 0.13, 0.29, 0.67. Web safe color of #554a3c is #663333. Color #554a3c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01001010 00111100
Octal 125 112 74
Decimal 85 74 60
Hex 55 4A 3C

RGB Percentages of Color #554a3c

%38.81
%33.79
%27.40

CMYK Percentages of Color #554a3c

%0
%13
%29
%67

Triadic Colors of #554a3c

#554a3c #3c554a #4a3c55

Analogous Colors of #554a3c

#554a3c #54553c #553e3c

Monochromatic Colors of #554a3c

#554a3c

Complementary Color

#554a3c #3c4755

#554a3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554a3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#554a3c Color CSS Codes

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

#554a3c Text Font Color

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

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


#554a3c Background Color

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

This div background color is #554a3c


#554a3c Border Color

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

This div border color is #554a3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554a3c


Comments

No comments written yet.

Please login to write comment.