COLOR #54664F

HEX: #54664F RGB: (84,102,79)

Color info

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

RGB color model

#54664F color RGB value is (84,102,79).

RGB: (84,102,79) (33%, 40%, 31%)

RGB channels and saturation

R 84 of 255 = 33%
G 102 of 255 = 40%
B 79 of 255 = 31%

84
102
79

R + G + B ~ 35%. #54664F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 84 + 102 + 79 = 265 (100%)
R 84 of 265 ~ 31.7%
G 102 of 265 ~ 38.49%
B 79 of 265 ~ 29.81'%

%31.7
%38.49
%29.81

CMYK color model

#54664F color CMYK value is (18,0,23,60).

  • cyan value is 17.65%
  • magenta value is 0.00%
  • yellow value is 22.55%
  • key color value is 60.00%

CMYK: (18,0,23,60)
C18M0Y23K60 (18%, 0%, 23%, 60%)
(0.18 / 0.00 / 0.23 / 0.60)

CMYK percentages

%17.65
%0
%22.55
%60

Codes

Color #54664F in popluar color models

54 66 4F
RGB 84 102 79
HSL 107° 12.71% 35.49%
HSB/HSV 107° 22.55% 40.00%
CMYK 17.65% 0.00% 22.55%
60.00%

Color #54664F in popluar number systems.

HEX 54 66 4F
Decimal 84 102 79
Binary 1010100 1100110 1001111
Octal 124 146 117

Shades and tints

Shades of #54664F

#54664F
(84,102,79)
#4D5D48
(77,93,72)
#465441
(70,84,65)
#3F4B3A
(63,75,58)
#384233
(56,66,51)
#31392C
(49,57,44)
#2A3025
(42,48,37)
#23271E
(35,39,30)
#1C1E17
(28,30,23)
#151510
(21,21,16)
#0E0C09
(14,12,9)
#000000
(0,0,0)

Tints of #54664F

#54664F
(84,102,79)
#63735F
(99,115,95)
#72806F
(114,128,111)
#818D7F
(129,141,127)
#909A8F
(144,154,143)
#9FA79F
(159,167,159)
#AEB4AF
(174,180,175)
#BDC1BF
(189,193,191)
#CCCECF
(204,206,207)
#DBDBDF
(219,219,223)
#EAE8EF
(234,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54664F color. Also use rgb(84,102,79) instead hex code.

Text Font Color

.myTextColor { color: #54664F; }

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

This text font color is #54664F.

Background Color

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

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

This div background color is #54664F.

Border color

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

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

This div border color is #54664F.

Opacity

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

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

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

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

This text has shadow with #54664F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #54664F.

Preview

Color preview on black background

This text has color #54664F on black background.


Color preview on white background

This text has color #54664F on white background.


Black color preview on #54664F background

This text has black color on #54664F background.


White color preview on #54664F background

This text has white color on #54664F background.


Related colors

Complementary color

Complementary color for #hex is #AB99B0.


I love getcolorcode.com

Triadic colors

1 #4F5466 and #664F54 with #54664F are triadic colors.

2 #4F6654 and #66544F with #54664F are triadic colors.