Color Hex Logo

#54503e Color Hex

#54503E
(84,80,62)
0 Favorites   0 Comments

Color spaces of #54503e

RGB 848062
HSL0.140.150.29
HSV49°26°33°
CMYK 0.000.050.26   0.67
XYZ7.39437.96995.7061
Yxy7.96990.35090.3783
Hunter Lab28.2310-2.65137.7779
CIE-Lab33.9201-1.726211.2253

#54503e color RGB value is (84,80,62).

#54503e hex color red value is 84, green value is 80 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #54503e hue: 0.14 , saturation: 0.15 and the lightness value of 54503e is 0.29.

The process color (four color CMYK) of #54503e color hex is 0.00, 0.05, 0.26, 0.67. Web safe color of #54503e is #666633. Color #54503e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01010000 00111110
Octal 124 120 76
Decimal 84 80 62
Hex 54 50 3E

RGB Percentages of Color #54503e

%37.17
%35.40
%27.43

CMYK Percentages of Color #54503e

%0
%5
%26
%67

Triadic Colors of #54503e

#54503e #3e5450 #503e54

Analogous Colors of #54503e

#54503e #4d543e #54453e

Monochromatic Colors of #54503e

#54503e

Complementary Color

#54503e #3e4254

#54503e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54503e Color Preview on White Background

Lorem ipsum dolor sit amet.

#54503e Color CSS Codes

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

#54503e Text Font Color

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

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


#54503e Background Color

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

This div background color is #54503e


#54503e Border Color

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

This div border color is #54503e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,80,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #54503e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #54503e;
  -webkit-box-shadow: 1px 1px 3px 2px #54503e;
  box-shadow:         1px 1px 3px 2px #54503e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54503e


Comments

No comments written yet.

Please login to write comment.