COLOR #54553F

HEX: #54553F RGB: (84,85,63)

Color info

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

RGB color model

#54553F color RGB value is (84,85,63).

RGB: (84,85,63) (33%, 33%, 25%)

RGB channels and saturation

R 84 of 255 = 33%
G 85 of 255 = 33%
B 63 of 255 = 25%

84
85
63

R + G + B ~ 30%. #54553F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 84 + 85 + 63 = 232 (100%)
R 84 of 232 ~ 36.21%
G 85 of 232 ~ 36.64%
B 63 of 232 ~ 27.16'%

%36.21
%36.64
%27.16

CMYK color model

#54553F color CMYK value is (1,0,26,67).

  • cyan value is 1.18%
  • magenta value is 0.00%
  • yellow value is 25.88%
  • key color value is 66.67%
CMYK: (1,0,26,67) C1M0Y26K67 (1%,0%,26%,67%) (0.01/0.00/0.26/0.67) 

CMYK percentages

%1.18
%0
%25.88
%66.67

Codes

Color #54553F in popluar color models

54 55 3F
RGB 84 85 63
HSL 63° 14.86% 29.02%
HSB/HSV 63° 25.88% 33.33%
CMYK 1.18% 0.00% 25.88%
66.67%

Color #54553F in popluar number systems.

HEX 54 55 3F
Decimal 84 85 63
Binary 1010100 1010101 111111
Octal 124 125 77

Shades and tints

Shades of #54553F

#54553F
(84,85,63)
#4D4E3A
(77,78,58)
#464735
(70,71,53)
#3F4030
(63,64,48)
#38392B
(56,57,43)
#313226
(49,50,38)
#2A2B21
(42,43,33)
#23241C
(35,36,28)
#1C1D17
(28,29,23)
#151612
(21,22,18)
#0E0F0D
(14,15,13)
#000000
(0,0,0)

Tints of #54553F

#54553F
(84,85,63)
#636450
(99,100,80)
#727361
(114,115,97)
#818272
(129,130,114)
#909183
(144,145,131)
#9FA094
(159,160,148)
#AEAFA5
(174,175,165)
#BDBEB6
(189,190,182)
#CCCDC7
(204,205,199)
#DBDCD8
(219,220,216)
#EAEBE9
(234,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54553F color. Also use rgb(84,85,63) instead hex code.

Text Font Color

.myTextColor { color: #54553F; }

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

This text font color is #54553F.

Background Color

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

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

This div background color is #54553F.

Border color

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

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

This div border color is #54553F.

Opacity

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

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

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

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

This text has shadow with #54553F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #54553F.

Preview

Color preview on black background

This text has color #54553F on black background.


Color preview on white background

This text has color #54553F on white background.


Black color preview on #54553F background

This text has black color on #54553F background.


White color preview on #54553F background

This text has white color on #54553F background.


Related colors

Complementary color

Complementary color for #hex is #ABAAC0.


I love getcolorcode.com

Triadic colors

1 #3F5455 and #553F54 with #54553F are triadic colors.

2 #3F5554 and #55543F with #54553F are triadic colors.