COLOR #55624B

HEX: #55624B
RGB: (85,98,75)

Color info

#55624B contains red, green and blue colors in about the same proportion. Web safe color of #55624B is #666633 (or #663).

RGB color model

#55624B color RGB value is (85,98,75).

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

RGB channels and saturation

R 85 of 255 = 33%
G 98 of 255 = 38%
B 75 of 255 = 29%

85
98
75

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

Portions of RGB colors in percentages

R + G + B =
85 + 98 + 75 = 258 (100%)
R 85 of 258 ~ 32.95%
G 98 of 258 ~ 37.98%
B 75 of 258 ~ 29.07%

%32.95
%37.98
%29.07

CMYK color model

#55624B color CMYK value is (13,0,23,62).

  • cyan value is 13.27%
  • magenta value is 0.00%
  • yellow value is 23.47%
  • key color value is 61.57%
CMYK:
(13,0,23,62)
C13M0Y23K62 
(13%,0%,23%,62%)
(0.13/0.00/0.23/0.62)	

CMYK percentages

%13.27
%0
%23.47
%61.57

Codes

Color #55624B in popluar color models

55624B
RGB859875
HSL94°13.29%33.92%
HSB/HSV94°23.47%38.43%
CMYK13.27%0.00%23.47%
61.57%

Color #55624B in popluar number systems.

HEX55624B
Decimal859875
Binary101010111000101001011
Octal125142113

Shades and tints

Shades of #55624B

#55624B
(85,98,75)
#4E5A45
(78,90,69)
#47523F
(71,82,63)
#404A39
(64,74,57)
#394233
(57,66,51)
#323A2D
(50,58,45)
#2B3227
(43,50,39)
#242A21
(36,42,33)
#1D221B
(29,34,27)
#161A15
(22,26,21)
#0F120F
(15,18,15)
#000000
(0,0,0)

Tints of #55624B

#55624B
(85,98,75)
#64705B
(100,112,91)
#737E6B
(115,126,107)
#828C7B
(130,140,123)
#919A8B
(145,154,139)
#A0A89B
(160,168,155)
#AFB6AB
(175,182,171)
#BEC4BB
(190,196,187)
#CDD2CB
(205,210,203)
#DCE0DB
(220,224,219)
#EBEEEB
(235,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55624B; }

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

This text font color is #55624B.


Background Color

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

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

This div background color is #55624B.


Border color

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

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

This div border color is #55624B.


Opacity

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

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

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

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

This text has shadow with #55624B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55624B on black background.


Color preview on white background

This text has color #55624B on white background.



Black color preview on #55624B background

This text has black color on #55624B background.


White color preview on #55624B background

This text has white color on #55624B background.