COLOR #54672D

HEX: #54672D RGB: (84,103,45)

Color info

#54672D contains red, green and blue colors in about the same proportion. Web safe color of #54672D is #666633 (or #663).

RGB color model

#54672D color RGB value is (84,103,45).

RGB: (84,103,45) (33%, 40%, 18%)

RGB channels and saturation

R 84 of 255 = 33%
G 103 of 255 = 40%
B 45 of 255 = 18%

84
103
45

R + G + B ~ 30%. #54672D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 84 + 103 + 45 = 232 (100%)
R 84 of 232 ~ 36.21%
G 103 of 232 ~ 44.4%
B 45 of 232 ~ 19.4'%

%36.21
%44.4
%19.4

CMYK color model

#54672D color CMYK value is (18,0,56,60).

  • cyan value is 18.45%
  • magenta value is 0.00%
  • yellow value is 56.31%
  • key color value is 59.61%

CMYK: (18,0,56,60)
C18M0Y56K60 (18%, 0%, 56%, 60%)
(0.18 / 0.00 / 0.56 / 0.60)

CMYK percentages

%18.45
%0
%56.31
%59.61

Codes

Color #54672D in popluar color models

54 67 2D
RGB 84 103 45
HSL 80° 39.19% 29.02%
HSB/HSV 80° 56.31% 40.39%
CMYK 18.45% 0.00% 56.31%
59.61%

Color #54672D in popluar number systems.

HEX 54 67 2D
Decimal 84 103 45
Binary 1010100 1100111 101101
Octal 124 147 55

Shades and tints

Shades of #54672D

#54672D
(84,103,45)
#4D5E29
(77,94,41)
#465525
(70,85,37)
#3F4C21
(63,76,33)
#38431D
(56,67,29)
#313A19
(49,58,25)
#2A3115
(42,49,21)
#232811
(35,40,17)
#1C1F0D
(28,31,13)
#151609
(21,22,9)
#0E0D05
(14,13,5)
#000000
(0,0,0)

Tints of #54672D

#54672D
(84,103,45)
#637440
(99,116,64)
#728153
(114,129,83)
#818E66
(129,142,102)
#909B79
(144,155,121)
#9FA88C
(159,168,140)
#AEB59F
(174,181,159)
#BDC2B2
(189,194,178)
#CCCFC5
(204,207,197)
#DBDCD8
(219,220,216)
#EAE9EB
(234,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54672D; }

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

This text font color is #54672D.

Background Color

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

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

This div background color is #54672D.

Border color

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

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

This div border color is #54672D.

Opacity

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

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

Text with #54672D 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 #54672D;}

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

This text has shadow with #54672D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #54672D.

Preview

Color preview on black background

This text has color #54672D on black background.


Color preview on white background

This text has color #54672D on white background.


Black color preview on #54672D background

This text has black color on #54672D background.


White color preview on #54672D background

This text has white color on #54672D background.


Related colors

Complementary color

Complementary color for #hex is #AB98D2.


I love getcolorcode.com

Triadic colors

1 #2D5467 and #672D54 with #54672D are triadic colors.

2 #2D6754 and #67542D with #54672D are triadic colors.