COLOR #554B49

HEX: #554B49
RGB: (85,75,73)

Color info

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

RGB color model

#554B49 color RGB value is (85,75,73).

  • red value is 85;
  • green value is 75;
  • blue value is 73.
RGB:
(85,75,73)
(33%,29%,29%)

RGB channels and saturation

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

85
75
73

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

Portions of RGB colors in percentages

R + G + B =
85 + 75 + 73 = 233 (100%)
R 85 of 233 ~ 36.48%
G 75 of 233 ~ 32.19%
B 73 of 233 ~ 31.33%

%36.48
%32.19
%31.33

CMYK color model

#554B49 color CMYK value is (0,12,14,67).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 14.12%
  • key color value is 66.67%
CMYK:
(0,12,14,67)
C0M12Y14K67 
(0%,12%,14%,67%)
(0.00/0.12/0.14/0.67)	

CMYK percentages

%0
%11.76
%14.12
%66.67

Codes

Color #554B49 in popluar color models

554B49
RGB857573
HSL10°7.59%30.98%
HSB/HSV10°14.12%33.33%
CMYK0.00%11.76%14.12%
66.67%

Color #554B49 in popluar number systems.

HEX554B49
Decimal857573
Binary101010110010111001001
Octal125113111

Shades and tints

Shades of #554B49

#554B49
(85,75,73)
#4E4543
(78,69,67)
#473F3D
(71,63,61)
#403937
(64,57,55)
#393331
(57,51,49)
#322D2B
(50,45,43)
#2B2725
(43,39,37)
#24211F
(36,33,31)
#1D1B19
(29,27,25)
#161513
(22,21,19)
#0F0F0D
(15,15,13)
#000000
(0,0,0)

Tints of #554B49

#554B49
(85,75,73)
#645B59
(100,91,89)
#736B69
(115,107,105)
#827B79
(130,123,121)
#918B89
(145,139,137)
#A09B99
(160,155,153)
#AFABA9
(175,171,169)
#BEBBB9
(190,187,185)
#CDCBC9
(205,203,201)
#DCDBD9
(220,219,217)
#EBEBE9
(235,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554B49; }

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

This text font color is #554B49.


Background Color

.myBgColor { background-color: #554B49; }

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

This div background color is #554B49.


Border color

.myBorderColor { border: 1px solid #554B49; }

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

This div border color is #554B49.


Opacity

.myOpacity80 { color: #554B49; opacity: 0.8; }

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

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

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

This text has shadow with #554B49 color.

.textShadow {text-shadow: 3px 3px 1px #554B49, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #554B49;
-webkit-box-shadow: 1px 1px 3px 2px #554B49;
box-shadow:1px 1px 3px 2px #554B49;">
Div content here</div>
This div box has shadow with color #554B49.

Preview

Color preview on black background

This text has color #554B49 on black background.


Color preview on white background

This text has color #554B49 on white background.



Black color preview on #554B49 background

This text has black color on #554B49 background.


White color preview on #554B49 background

This text has white color on #554B49 background.