COLOR #554C49

HEX: #554C49
RGB: (85,76,73)

Color info

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

RGB color model

#554C49 color RGB value is (85,76,73).

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

RGB channels and saturation

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

85
76
73

R + G + B ~ 31%. #554C49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 76 + 73 = 234 (100%)
R 85 of 234 ~ 36.32%
G 76 of 234 ~ 32.48%
B 73 of 234 ~ 31.2%

%36.32
%32.48
%31.2

CMYK color model

#554C49 color CMYK value is (0,11,14,67).

  • cyan value is 0.00%
  • magenta value is 10.59%
  • yellow value is 14.12%
  • key color value is 66.67%
CMYK:
(0,11,14,67)
C0M11Y14K67 
(0%,11%,14%,67%)
(0.00/0.11/0.14/0.67)	

CMYK percentages

%0
%10.59
%14.12
%66.67

Codes

Color #554C49 in popluar color models

554C49
RGB857673
HSL15°7.59%30.98%
HSB/HSV15°14.12%33.33%
CMYK0.00%10.59%14.12%
66.67%

Color #554C49 in popluar number systems.

HEX554C49
Decimal857673
Binary101010110011001001001
Octal125114111

Shades and tints

Shades of #554C49

#554C49
(85,76,73)
#4E4643
(78,70,67)
#47403D
(71,64,61)
#403A37
(64,58,55)
#393431
(57,52,49)
#322E2B
(50,46,43)
#2B2825
(43,40,37)
#24221F
(36,34,31)
#1D1C19
(29,28,25)
#161613
(22,22,19)
#0F100D
(15,16,13)
#000000
(0,0,0)

Tints of #554C49

#554C49
(85,76,73)
#645C59
(100,92,89)
#736C69
(115,108,105)
#827C79
(130,124,121)
#918C89
(145,140,137)
#A09C99
(160,156,153)
#AFACA9
(175,172,169)
#BEBCB9
(190,188,185)
#CDCCC9
(205,204,201)
#DCDCD9
(220,220,217)
#EBECE9
(235,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554C49; }

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

This text font color is #554C49.


Background Color

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

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

This div background color is #554C49.


Border color

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

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

This div border color is #554C49.


Opacity

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

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

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

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

This text has shadow with #554C49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554C49 on black background.


Color preview on white background

This text has color #554C49 on white background.



Black color preview on #554C49 background

This text has black color on #554C49 background.


White color preview on #554C49 background

This text has white color on #554C49 background.