Color Hex Logo

#554900 Color Hex

#554900
(85,73,0)
0 Favorites   0 Comments

Color spaces of #554900

RGB 85730
HSL0.141.000.17
HSV52°100°33°
CMYK 0.000.141.00   0.67
XYZ6.12896.69640.9695
Yxy6.69640.44430.4854
Hunter Lab25.8774-3.008915.8929
CIE-Lab31.1055-2.539339.7631

#554900 color RGB value is (85,73,0).

#554900 hex color red value is 85, green value is 73 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #554900 hue: 0.14 , saturation: 1.00 and the lightness value of 554900 is 0.17.

The process color (four color CMYK) of #554900 color hex is 0.00, 0.14, 1.00, 0.67. Web safe color of #554900 is #663300. Color #554900 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01001001 00000000
Octal 125 111 0
Decimal 85 73 0
Hex 55 49 0

RGB Percentages of Color #554900

%53.80
%46.20
%0.00

CMYK Percentages of Color #554900

%0
%14
%100
%67

Triadic Colors of #554900

#554900 #005549 #490055

Analogous Colors of #554900

#554900 #375500 #551f00

Monochromatic Colors of #554900

#554900

Complementary Color

#554900 #000c55

#554900 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554900 Color Preview on White Background

Lorem ipsum dolor sit amet.

#554900 Color CSS Codes

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

#554900 Text Font Color

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

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


#554900 Background Color

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

This div background color is #554900


#554900 Border Color

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

This div border color is #554900


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554900


Comments

No comments written yet.

Please login to write comment.