COLOR #54673F

HEX: #54673F
RGB: (84,103,63)

Color info

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

RGB color model

#54673F color RGB value is (84,103,63).

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

RGB channels and saturation

R 84 of 255 = 33%
G 103 of 255 = 40%
B 63 of 255 = 25%

84
103
63

R + G + B ~ 33%. #54673F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 103 + 63 = 250 (100%)
R 84 of 250 ~ 33.6%
G 103 of 250 ~ 41.2%
B 63 of 250 ~ 25.2%

%33.6
%41.2
%25.2

CMYK color model

#54673F color CMYK value is (18,0,39,60).

  • cyan value is 18.45%
  • magenta value is 0.00%
  • yellow value is 38.83%
  • key color value is 59.61%
CMYK:
(18,0,39,60)
C18M0Y39K60 
(18%,0%,39%,60%)
(0.18/0.00/0.39/0.60)	

CMYK percentages

%18.45
%0
%38.83
%59.61

Codes

Color #54673F in popluar color models

54673F
RGB8410363
HSL89°24.10%32.55%
HSB/HSV89°38.83%40.39%
CMYK18.45%0.00%38.83%
59.61%

Color #54673F in popluar number systems.

HEX54673F
Decimal8410363
Binary10101001100111111111
Octal12414777

Shades and tints

Shades of #54673F

#54673F
(84,103,63)
#4D5E3A
(77,94,58)
#465535
(70,85,53)
#3F4C30
(63,76,48)
#38432B
(56,67,43)
#313A26
(49,58,38)
#2A3121
(42,49,33)
#23281C
(35,40,28)
#1C1F17
(28,31,23)
#151612
(21,22,18)
#0E0D0D
(14,13,13)
#000000
(0,0,0)

Tints of #54673F

#54673F
(84,103,63)
#637450
(99,116,80)
#728161
(114,129,97)
#818E72
(129,142,114)
#909B83
(144,155,131)
#9FA894
(159,168,148)
#AEB5A5
(174,181,165)
#BDC2B6
(189,194,182)
#CCCFC7
(204,207,199)
#DBDCD8
(219,220,216)
#EAE9E9
(234,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54673F color. Also use rgb(84,103,63) instead hex code.

Text Font Color

.myTextColor { color: #54673F; }

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

This text font color is #54673F.


Background Color

.myBgColor { background-color: #54673F; }

<div style="background-color:#54673F">Inner text</div>

This div background color is #54673F.


Border color

.myBorderColor { border: 1px solid #54673F; }

<div style="border:3px solid #54673F">Div</div>

This div border color is #54673F.


Opacity

.myOpacity80 { color: #54673F; opacity: 0.8; }

<p style="color:#54673F;opacity:0.8;">80%</p>

Text with #54673F 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 #54673F;}

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

This text has shadow with #54673F color.

.textShadow {text-shadow: 3px 3px 1px #54673F, 3px 3px 1px red;}

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

This text has shadow with #54673F primary color and red secondary color.


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

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

This text has shadow with #54673F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54673F on black background.


Color preview on white background

This text has color #54673F on white background.



Black color preview on #54673F background

This text has black color on #54673F background.


White color preview on #54673F background

This text has white color on #54673F background.