COLOR #554944

HEX: #554944 RGB: (85,73,68)

Color info

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

RGB color model

#554944 color RGB value is (85,73,68).

RGB: (85,73,68) (33%, 29%, 27%)

RGB channels and saturation

R 85 of 255 = 33%
G 73 of 255 = 29%
B 68 of 255 = 27%

85
73
68

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

Portions of RGB colors in percentages

R + G + B = 85 + 73 + 68 = 226 (100%)
R 85 of 226 ~ 37.61%
G 73 of 226 ~ 32.3%
B 68 of 226 ~ 30.09'%

%37.61
%32.3
%30.09

CMYK color model

#554944 color CMYK value is (0,14,20,67).

  • cyan value is 0.00%
  • magenta value is 14.12%
  • yellow value is 20.00%
  • key color value is 66.67%

CMYK: (0,14,20,67)
C0M14Y20K67 (0%, 14%, 20%, 67%)
(0.00 / 0.14 / 0.20 / 0.67)

CMYK percentages

%0
%14.12
%20
%66.67

Codes

Color #554944 in popluar color models

55 49 44
RGB 85 73 68
HSL 18° 11.11% 30.00%
HSB/HSV 18° 20.00% 33.33%
CMYK 0.00% 14.12% 20.00%
66.67%

Color #554944 in popluar number systems.

HEX 55 49 44
Decimal 85 73 68
Binary 1010101 1001001 1000100
Octal 125 111 104

Shades and tints

Shades of #554944

#554944
(85,73,68)
#4E433E
(78,67,62)
#473D38
(71,61,56)
#403732
(64,55,50)
#39312C
(57,49,44)
#322B26
(50,43,38)
#2B2520
(43,37,32)
#241F1A
(36,31,26)
#1D1914
(29,25,20)
#16130E
(22,19,14)
#0F0D08
(15,13,8)
#000000
(0,0,0)

Tints of #554944

#554944
(85,73,68)
#645955
(100,89,85)
#736966
(115,105,102)
#827977
(130,121,119)
#918988
(145,137,136)
#A09999
(160,153,153)
#AFA9AA
(175,169,170)
#BEB9BB
(190,185,187)
#CDC9CC
(205,201,204)
#DCD9DD
(220,217,221)
#EBE9EE
(235,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554944; }

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

This text font color is #554944.

Background Color

.myBgColor { background-color: #554944; }

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

This div background color is #554944.

Border color

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

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

This div border color is #554944.

Opacity

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

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

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

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

This text has shadow with #554944 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #554944.

Preview

Color preview on black background

This text has color #554944 on black background.


Color preview on white background

This text has color #554944 on white background.


Black color preview on #554944 background

This text has black color on #554944 background.


White color preview on #554944 background

This text has white color on #554944 background.


Related colors

Complementary color

Complementary color for #hex is #AAB6BB.


I love getcolorcode.com

Triadic colors

1 #445549 and #494455 with #554944 are triadic colors.

2 #444955 and #495544 with #554944 are triadic colors.