Color Hex Logo

#54704b Color Hex

#54704B
(84,112,75)
0 Favorites   0 Comments

Color spaces of #54704b

RGB 8411275
HSL0.290.200.37
HSV105°33°44°
CMYK 0.250.000.33   0.56
XYZ10.720313.98128.7902
Yxy13.98120.32010.4175
Hunter Lab37.3914-14.258212.2358
CIE-Lab44.2060-17.929317.3644

#54704b color RGB value is (84,112,75).

#54704b hex color red value is 84, green value is 112 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #54704b hue: 0.29 , saturation: 0.20 and the lightness value of 54704b is 0.37.

The process color (four color CMYK) of #54704b color hex is 0.25, 0.00, 0.33, 0.56. Web safe color of #54704b is #666633. Color #54704b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01110000 01001011
Octal 124 160 113
Decimal 84 112 75
Hex 54 70 4B

RGB Percentages of Color #54704b

%31.00
%41.33
%27.68

CMYK Percentages of Color #54704b

%25
%0
%33
%56

Triadic Colors of #54704b

#54704b #4b5470 #704b54

Analogous Colors of #54704b

#54704b #4b7055 #67704b

Monochromatic Colors of #54704b

#54704b

Complementary Color

#54704b #674b70

#54704b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54704b Color Preview on White Background

Lorem ipsum dolor sit amet.

#54704b Color CSS Codes

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

#54704b Text Font Color

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

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


#54704b Background Color

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

This div background color is #54704b


#54704b Border Color

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

This div border color is #54704b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54704b


Comments

No comments written yet.

Please login to write comment.