Color Hex Logo

#54694d Color Hex

#54694D
(84,105,77)
0 Favorites   0 Comments

Color spaces of #54694d

RGB 8410577
HSL0.290.150.36
HSV105°27°41°
CMYK 0.200.000.27   0.59
XYZ10.047312.52388.9090
Yxy12.52380.31920.3978
Hunter Lab35.3890-11.25279.8463
CIE-Lab42.0368-13.744313.2368

#54694d color RGB value is (84,105,77).

#54694d hex color red value is 84, green value is 105 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #54694d hue: 0.29 , saturation: 0.15 and the lightness value of 54694d is 0.36.

The process color (four color CMYK) of #54694d color hex is 0.20, 0.00, 0.27, 0.59. Web safe color of #54694d is #666666. Color #54694d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01101001 01001101
Octal 124 151 115
Decimal 84 105 77
Hex 54 69 4D

RGB Percentages of Color #54694d

%31.58
%39.47
%28.95

CMYK Percentages of Color #54694d

%20
%0
%27
%59

Triadic Colors of #54694d

#54694d #4d5469 #694d54

Analogous Colors of #54694d

#54694d #4d6954 #62694d

Monochromatic Colors of #54694d

#54694d

Complementary Color

#54694d #624d69

#54694d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54694d Color Preview on White Background

Lorem ipsum dolor sit amet.

#54694d Color CSS Codes

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

#54694d Text Font Color

<p style="color:#54694d">Text here</p>

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


#54694d Background Color

<div style="background-color:#54694d">
Div content here</div>

This div background color is #54694d


#54694d Border Color

<div style="border:3px solid #54694d">
Div here</div>

This div border color is #54694d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,105,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #54694d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #54694d;
  -webkit-box-shadow: 1px 1px 3px 2px #54694d;
  box-shadow:         1px 1px 3px 2px #54694d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54694d


Comments

No comments written yet.

Please login to write comment.