COLOR #54712D

HEX: #54712D RGB: (84,113,45)

Color info

#54712D contains mainly red and green colors. Web safe color of #54712D is #666633 (or #663).

RGB color model

#54712D color RGB value is (84,113,45).

RGB: (84,113,45) (33%, 44%, 18%)

RGB channels and saturation

R 84 of 255 = 33%
G 113 of 255 = 44%
B 45 of 255 = 18%

84
113
45

R + G + B ~ 32%. #54712D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 84 + 113 + 45 = 242 (100%)
R 84 of 242 ~ 34.71%
G 113 of 242 ~ 46.69%
B 45 of 242 ~ 18.6'%

%34.71
%46.69
%18.6

CMYK color model

#54712D color CMYK value is (26,0,60,56).

  • cyan value is 25.66%
  • magenta value is 0.00%
  • yellow value is 60.18%
  • key color value is 55.69%

CMYK: (26,0,60,56)
C26M0Y60K56 (26%, 0%, 60%, 56%)
(0.26 / 0.00 / 0.60 / 0.56)

CMYK percentages

%25.66
%0
%60.18
%55.69

Codes

Color #54712D in popluar color models

54 71 2D
RGB 84 113 45
HSL 86° 43.04% 30.98%
HSB/HSV 86° 60.18% 44.31%
CMYK 25.66% 0.00% 60.18%
55.69%

Color #54712D in popluar number systems.

HEX 54 71 2D
Decimal 84 113 45
Binary 1010100 1110001 101101
Octal 124 161 55

Shades and tints

Shades of #54712D

#54712D
(84,113,45)
#4D6729
(77,103,41)
#465D25
(70,93,37)
#3F5321
(63,83,33)
#38491D
(56,73,29)
#313F19
(49,63,25)
#2A3515
(42,53,21)
#232B11
(35,43,17)
#1C210D
(28,33,13)
#151709
(21,23,9)
#0E0D05
(14,13,5)
#000000
(0,0,0)

Tints of #54712D

#54712D
(84,113,45)
#637D40
(99,125,64)
#728953
(114,137,83)
#819566
(129,149,102)
#90A179
(144,161,121)
#9FAD8C
(159,173,140)
#AEB99F
(174,185,159)
#BDC5B2
(189,197,178)
#CCD1C5
(204,209,197)
#DBDDD8
(219,221,216)
#EAE9EB
(234,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54712D color. Also use rgb(84,113,45) instead hex code.

Text Font Color

.myTextColor { color: #54712D; }

<p style="color:#54712D">This sample text font color is #54712D.</p>

This text font color is #54712D.

Background Color

.myBgColor { background-color: #54712D; }

<div style="background-color:#54712D">Inner text</div>

This div background color is #54712D.

Border color

.myBorderColor { border: 1px solid #54712D; }

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

This div border color is #54712D.

Opacity

.myOpacity80 { color: #54712D; opacity: 0.8; }

<p style="color:#54712D;opacity:0.8;">80%</p>

Text with #54712D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #54712D;}

<p style="text-shadow: 3px 3px 1px #54712D">Text here.</p>

This text has shadow with #54712D color.


.textShadow {text-shadow: 3px 3px 1px #54712D', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #54712D, 5px 5px 20px red">Text here.</p>

This text has shadow with #54712D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#54712D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#54712D, Direction=45, Strength=4)">Text</p>

This text has shadow with #54712D and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #54712D;
-webkit-box-shadow: 1px 1px 3px 2px #54712D;
box-shadow: 1px 1px 3px 2px #54712D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #54712D; -webkit-box-shadow: 1px 1px 3px 2px #54712D; box-shadow:1px 1px 3px 2px #54712D;">
Div content here
</div>

This div box has shadow with color #54712D.

Preview

Color preview on black background

This text has color #54712D on black background.


Color preview on white background

This text has color #54712D on white background.


Black color preview on #54712D background

This text has black color on #54712D background.


White color preview on #54712D background

This text has white color on #54712D background.


Related colors

Complementary color

Complementary color for #hex is #AB8ED2.


I love getcolorcode.com

Triadic colors

1 #2D5471 and #712D54 with #54712D are triadic colors.

2 #2D7154 and #71542D with #54712D are triadic colors.