Color Hex Logo

#554825 Color Hex

#554825
(85,72,37)
0 Favorites   0 Comments

Color spaces of #554825

RGB 857237
HSL0.120.390.24
HSV44°56°33°
CMYK 0.000.150.56   0.67
XYZ6.39766.69962.7062
Yxy6.69960.40480.4239
Hunter Lab25.8836-1.176711.9196
CIE-Lab31.11300.316622.8629

#554825 color RGB value is (85,72,37).

#554825 hex color red value is 85, green value is 72 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #554825 hue: 0.12 , saturation: 0.39 and the lightness value of 554825 is 0.24.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01001000 00100101
Octal 125 110 45
Decimal 85 72 37
Hex 55 48 25

RGB Percentages of Color #554825

%43.81
%37.11
%19.07

CMYK Percentages of Color #554825

%0
%15
%56
%67

Triadic Colors of #554825

#554825 #255548 #482555

Analogous Colors of #554825

#554825 #4a5525 #553025

Monochromatic Colors of #554825

#554825

Complementary Color

#554825 #253255

#554825 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554825 Color Preview on White Background

Lorem ipsum dolor sit amet.

#554825 Color CSS Codes

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

#554825 Text Font Color

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

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


#554825 Background Color

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

This div background color is #554825


#554825 Border Color

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

This div border color is #554825


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554825


Comments

No comments written yet.

Please login to write comment.