COLOR #554144

HEX: #554144 RGB: (85,65,68)

Color info

#554144 contains red, green and blue colors in about the same proportion. Web safe color of #554144 is #663333 (or #633).

RGB color model

#554144 color RGB value is (85,65,68).

RGB: (85,65,68) (33%, 25%, 27%)

RGB channels and saturation

R 85 of 255 = 33%
G 65 of 255 = 25%
B 68 of 255 = 27%

85
65
68

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

Portions of RGB colors in percentages

R + G + B = 85 + 65 + 68 = 218 (100%)
R 85 of 218 ~ 38.99%
G 65 of 218 ~ 29.82%
B 68 of 218 ~ 31.19'%

%38.99
%29.82
%31.19

CMYK color model

#554144 color CMYK value is (0,24,20,67).

  • cyan value is 0.00%
  • magenta value is 23.53%
  • yellow value is 20.00%
  • key color value is 66.67%
CMYK: (0,24,20,67) C0M24Y20K67 (0%,24%,20%,67%) (0.00/0.24/0.20/0.67) 

CMYK percentages

%0
%23.53
%20
%66.67

Codes

Color #554144 in popluar color models

55 41 44
RGB 85 65 68
HSL 351° 13.33% 29.41%
HSB/HSV 351° 23.53% 33.33%
CMYK 0.00% 23.53% 20.00%
66.67%

Color #554144 in popluar number systems.

HEX 55 41 44
Decimal 85 65 68
Binary 1010101 1000001 1000100
Octal 125 101 104

Shades and tints

Shades of #554144

#554144
(85,65,68)
#4E3C3E
(78,60,62)
#473738
(71,55,56)
#403232
(64,50,50)
#392D2C
(57,45,44)
#322826
(50,40,38)
#2B2320
(43,35,32)
#241E1A
(36,30,26)
#1D1914
(29,25,20)
#16140E
(22,20,14)
#0F0F08
(15,15,8)
#000000
(0,0,0)

Tints of #554144

#554144
(85,65,68)
#645255
(100,82,85)
#736366
(115,99,102)
#827477
(130,116,119)
#918588
(145,133,136)
#A09699
(160,150,153)
#AFA7AA
(175,167,170)
#BEB8BB
(190,184,187)
#CDC9CC
(205,201,204)
#DCDADD
(220,218,221)
#EBEBEE
(235,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #554144 color. Also use rgb(85,65,68) instead hex code.

Text Font Color

.myTextColor { color: #554144; }

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

This text font color is #554144.

Background Color

.myBgColor { background-color: #554144; }

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

This div background color is #554144.

Border color

.myBorderColor { border: 1px solid #554144; }

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

This div border color is #554144.

Opacity

.myOpacity80 { color: #554144; opacity: 0.8; }

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

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

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

This text has shadow with #554144 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #554144.

Preview

Color preview on black background

This text has color #554144 on black background.


Color preview on white background

This text has color #554144 on white background.


Black color preview on #554144 background

This text has black color on #554144 background.


White color preview on #554144 background

This text has white color on #554144 background.


Related colors

Complementary color

Complementary color for #hex is #AABEBB.


I love getcolorcode.com

Triadic colors

1 #445541 and #414455 with #554144 are triadic colors.

2 #444155 and #415544 with #554144 are triadic colors.