Color Hex Logo

#554d2d Color Hex

#554D2D
(85,77,45)
0 Favorites   0 Comments

Color spaces of #554d2d

RGB 857745
HSL0.130.310.25
HSV48°47°33°
CMYK 0.000.090.47   0.67
XYZ6.87387.42853.5542
Yxy7.42850.38490.4160
Hunter Lab27.2553-2.678911.3470
CIE-Lab32.7631-1.869920.1563

#554d2d color RGB value is (85,77,45).

#554d2d hex color red value is 85, green value is 77 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #554d2d hue: 0.13 , saturation: 0.31 and the lightness value of 554d2d is 0.25.

The process color (four color CMYK) of #554d2d color hex is 0.00, 0.09, 0.47, 0.67. Web safe color of #554d2d is #666633. Color #554d2d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01001101 00101101
Octal 125 115 55
Decimal 85 77 45
Hex 55 4D 2D

RGB Percentages of Color #554d2d

%41.06
%37.20
%21.74

CMYK Percentages of Color #554d2d

%0
%9
%47
%67

Triadic Colors of #554d2d

#554d2d #2d554d #4d2d55

Analogous Colors of #554d2d

#554d2d #49552d #55392d

Monochromatic Colors of #554d2d

#554d2d

Complementary Color

#554d2d #2d3555

#554d2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554d2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#554d2d Color CSS Codes

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

#554d2d Text Font Color

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

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


#554d2d Background Color

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

This div background color is #554d2d


#554d2d Border Color

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

This div border color is #554d2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554d2d


Comments

No comments written yet.

Please login to write comment.