Color Hex Logo

#54460b Color Hex

#54460B
(84,70,11)
0 Favorites   0 Comments

Color spaces of #54460b

RGB 847011
HSL0.130.770.19
HSV48°87°33°
CMYK 0.000.170.87   0.67
XYZ5.90676.28931.2192
Yxy6.28930.44030.4688
Hunter Lab25.0785-1.845514.6725
CIE-Lab30.1309-0.791434.7920

#54460b color RGB value is (84,70,11).

#54460b hex color red value is 84, green value is 70 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #54460b hue: 0.13 , saturation: 0.77 and the lightness value of 54460b is 0.19.

The process color (four color CMYK) of #54460b color hex is 0.00, 0.17, 0.87, 0.67. Web safe color of #54460b is #663300. Color #54460b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01000110 00001011
Octal 124 106 13
Decimal 84 70 11
Hex 54 46 B

RGB Percentages of Color #54460b

%50.91
%42.42
%6.67

CMYK Percentages of Color #54460b

%0
%17
%87
%67

Triadic Colors of #54460b

#54460b #0b5446 #460b54

Analogous Colors of #54460b

#54460b #3e540b #54220b

Monochromatic Colors of #54460b

#54460b

Complementary Color

#54460b #0b1954

#54460b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54460b Color Preview on White Background

Lorem ipsum dolor sit amet.

#54460b Color CSS Codes

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

#54460b Text Font Color

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

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


#54460b Background Color

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

This div background color is #54460b


#54460b Border Color

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

This div border color is #54460b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54460b


Comments

No comments written yet.

Please login to write comment.