COLOR #54552E

HEX: #54552E RGB: (84,85,46)

Color info

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

RGB color model

#54552E color RGB value is (84,85,46).

RGB: (84,85,46) (33%, 33%, 18%)

RGB channels and saturation

R 84 of 255 = 33%
G 85 of 255 = 33%
B 46 of 255 = 18%

84
85
46

R + G + B ~ 28%. #54552E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 84 + 85 + 46 = 215 (100%)
R 84 of 215 ~ 39.07%
G 85 of 215 ~ 39.53%
B 46 of 215 ~ 21.4'%

%39.07
%39.53
%21.4

CMYK color model

#54552E color CMYK value is (1,0,46,67).

  • cyan value is 1.18%
  • magenta value is 0.00%
  • yellow value is 45.88%
  • key color value is 66.67%

CMYK: (1,0,46,67)
C1M0Y46K67 (1%, 0%, 46%, 67%)
(0.01 / 0.00 / 0.46 / 0.67)

CMYK percentages

%1.18
%0
%45.88
%66.67

Codes

Color #54552E in popluar color models

54 55 2E
RGB 84 85 46
HSL 62° 29.77% 25.69%
HSB/HSV 62° 45.88% 33.33%
CMYK 1.18% 0.00% 45.88%
66.67%

Color #54552E in popluar number systems.

HEX 54 55 2E
Decimal 84 85 46
Binary 1010100 1010101 101110
Octal 124 125 56

Shades and tints

Shades of #54552E

#54552E
(84,85,46)
#4D4E2A
(77,78,42)
#464726
(70,71,38)
#3F4022
(63,64,34)
#38391E
(56,57,30)
#31321A
(49,50,26)
#2A2B16
(42,43,22)
#232412
(35,36,18)
#1C1D0E
(28,29,14)
#15160A
(21,22,10)
#0E0F06
(14,15,6)
#000000
(0,0,0)

Tints of #54552E

#54552E
(84,85,46)
#636441
(99,100,65)
#727354
(114,115,84)
#818267
(129,130,103)
#90917A
(144,145,122)
#9FA08D
(159,160,141)
#AEAFA0
(174,175,160)
#BDBEB3
(189,190,179)
#CCCDC6
(204,205,198)
#DBDCD9
(219,220,217)
#EAEBEC
(234,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54552E color. Also use rgb(84,85,46) instead hex code.

Text Font Color

.myTextColor { color: #54552E; }

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

This text font color is #54552E.

Background Color

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

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

This div background color is #54552E.

Border color

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

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

This div border color is #54552E.

Opacity

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

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

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

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

This text has shadow with #54552E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #54552E.

Preview

Color preview on black background

This text has color #54552E on black background.


Color preview on white background

This text has color #54552E on white background.


Black color preview on #54552E background

This text has black color on #54552E background.


White color preview on #54552E background

This text has white color on #54552E background.


Related colors

Complementary color

Complementary color for #hex is #ABAAD1.


I love getcolorcode.com

Triadic colors

1 #2E5455 and #552E54 with #54552E are triadic colors.

2 #2E5554 and #55542E with #54552E are triadic colors.