COLOR #54672C

HEX: #54672C
RGB: (84,103,44)

Color info

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

RGB color model

#54672C color RGB value is (84,103,44).

  • red value is 84;
  • green value is 103;
  • blue value is 44.
RGB:
(84,103,44)
(33%,40%,17%)

RGB channels and saturation

R 84 of 255 = 33%
G 103 of 255 = 40%
B 44 of 255 = 17%

84
103
44

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

Portions of RGB colors in percentages

R + G + B =
84 + 103 + 44 = 231 (100%)
R 84 of 231 ~ 36.36%
G 103 of 231 ~ 44.59%
B 44 of 231 ~ 19.05%

%36.36
%44.59
%19.05

CMYK color model

#54672C color CMYK value is (18,0,57,60).

  • cyan value is 18.45%
  • magenta value is 0.00%
  • yellow value is 57.28%
  • key color value is 59.61%
CMYK:
(18,0,57,60)
C18M0Y57K60 
(18%,0%,57%,60%)
(0.18/0.00/0.57/0.60)	

CMYK percentages

%18.45
%0
%57.28
%59.61

Codes

Color #54672C in popluar color models

54672C
RGB8410344
HSL79°40.14%28.82%
HSB/HSV79°57.28%40.39%
CMYK18.45%0.00%57.28%
59.61%

Color #54672C in popluar number systems.

HEX54672C
Decimal8410344
Binary10101001100111101100
Octal12414754

Shades and tints

Shades of #54672C

#54672C
(84,103,44)
#4D5E28
(77,94,40)
#465524
(70,85,36)
#3F4C20
(63,76,32)
#38431C
(56,67,28)
#313A18
(49,58,24)
#2A3114
(42,49,20)
#232810
(35,40,16)
#1C1F0C
(28,31,12)
#151608
(21,22,8)
#0E0D04
(14,13,4)
#000000
(0,0,0)

Tints of #54672C

#54672C
(84,103,44)
#63743F
(99,116,63)
#728152
(114,129,82)
#818E65
(129,142,101)
#909B78
(144,155,120)
#9FA88B
(159,168,139)
#AEB59E
(174,181,158)
#BDC2B1
(189,194,177)
#CCCFC4
(204,207,196)
#DBDCD7
(219,220,215)
#EAE9EA
(234,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54672C; }

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

This text font color is #54672C.


Background Color

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

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

This div background color is #54672C.


Border color

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

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

This div border color is #54672C.


Opacity

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

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

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

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

This text has shadow with #54672C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54672C on black background.


Color preview on white background

This text has color #54672C on white background.



Black color preview on #54672C background

This text has black color on #54672C background.


White color preview on #54672C background

This text has white color on #54672C background.