Color Hex Logo

#554721 Color Hex

#554721
(85,71,33)
0 Favorites   0 Comments

Color spaces of #554721

RGB 857133
HSL0.120.440.23
HSV44°61°33°
CMYK 0.000.160.61   0.67
XYZ6.27416.54762.3720
Yxy6.54760.41290.4309
Hunter Lab25.5883-1.012312.4157
CIE-Lab30.75400.546924.7528

#554721 color RGB value is (85,71,33).

#554721 hex color red value is 85, green value is 71 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #554721 hue: 0.12 , saturation: 0.44 and the lightness value of 554721 is 0.23.

The process color (four color CMYK) of #554721 color hex is 0.00, 0.16, 0.61, 0.67. Web safe color of #554721 is #663333. Color #554721 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01000111 00100001
Octal 125 107 41
Decimal 85 71 33
Hex 55 47 21

RGB Percentages of Color #554721

%44.97
%37.57
%17.46

CMYK Percentages of Color #554721

%0
%16
%61
%67

Triadic Colors of #554721

#554721 #215547 #472155

Analogous Colors of #554721

#554721 #495521 #552d21

Monochromatic Colors of #554721

#554721

Complementary Color

#554721 #212f55

#554721 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554721 Color Preview on White Background

Lorem ipsum dolor sit amet.

#554721 Color CSS Codes

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

#554721 Text Font Color

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

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


#554721 Background Color

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

This div background color is #554721


#554721 Border Color

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

This div border color is #554721


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554721


Comments

No comments written yet.

Please login to write comment.