Color Hex Logo

#554504 Color Hex

#554504
(85,69,4)
0 Favorites   0 Comments

Color spaces of #554504

RGB 85694
HSL0.130.910.17
HSV48°95°33°
CMYK 0.000.190.95   0.67
XYZ5.89636.19631.0001
Yxy6.19630.45040.4733
Hunter Lab24.8924-1.280015.0426
CIE-Lab29.90240.077337.2572

#554504 color RGB value is (85,69,4).

#554504 hex color red value is 85, green value is 69 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #554504 hue: 0.13 , saturation: 0.91 and the lightness value of 554504 is 0.17.

The process color (four color CMYK) of #554504 color hex is 0.00, 0.19, 0.95, 0.67. Web safe color of #554504 is #663300. Color #554504 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01000101 00000100
Octal 125 105 4
Decimal 85 69 4
Hex 55 45 4

RGB Percentages of Color #554504

%53.80
%43.67
%2.53

CMYK Percentages of Color #554504

%0
%19
%95
%67

Triadic Colors of #554504

#554504 #045545 #450455

Analogous Colors of #554504

#554504 #3c5504 #551d04

Monochromatic Colors of #554504

#554504

Complementary Color

#554504 #041455

#554504 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554504 Color Preview on White Background

Lorem ipsum dolor sit amet.

#554504 Color CSS Codes

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

#554504 Text Font Color

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

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


#554504 Background Color

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

This div background color is #554504


#554504 Border Color

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

This div border color is #554504


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554504


Comments

No comments written yet.

Please login to write comment.