Color Hex Logo

#54712f Color Hex

#54712F
(84,113,47)
0 Favorites   0 Comments

Color spaces of #54712f

RGB 8411347
HSL0.240.410.31
HSV86°58°44°
CMYK 0.260.000.58   0.56
XYZ10.074413.90034.8414
Yxy13.90030.34960.4824
Hunter Lab37.2831-17.012318.3991
CIE-Lab44.0896-22.380332.7484

#54712f color RGB value is (84,113,47).

#54712f hex color red value is 84, green value is 113 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #54712f hue: 0.24 , saturation: 0.41 and the lightness value of 54712f is 0.31.

The process color (four color CMYK) of #54712f color hex is 0.26, 0.00, 0.58, 0.56. Web safe color of #54712f is #666633. Color #54712f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01110001 00101111
Octal 124 161 57
Decimal 84 113 47
Hex 54 71 2F

RGB Percentages of Color #54712f

%34.43
%46.31
%19.26

CMYK Percentages of Color #54712f

%26
%0
%58
%56

Triadic Colors of #54712f

#54712f #2f5471 #712f54

Analogous Colors of #54712f

#54712f #33712f #716d2f

Monochromatic Colors of #54712f

#54712f

Complementary Color

#54712f #4c2f71

#54712f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54712f Color Preview on White Background

Lorem ipsum dolor sit amet.

#54712f Color CSS Codes

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

#54712f Text Font Color

<p style="color:#54712f">Text here</p>

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


#54712f Background Color

<div style="background-color:#54712f">
Div content here</div>

This div background color is #54712f


#54712f Border Color

<div style="border:3px solid #54712f">
Div here</div>

This div border color is #54712f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,113,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #54712f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #54712f;
  -webkit-box-shadow: 1px 1px 3px 2px #54712f;
  box-shadow:         1px 1px 3px 2px #54712f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54712f


Comments

No comments written yet.

Please login to write comment.