COLOR #54674E

HEX: #54674E
RGB: (84,103,78)

Color info

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

RGB color model

#54674E color RGB value is (84,103,78).

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

RGB channels and saturation

R 84 of 255 = 33%
G 103 of 255 = 40%
B 78 of 255 = 31%

84
103
78

R + G + B ~ 35%. #54674E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 103 + 78 = 265 (100%)
R 84 of 265 ~ 31.7%
G 103 of 265 ~ 38.87%
B 78 of 265 ~ 29.43%

%31.7
%38.87
%29.43

CMYK color model

#54674E color CMYK value is (18,0,24,60).

  • cyan value is 18.45%
  • magenta value is 0.00%
  • yellow value is 24.27%
  • key color value is 59.61%
CMYK:
(18,0,24,60)
C18M0Y24K60 
(18%,0%,24%,60%)
(0.18/0.00/0.24/0.60)	

CMYK percentages

%18.45
%0
%24.27
%59.61

Codes

Color #54674E in popluar color models

54674E
RGB8410378
HSL106°13.81%35.49%
HSB/HSV106°24.27%40.39%
CMYK18.45%0.00%24.27%
59.61%

Color #54674E in popluar number systems.

HEX54674E
Decimal8410378
Binary101010011001111001110
Octal124147116

Shades and tints

Shades of #54674E

#54674E
(84,103,78)
#4D5E47
(77,94,71)
#465540
(70,85,64)
#3F4C39
(63,76,57)
#384332
(56,67,50)
#313A2B
(49,58,43)
#2A3124
(42,49,36)
#23281D
(35,40,29)
#1C1F16
(28,31,22)
#15160F
(21,22,15)
#0E0D08
(14,13,8)
#000000
(0,0,0)

Tints of #54674E

#54674E
(84,103,78)
#63745E
(99,116,94)
#72816E
(114,129,110)
#818E7E
(129,142,126)
#909B8E
(144,155,142)
#9FA89E
(159,168,158)
#AEB5AE
(174,181,174)
#BDC2BE
(189,194,190)
#CCCFCE
(204,207,206)
#DBDCDE
(219,220,222)
#EAE9EE
(234,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54674E color. Also use rgb(84,103,78) instead hex code.

Text Font Color

.myTextColor { color: #54674E; }

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

This text font color is #54674E.


Background Color

.myBgColor { background-color: #54674E; }

<div style="background-color:#54674E">Inner text</div>

This div background color is #54674E.


Border color

.myBorderColor { border: 1px solid #54674E; }

<div style="border:3px solid #54674E">Div</div>

This div border color is #54674E.


Opacity

.myOpacity80 { color: #54674E; opacity: 0.8; }

<p style="color:#54674E;opacity:0.8;">80%</p>

Text with #54674E 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 #54674E;}

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

This text has shadow with #54674E color.

.textShadow {text-shadow: 3px 3px 1px #54674E, 3px 3px 1px red;}

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

This text has shadow with #54674E primary color and red secondary color.


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

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

This text has shadow with #54674E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54674E on black background.


Color preview on white background

This text has color #54674E on white background.



Black color preview on #54674E background

This text has black color on #54674E background.


White color preview on #54674E background

This text has white color on #54674E background.