Color Hex Logo

#54613b Color Hex

#54613B
(84,97,59)
0 Favorites   0 Comments

Color spaces of #54613b

RGB 849759
HSL0.220.240.31
HSV81°39°38°
CMYK 0.130.000.39   0.62
XYZ8.720310.75005.7530
Yxy10.75000.34570.4262
Hunter Lab32.7872-9.902512.5477
CIE-Lab39.1562-12.231220.0485

#54613b color RGB value is (84,97,59).

#54613b hex color red value is 84, green value is 97 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #54613b hue: 0.22 , saturation: 0.24 and the lightness value of 54613b is 0.31.

The process color (four color CMYK) of #54613b color hex is 0.13, 0.00, 0.39, 0.62. Web safe color of #54613b is #666633. Color #54613b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01100001 00111011
Octal 124 141 73
Decimal 84 97 59
Hex 54 61 3B

RGB Percentages of Color #54613b

%35.00
%40.42
%24.58

CMYK Percentages of Color #54613b

%13
%0
%39
%62

Triadic Colors of #54613b

#54613b #3b5461 #613b54

Analogous Colors of #54613b

#54613b #41613b #615b3b

Monochromatic Colors of #54613b

#54613b

Complementary Color

#54613b #483b61

#54613b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54613b Color Preview on White Background

Lorem ipsum dolor sit amet.

#54613b Color CSS Codes

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

#54613b Text Font Color

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

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


#54613b Background Color

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

This div background color is #54613b


#54613b Border Color

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

This div border color is #54613b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54613b


Comments

No comments written yet.

Please login to write comment.