Color Hex Logo

#54530b Color Hex

#54530B
(84,83,11)
0 Favorites   0 Comments

Color spaces of #54530b

RGB 848311
HSL0.160.770.19
HSV59°87°33°
CMYK 0.000.010.87   0.67
XYZ6.80988.09551.5203
Yxy8.09550.41460.4929
Hunter Lab28.4526-7.070116.7488
CIE-Lab34.1810-8.629838.3590

#54530b color RGB value is (84,83,11).

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

The process color (four color CMYK) of #54530b color hex is 0.00, 0.01, 0.87, 0.67. Web safe color of #54530b is #666600. Color #54530b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01010011 00001011
Octal 124 123 13
Decimal 84 83 11
Hex 54 53 B

RGB Percentages of Color #54530b

%47.19
%46.63
%6.18

CMYK Percentages of Color #54530b

%0
%1
%87
%67

Triadic Colors of #54530b

#54530b #0b5453 #530b54

Analogous Colors of #54530b

#54530b #31540b #542f0b

Monochromatic Colors of #54530b

#54530b

Complementary Color

#54530b #0b0c54

#54530b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54530b Color Preview on White Background

Lorem ipsum dolor sit amet.

#54530b Color CSS Codes

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

#54530b Text Font Color

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

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


#54530b Background Color

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

This div background color is #54530b


#54530b Border Color

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

This div border color is #54530b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,83,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 #54530b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54530b


Comments

No comments written yet.

Please login to write comment.