COLOR #554755

HEX: #554755
RGB: (85,71,85)

Color info

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

RGB color model

#554755 color RGB value is (85,71,85).

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

RGB channels and saturation

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

85
71
85

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

Portions of RGB colors in percentages

R + G + B =
85 + 71 + 85 = 241 (100%)
R 85 of 241 ~ 35.27%
G 71 of 241 ~ 29.46%
B 85 of 241 ~ 35.27%

%35.27
%29.46
%35.27

CMYK color model

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

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

CMYK percentages

%0
%16.47
%0
%66.67

Codes

Color #554755 in popluar color models

554755
RGB857185
HSL300°8.97%30.59%
HSB/HSV300°16.47%33.33%
CMYK0.00%16.47%0.00%
66.67%

Color #554755 in popluar number systems.

HEX554755
Decimal857185
Binary101010110001111010101
Octal125107125

Shades and tints

Shades of #554755

#554755
(85,71,85)
#4E414E
(78,65,78)
#473B47
(71,59,71)
#403540
(64,53,64)
#392F39
(57,47,57)
#322932
(50,41,50)
#2B232B
(43,35,43)
#241D24
(36,29,36)
#1D171D
(29,23,29)
#161116
(22,17,22)
#0F0B0F
(15,11,15)
#000000
(0,0,0)

Tints of #554755

#554755
(85,71,85)
#645764
(100,87,100)
#736773
(115,103,115)
#827782
(130,119,130)
#918791
(145,135,145)
#A097A0
(160,151,160)
#AFA7AF
(175,167,175)
#BEB7BE
(190,183,190)
#CDC7CD
(205,199,205)
#DCD7DC
(220,215,220)
#EBE7EB
(235,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554755; }

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

This text font color is #554755.


Background Color

.myBgColor { background-color: #554755; }

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

This div background color is #554755.


Border color

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

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

This div border color is #554755.


Opacity

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

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

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

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

This text has shadow with #554755 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554755 on black background.


Color preview on white background

This text has color #554755 on white background.



Black color preview on #554755 background

This text has black color on #554755 background.


White color preview on #554755 background

This text has white color on #554755 background.