COLOR #54655B

HEX: #54655B
RGB: (84,101,91)

Color info

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

RGB color model

#54655B color RGB value is (84,101,91).

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

RGB channels and saturation

R 84 of 255 = 33%
G 101 of 255 = 40%
B 91 of 255 = 36%

84
101
91

R + G + B ~ 36%. #54655B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 101 + 91 = 276 (100%)
R 84 of 276 ~ 30.43%
G 101 of 276 ~ 36.59%
B 91 of 276 ~ 32.97%

%30.43
%36.59
%32.97

CMYK color model

#54655B color CMYK value is (17,0,10,60).

  • cyan value is 16.83%
  • magenta value is 0.00%
  • yellow value is 9.90%
  • key color value is 60.39%
CMYK:
(17,0,10,60)
C17M0Y10K60 
(17%,0%,10%,60%)
(0.17/0.00/0.10/0.60)	

CMYK percentages

%16.83
%0
%9.9
%60.39

Codes

Color #54655B in popluar color models

54655B
RGB8410191
HSL145°9.19%36.27%
HSB/HSV145°16.83%39.61%
CMYK16.83%0.00%9.90%
60.39%

Color #54655B in popluar number systems.

HEX54655B
Decimal8410191
Binary101010011001011011011
Octal124145133

Shades and tints

Shades of #54655B

#54655B
(84,101,91)
#4D5C53
(77,92,83)
#46534B
(70,83,75)
#3F4A43
(63,74,67)
#38413B
(56,65,59)
#313833
(49,56,51)
#2A2F2B
(42,47,43)
#232623
(35,38,35)
#1C1D1B
(28,29,27)
#151413
(21,20,19)
#0E0B0B
(14,11,11)
#000000
(0,0,0)

Tints of #54655B

#54655B
(84,101,91)
#637369
(99,115,105)
#728177
(114,129,119)
#818F85
(129,143,133)
#909D93
(144,157,147)
#9FABA1
(159,171,161)
#AEB9AF
(174,185,175)
#BDC7BD
(189,199,189)
#CCD5CB
(204,213,203)
#DBE3D9
(219,227,217)
#EAF1E7
(234,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54655B; }

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

This text font color is #54655B.


Background Color

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

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

This div background color is #54655B.


Border color

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

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

This div border color is #54655B.


Opacity

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

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

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

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

This text has shadow with #54655B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54655B on black background.


Color preview on white background

This text has color #54655B on white background.



Black color preview on #54655B background

This text has black color on #54655B background.


White color preview on #54655B background

This text has white color on #54655B background.