COLOR #54685B

HEX: #54685B
RGB: (84,104,91)

Color info

#54685B contains red, green and blue colors in about the same proportion. Web safe color of #54685B is #666666 (or #666).

RGB color model

#54685B color RGB value is (84,104,91).

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

RGB channels and saturation

R 84 of 255 = 33%
G 104 of 255 = 41%
B 91 of 255 = 36%

84
104
91

R + G + B ~ 37%. #54685B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 104 + 91 = 279 (100%)
R 84 of 279 ~ 30.11%
G 104 of 279 ~ 37.28%
B 91 of 279 ~ 32.62%

%30.11
%37.28
%32.62

CMYK color model

#54685B color CMYK value is (19,0,13,59).

  • cyan value is 19.23%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 59.22%
CMYK:
(19,0,13,59)
C19M0Y13K59 
(19%,0%,13%,59%)
(0.19/0.00/0.13/0.59)	

CMYK percentages

%19.23
%0
%12.5
%59.22

Codes

Color #54685B in popluar color models

54685B
RGB8410491
HSL141°10.64%36.86%
HSB/HSV141°19.23%40.78%
CMYK19.23%0.00%12.50%
59.22%

Color #54685B in popluar number systems.

HEX54685B
Decimal8410491
Binary101010011010001011011
Octal124150133

Shades and tints

Shades of #54685B

#54685B
(84,104,91)
#4D5F53
(77,95,83)
#46564B
(70,86,75)
#3F4D43
(63,77,67)
#38443B
(56,68,59)
#313B33
(49,59,51)
#2A322B
(42,50,43)
#232923
(35,41,35)
#1C201B
(28,32,27)
#151713
(21,23,19)
#0E0E0B
(14,14,11)
#000000
(0,0,0)

Tints of #54685B

#54685B
(84,104,91)
#637569
(99,117,105)
#728277
(114,130,119)
#818F85
(129,143,133)
#909C93
(144,156,147)
#9FA9A1
(159,169,161)
#AEB6AF
(174,182,175)
#BDC3BD
(189,195,189)
#CCD0CB
(204,208,203)
#DBDDD9
(219,221,217)
#EAEAE7
(234,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54685B color. Also use rgb(84,104,91) instead hex code.

Text Font Color

.myTextColor { color: #54685B; }

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

This text font color is #54685B.


Background Color

.myBgColor { background-color: #54685B; }

<div style="background-color:#54685B">Inner text</div>

This div background color is #54685B.


Border color

.myBorderColor { border: 1px solid #54685B; }

<div style="border:3px solid #54685B">Div</div>

This div border color is #54685B.


Opacity

.myOpacity80 { color: #54685B; opacity: 0.8; }

<p style="color:#54685B;opacity:0.8;">80%</p>

Text with #54685B 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 #54685B;}

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

This text has shadow with #54685B color.

.textShadow {text-shadow: 3px 3px 1px #54685B, 3px 3px 1px red;}

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

This text has shadow with #54685B primary color and red secondary color.


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

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

This text has shadow with #54685B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54685B on black background.


Color preview on white background

This text has color #54685B on white background.



Black color preview on #54685B background

This text has black color on #54685B background.


White color preview on #54685B background

This text has white color on #54685B background.