COLOR #55625E

HEX: #55625E
RGB: (85,98,94)

Color info

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

RGB color model

#55625E color RGB value is (85,98,94).

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

RGB channels and saturation

R 85 of 255 = 33%
G 98 of 255 = 38%
B 94 of 255 = 37%

85
98
94

R + G + B ~ 36%. #55625E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 98 + 94 = 277 (100%)
R 85 of 277 ~ 30.69%
G 98 of 277 ~ 35.38%
B 94 of 277 ~ 33.94%

%30.69
%35.38
%33.94

CMYK color model

#55625E color CMYK value is (13,0,4,62).

  • cyan value is 13.27%
  • magenta value is 0.00%
  • yellow value is 4.08%
  • key color value is 61.57%
CMYK:
(13,0,4,62)
C13M0Y4K62 
(13%,0%,4%,62%)
(0.13/0.00/0.04/0.62)	

CMYK percentages

%13.27
%0
%4.08
%61.57

Codes

Color #55625E in popluar color models

55625E
RGB859894
HSL162°7.10%35.88%
HSB/HSV162°13.27%38.43%
CMYK13.27%0.00%4.08%
61.57%

Color #55625E in popluar number systems.

HEX55625E
Decimal859894
Binary101010111000101011110
Octal125142136

Shades and tints

Shades of #55625E

#55625E
(85,98,94)
#4E5A56
(78,90,86)
#47524E
(71,82,78)
#404A46
(64,74,70)
#39423E
(57,66,62)
#323A36
(50,58,54)
#2B322E
(43,50,46)
#242A26
(36,42,38)
#1D221E
(29,34,30)
#161A16
(22,26,22)
#0F120E
(15,18,14)
#000000
(0,0,0)

Tints of #55625E

#55625E
(85,98,94)
#64706C
(100,112,108)
#737E7A
(115,126,122)
#828C88
(130,140,136)
#919A96
(145,154,150)
#A0A8A4
(160,168,164)
#AFB6B2
(175,182,178)
#BEC4C0
(190,196,192)
#CDD2CE
(205,210,206)
#DCE0DC
(220,224,220)
#EBEEEA
(235,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55625E color. Also use rgb(85,98,94) instead hex code.

Text Font Color

.myTextColor { color: #55625E; }

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

This text font color is #55625E.


Background Color

.myBgColor { background-color: #55625E; }

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

This div background color is #55625E.


Border color

.myBorderColor { border: 1px solid #55625E; }

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

This div border color is #55625E.


Opacity

.myOpacity80 { color: #55625E; opacity: 0.8; }

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

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

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

This text has shadow with #55625E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55625E on black background.


Color preview on white background

This text has color #55625E on white background.



Black color preview on #55625E background

This text has black color on #55625E background.


White color preview on #55625E background

This text has white color on #55625E background.