COLOR #554955

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

Color info

#554955 contains red, green and blue colors in about the same proportion. Web safe color of #554955 is #663366 (or #636).

RGB color model

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

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

RGB channels and saturation

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

85
73
85

R + G + B ~ 32%. #554955 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 73 + 85 = 243 (100%)
R 85 of 243 ~ 34.98%
G 73 of 243 ~ 30.04%
B 85 of 243 ~ 34.98%

%34.98
%30.04
%34.98

CMYK color model

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

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

CMYK percentages

%0
%14.12
%0
%66.67

Codes

Color #554955 in popluar color models

554955
RGB857385
HSL300°7.59%30.98%
HSB/HSV300°14.12%33.33%
CMYK0.00%14.12%0.00%
66.67%

Color #554955 in popluar number systems.

HEX554955
Decimal857385
Binary101010110010011010101
Octal125111125

Shades and tints

Shades of #554955

#554955
(85,73,85)
#4E434E
(78,67,78)
#473D47
(71,61,71)
#403740
(64,55,64)
#393139
(57,49,57)
#322B32
(50,43,50)
#2B252B
(43,37,43)
#241F24
(36,31,36)
#1D191D
(29,25,29)
#161316
(22,19,22)
#0F0D0F
(15,13,15)
#000000
(0,0,0)

Tints of #554955

#554955
(85,73,85)
#645964
(100,89,100)
#736973
(115,105,115)
#827982
(130,121,130)
#918991
(145,137,145)
#A099A0
(160,153,160)
#AFA9AF
(175,169,175)
#BEB9BE
(190,185,190)
#CDC9CD
(205,201,205)
#DCD9DC
(220,217,220)
#EBE9EB
(235,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554955; }

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

This text font color is #554955.


Background Color

.myBgColor { background-color: #554955; }

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

This div background color is #554955.


Border color

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

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

This div border color is #554955.


Opacity

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

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

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

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

This text has shadow with #554955 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554955 on black background.


Color preview on white background

This text has color #554955 on white background.



Black color preview on #554955 background

This text has black color on #554955 background.


White color preview on #554955 background

This text has white color on #554955 background.