Color Hex Logo

#554300 Color Hex

#554300
(85,67,0)
0 Favorites   0 Comments

Color spaces of #554300

RGB 85670
HSL0.131.000.17
HSV47°100°33°
CMYK 0.000.211.00   0.67
XYZ5.75355.94560.8444
Yxy5.94560.45870.4740
Hunter Lab24.3836-0.552815.0153
CIE-Lab29.27481.171538.3960

#554300 color RGB value is (85,67,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01000011 00000000
Octal 125 103 0
Decimal 85 67 0
Hex 55 43 0

RGB Percentages of Color #554300

%55.92
%44.08
%0.00

CMYK Percentages of Color #554300

%0
%21
%100
%67

Triadic Colors of #554300

#554300 #005543 #430055

Analogous Colors of #554300

#554300 #3d5500 #551900

Monochromatic Colors of #554300

#554300

Complementary Color

#554300 #001255

#554300 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554300 Color Preview on White Background

Lorem ipsum dolor sit amet.

#554300 Color CSS Codes

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

#554300 Text Font Color

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

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


#554300 Background Color

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

This div background color is #554300


#554300 Border Color

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

This div border color is #554300


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554300


Comments

No comments written yet.

Please login to write comment.