Color Hex Logo

#54481f Color Hex

#54481F
(84,72,31)
0 Favorites   0 Comments

Color spaces of #54481f

RGB 847231
HSL0.130.460.23
HSV46°63°33°
CMYK 0.000.140.63   0.67
XYZ6.22086.61852.2459
Yxy6.61850.41240.4387
Hunter Lab25.7264-1.859012.8325
CIE-Lab30.9221-0.751826.0507

#54481f color RGB value is (84,72,31).

#54481f hex color red value is 84, green value is 72 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #54481f hue: 0.13 , saturation: 0.46 and the lightness value of 54481f is 0.23.

The process color (four color CMYK) of #54481f color hex is 0.00, 0.14, 0.63, 0.67. Web safe color of #54481f is #663333. Color #54481f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01001000 00011111
Octal 124 110 37
Decimal 84 72 31
Hex 54 48 1F

RGB Percentages of Color #54481f

%44.92
%38.50
%16.58

CMYK Percentages of Color #54481f

%0
%14
%63
%67

Triadic Colors of #54481f

#54481f #1f5448 #481f54

Analogous Colors of #54481f

#54481f #46541f #542e1f

Monochromatic Colors of #54481f

#54481f

Complementary Color

#54481f #1f2b54

#54481f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54481f Color Preview on White Background

Lorem ipsum dolor sit amet.

#54481f Color CSS Codes

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

#54481f Text Font Color

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

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


#54481f Background Color

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

This div background color is #54481f


#54481f Border Color

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

This div border color is #54481f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,72,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #54481f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #54481f;
  -webkit-box-shadow: 1px 1px 3px 2px #54481f;
  box-shadow:         1px 1px 3px 2px #54481f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54481f


Comments

No comments written yet.

Please login to write comment.