Color Hex Logo

#554736 Color Hex

#554736
(85,71,54)
0 Favorites   0 Comments

Color spaces of #554736

RGB 857154
HSL0.090.220.27
HSV33°36°33°
CMYK 0.000.160.36   0.67
XYZ6.66546.70414.4327
Yxy6.70410.37440.3766
Hunter Lab25.89230.63947.9743
CIE-Lab31.12363.070412.4458

#554736 color RGB value is (85,71,54).

#554736 hex color red value is 85, green value is 71 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #554736 hue: 0.09 , saturation: 0.22 and the lightness value of 554736 is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01000111 00110110
Octal 125 107 66
Decimal 85 71 54
Hex 55 47 36

RGB Percentages of Color #554736

%40.48
%33.81
%25.71

CMYK Percentages of Color #554736

%0
%16
%36
%67

Triadic Colors of #554736

#554736 #365547 #473655

Analogous Colors of #554736

#554736 #545536 #553836

Monochromatic Colors of #554736

#554736

Complementary Color

#554736 #364455

#554736 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554736 Color Preview on White Background

Lorem ipsum dolor sit amet.

#554736 Color CSS Codes

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

#554736 Text Font Color

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

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


#554736 Background Color

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

This div background color is #554736


#554736 Border Color

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

This div border color is #554736


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554736


Comments

No comments written yet.

Please login to write comment.