COLOR #55624F

HEX: #55624F
RGB: (85,98,79)

Color info

#55624F contains red, green and blue colors in about the same proportion. Web safe color of #55624F is #666666 (or #666).

RGB color model

#55624F color RGB value is (85,98,79).

  • red value is 85;
  • green value is 98;
  • blue value is 79.
RGB:
(85,98,79)
(33%,38%,31%)

RGB channels and saturation

R 85 of 255 = 33%
G 98 of 255 = 38%
B 79 of 255 = 31%

85
98
79

R + G + B ~ 34%. #55624F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 98 + 79 = 262 (100%)
R 85 of 262 ~ 32.44%
G 98 of 262 ~ 37.4%
B 79 of 262 ~ 30.15%

%32.44
%37.4
%30.15

CMYK color model

#55624F color CMYK value is (13,0,19,62).

  • cyan value is 13.27%
  • magenta value is 0.00%
  • yellow value is 19.39%
  • key color value is 61.57%
CMYK:
(13,0,19,62)
C13M0Y19K62 
(13%,0%,19%,62%)
(0.13/0.00/0.19/0.62)	

CMYK percentages

%13.27
%0
%19.39
%61.57

Codes

Color #55624F in popluar color models

55624F
RGB859879
HSL101°10.73%34.71%
HSB/HSV101°19.39%38.43%
CMYK13.27%0.00%19.39%
61.57%

Color #55624F in popluar number systems.

HEX55624F
Decimal859879
Binary101010111000101001111
Octal125142117

Shades and tints

Shades of #55624F

#55624F
(85,98,79)
#4E5A48
(78,90,72)
#475241
(71,82,65)
#404A3A
(64,74,58)
#394233
(57,66,51)
#323A2C
(50,58,44)
#2B3225
(43,50,37)
#242A1E
(36,42,30)
#1D2217
(29,34,23)
#161A10
(22,26,16)
#0F1209
(15,18,9)
#000000
(0,0,0)

Tints of #55624F

#55624F
(85,98,79)
#64705F
(100,112,95)
#737E6F
(115,126,111)
#828C7F
(130,140,127)
#919A8F
(145,154,143)
#A0A89F
(160,168,159)
#AFB6AF
(175,182,175)
#BEC4BF
(190,196,191)
#CDD2CF
(205,210,207)
#DCE0DF
(220,224,223)
#EBEEEF
(235,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55624F color. Also use rgb(85,98,79) instead hex code.

Text Font Color

.myTextColor { color: #55624F; }

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

This text font color is #55624F.


Background Color

.myBgColor { background-color: #55624F; }

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

This div background color is #55624F.


Border color

.myBorderColor { border: 1px solid #55624F; }

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

This div border color is #55624F.


Opacity

.myOpacity80 { color: #55624F; opacity: 0.8; }

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

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

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

This text has shadow with #55624F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55624F on black background.


Color preview on white background

This text has color #55624F on white background.



Black color preview on #55624F background

This text has black color on #55624F background.


White color preview on #55624F background

This text has white color on #55624F background.