Color Hex Logo

#554833 Color Hex

#554833
(85,72,51)
0 Favorites   0 Comments

Color spaces of #554833

RGB 857251
HSL0.100.250.27
HSV37°40°33°
CMYK 0.000.150.40   0.67
XYZ6.66126.80504.0944
Yxy6.80500.37930.3875
Hunter Lab26.0864-0.07098.9546
CIE-Lab31.35882.013114.6482

#554833 color RGB value is (85,72,51).

#554833 hex color red value is 85, green value is 72 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #554833 hue: 0.10 , saturation: 0.25 and the lightness value of 554833 is 0.27.

The process color (four color CMYK) of #554833 color hex is 0.00, 0.15, 0.40, 0.67. Web safe color of #554833 is #663333. Color #554833 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01001000 00110011
Octal 125 110 63
Decimal 85 72 51
Hex 55 48 33

RGB Percentages of Color #554833

%40.87
%34.62
%24.52

CMYK Percentages of Color #554833

%0
%15
%40
%67

Triadic Colors of #554833

#554833 #335548 #483355

Analogous Colors of #554833

#554833 #515533 #553733

Monochromatic Colors of #554833

#554833

Complementary Color

#554833 #334055

#554833 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554833 Color Preview on White Background

Lorem ipsum dolor sit amet.

#554833 Color CSS Codes

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

#554833 Text Font Color

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

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


#554833 Background Color

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

This div background color is #554833


#554833 Border Color

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

This div border color is #554833


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554833


Comments

No comments written yet.

Please login to write comment.