Color Hex Logo

#54463b Color Hex

#54463B
(84,70,59)
0 Favorites   0 Comments

Color spaces of #54463b

RGB 847059
HSL0.070.170.28
HSV26°30°33°
CMYK 0.000.170.30   0.67
XYZ6.63576.58095.0582
Yxy6.58090.36310.3601
Hunter Lab25.65331.27926.2667
CIE-Lab30.83314.01568.8501

#54463b color RGB value is (84,70,59).

#54463b hex color red value is 84, green value is 70 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #54463b hue: 0.07 , saturation: 0.17 and the lightness value of 54463b is 0.28.

The process color (four color CMYK) of #54463b color hex is 0.00, 0.17, 0.30, 0.67. Web safe color of #54463b is #663333. Color #54463b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01000110 00111011
Octal 124 106 73
Decimal 84 70 59
Hex 54 46 3B

RGB Percentages of Color #54463b

%39.44
%32.86
%27.70

CMYK Percentages of Color #54463b

%0
%17
%30
%67

Triadic Colors of #54463b

#54463b #3b5446 #463b54

Analogous Colors of #54463b

#54463b #54533b #543b3d

Monochromatic Colors of #54463b

#54463b

Complementary Color

#54463b #3b4954

#54463b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54463b Color Preview on White Background

Lorem ipsum dolor sit amet.

#54463b Color CSS Codes

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

#54463b Text Font Color

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

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


#54463b Background Color

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

This div background color is #54463b


#54463b Border Color

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

This div border color is #54463b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,70,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #54463b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #54463b;
  -webkit-box-shadow: 1px 1px 3px 2px #54463b;
  box-shadow:         1px 1px 3px 2px #54463b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54463b


Comments

No comments written yet.

Please login to write comment.