COLOR #554949

HEX: #554949 RGB: (85,73,73)

Color info

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

RGB color model

#554949 color RGB value is (85,73,73).

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

RGB channels and saturation

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

85
73
73

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

Portions of RGB colors in percentages

R + G + B = 85 + 73 + 73 = 231 (100%)
R 85 of 231 ~ 36.8%
G 73 of 231 ~ 31.6%
B 73 of 231 ~ 31.6'%

%36.8
%31.6
%31.6

CMYK color model

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

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

CMYK: (0,14,14,67)
C0M14Y14K67 (0%, 14%, 14%, 67%)
(0.00 / 0.14 / 0.14 / 0.67)

CMYK percentages

%0
%14.12
%14.12
%66.67

Codes

Color #554949 in popluar color models

55 49 49
RGB 85 73 73
HSL 7.59% 30.98%
HSB/HSV 14.12% 33.33%
CMYK 0.00% 14.12% 14.12%
66.67%

Color #554949 in popluar number systems.

HEX 55 49 49
Decimal 85 73 73
Binary 1010101 1001001 1001001
Octal 125 111 111

Shades and tints

Shades of #554949

#554949
(85,73,73)
#4E4343
(78,67,67)
#473D3D
(71,61,61)
#403737
(64,55,55)
#393131
(57,49,49)
#322B2B
(50,43,43)
#2B2525
(43,37,37)
#241F1F
(36,31,31)
#1D1919
(29,25,25)
#161313
(22,19,19)
#0F0D0D
(15,13,13)
#000000
(0,0,0)

Tints of #554949

#554949
(85,73,73)
#645959
(100,89,89)
#736969
(115,105,105)
#827979
(130,121,121)
#918989
(145,137,137)
#A09999
(160,153,153)
#AFA9A9
(175,169,169)
#BEB9B9
(190,185,185)
#CDC9C9
(205,201,201)
#DCD9D9
(220,217,217)
#EBE9E9
(235,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554949; }

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

This text font color is #554949.

Background Color

.myBgColor { background-color: #554949; }

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

This div background color is #554949.

Border color

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

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

This div border color is #554949.

Opacity

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

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

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

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

This text has shadow with #554949 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #554949.

Preview

Color preview on black background

This text has color #554949 on black background.


Color preview on white background

This text has color #554949 on white background.


Black color preview on #554949 background

This text has black color on #554949 background.


White color preview on #554949 background

This text has white color on #554949 background.


Related colors

Complementary color

Complementary color for #hex is #AAB6B6.


I love getcolorcode.com