COLOR #554749

HEX: #554749
RGB: (85,71,73)

Color info

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

RGB color model

#554749 color RGB value is (85,71,73).

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

RGB channels and saturation

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

85
71
73

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

Portions of RGB colors in percentages

R + G + B =
85 + 71 + 73 = 229 (100%)
R 85 of 229 ~ 37.12%
G 71 of 229 ~ 31%
B 73 of 229 ~ 31.88%

%37.12
%31
%31.88

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.47%
  • yellow value is 14.12%
  • key color value is 66.67%
CMYK:
(0,16,14,67)
C0M16Y14K67 
(0%,16%,14%,67%)
(0.00/0.16/0.14/0.67)	

CMYK percentages

%0
%16.47
%14.12
%66.67

Codes

Color #554749 in popluar color models

554749
RGB857173
HSL351°8.97%30.59%
HSB/HSV351°16.47%33.33%
CMYK0.00%16.47%14.12%
66.67%

Color #554749 in popluar number systems.

HEX554749
Decimal857173
Binary101010110001111001001
Octal125107111

Shades and tints

Shades of #554749

#554749
(85,71,73)
#4E4143
(78,65,67)
#473B3D
(71,59,61)
#403537
(64,53,55)
#392F31
(57,47,49)
#32292B
(50,41,43)
#2B2325
(43,35,37)
#241D1F
(36,29,31)
#1D1719
(29,23,25)
#161113
(22,17,19)
#0F0B0D
(15,11,13)
#000000
(0,0,0)

Tints of #554749

#554749
(85,71,73)
#645759
(100,87,89)
#736769
(115,103,105)
#827779
(130,119,121)
#918789
(145,135,137)
#A09799
(160,151,153)
#AFA7A9
(175,167,169)
#BEB7B9
(190,183,185)
#CDC7C9
(205,199,201)
#DCD7D9
(220,215,217)
#EBE7E9
(235,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554749; }

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

This text font color is #554749.


Background Color

.myBgColor { background-color: #554749; }

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

This div background color is #554749.


Border color

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

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

This div border color is #554749.


Opacity

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

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

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

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

This text has shadow with #554749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554749 on black background.


Color preview on white background

This text has color #554749 on white background.



Black color preview on #554749 background

This text has black color on #554749 background.


White color preview on #554749 background

This text has white color on #554749 background.