COLOR #54683F

HEX: #54683F
RGB: (84,104,63)

Color info

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

RGB color model

#54683F color RGB value is (84,104,63).

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

RGB channels and saturation

R 84 of 255 = 33%
G 104 of 255 = 41%
B 63 of 255 = 25%

84
104
63

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

Portions of RGB colors in percentages

R + G + B =
84 + 104 + 63 = 251 (100%)
R 84 of 251 ~ 33.47%
G 104 of 251 ~ 41.43%
B 63 of 251 ~ 25.1%

%33.47
%41.43
%25.1

CMYK color model

#54683F color CMYK value is (19,0,39,59).

  • cyan value is 19.23%
  • magenta value is 0.00%
  • yellow value is 39.42%
  • key color value is 59.22%
CMYK:
(19,0,39,59)
C19M0Y39K59 
(19%,0%,39%,59%)
(0.19/0.00/0.39/0.59)	

CMYK percentages

%19.23
%0
%39.42
%59.22

Codes

Color #54683F in popluar color models

54683F
RGB8410463
HSL89°24.55%32.75%
HSB/HSV89°39.42%40.78%
CMYK19.23%0.00%39.42%
59.22%

Color #54683F in popluar number systems.

HEX54683F
Decimal8410463
Binary10101001101000111111
Octal12415077

Shades and tints

Shades of #54683F

#54683F
(84,104,63)
#4D5F3A
(77,95,58)
#465635
(70,86,53)
#3F4D30
(63,77,48)
#38442B
(56,68,43)
#313B26
(49,59,38)
#2A3221
(42,50,33)
#23291C
(35,41,28)
#1C2017
(28,32,23)
#151712
(21,23,18)
#0E0E0D
(14,14,13)
#000000
(0,0,0)

Tints of #54683F

#54683F
(84,104,63)
#637550
(99,117,80)
#728261
(114,130,97)
#818F72
(129,143,114)
#909C83
(144,156,131)
#9FA994
(159,169,148)
#AEB6A5
(174,182,165)
#BDC3B6
(189,195,182)
#CCD0C7
(204,208,199)
#DBDDD8
(219,221,216)
#EAEAE9
(234,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54683F; }

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

This text font color is #54683F.


Background Color

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

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

This div background color is #54683F.


Border color

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

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

This div border color is #54683F.


Opacity

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

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

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

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

This text has shadow with #54683F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54683F on black background.


Color preview on white background

This text has color #54683F on white background.



Black color preview on #54683F background

This text has black color on #54683F background.


White color preview on #54683F background

This text has white color on #54683F background.