COLOR #54664B

HEX: #54664B
RGB: (84,102,75)

Color info

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

RGB color model

#54664B color RGB value is (84,102,75).

  • red value is 84;
  • green value is 102;
  • blue value is 75.
RGB:
(84,102,75)
(33%,40%,29%)

RGB channels and saturation

R 84 of 255 = 33%
G 102 of 255 = 40%
B 75 of 255 = 29%

84
102
75

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

Portions of RGB colors in percentages

R + G + B =
84 + 102 + 75 = 261 (100%)
R 84 of 261 ~ 32.18%
G 102 of 261 ~ 39.08%
B 75 of 261 ~ 28.74%

%32.18
%39.08
%28.74

CMYK color model

#54664B color CMYK value is (18,0,26,60).

  • cyan value is 17.65%
  • magenta value is 0.00%
  • yellow value is 26.47%
  • key color value is 60.00%
CMYK:
(18,0,26,60)
C18M0Y26K60 
(18%,0%,26%,60%)
(0.18/0.00/0.26/0.60)	

CMYK percentages

%17.65
%0
%26.47
%60

Codes

Color #54664B in popluar color models

54664B
RGB8410275
HSL100°15.25%34.71%
HSB/HSV100°26.47%40.00%
CMYK17.65%0.00%26.47%
60.00%

Color #54664B in popluar number systems.

HEX54664B
Decimal8410275
Binary101010011001101001011
Octal124146113

Shades and tints

Shades of #54664B

#54664B
(84,102,75)
#4D5D45
(77,93,69)
#46543F
(70,84,63)
#3F4B39
(63,75,57)
#384233
(56,66,51)
#31392D
(49,57,45)
#2A3027
(42,48,39)
#232721
(35,39,33)
#1C1E1B
(28,30,27)
#151515
(21,21,21)
#0E0C0F
(14,12,15)
#000000
(0,0,0)

Tints of #54664B

#54664B
(84,102,75)
#63735B
(99,115,91)
#72806B
(114,128,107)
#818D7B
(129,141,123)
#909A8B
(144,154,139)
#9FA79B
(159,167,155)
#AEB4AB
(174,180,171)
#BDC1BB
(189,193,187)
#CCCECB
(204,206,203)
#DBDBDB
(219,219,219)
#EAE8EB
(234,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54664B; }

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

This text font color is #54664B.


Background Color

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

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

This div background color is #54664B.


Border color

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

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

This div border color is #54664B.


Opacity

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

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

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

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

This text has shadow with #54664B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54664B on black background.


Color preview on white background

This text has color #54664B on white background.



Black color preview on #54664B background

This text has black color on #54664B background.


White color preview on #54664B background

This text has white color on #54664B background.