COLOR #55374D

HEX: #55374D RGB: (85,55,77)

Color info

#55374D contains red, green and blue colors in about the same proportion. Web safe color of #55374D is #663333 (or #633).

RGB color model

#55374D color RGB value is (85,55,77).

RGB: (85,55,77) (33%, 22%, 30%)

RGB channels and saturation

R 85 of 255 = 33%
G 55 of 255 = 22%
B 77 of 255 = 30%

85
55
77

R + G + B ~ 28%. #55374D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 55 + 77 = 217 (100%)
R 85 of 217 ~ 39.17%
G 55 of 217 ~ 25.35%
B 77 of 217 ~ 35.48'%

%39.17
%25.35
%35.48

CMYK color model

#55374D color CMYK value is (0,35,9,67).

  • cyan value is 0.00%
  • magenta value is 35.29%
  • yellow value is 9.41%
  • key color value is 66.67%
CMYK: (0,35,9,67) C0M35Y9K67 (0%,35%,9%,67%) (0.00/0.35/0.09/0.67) 

CMYK percentages

%0
%35.29
%9.41
%66.67

Codes

Color #55374D in popluar color models

55 37 4D
RGB 85 55 77
HSL 316° 21.43% 27.45%
HSB/HSV 316° 35.29% 33.33%
CMYK 0.00% 35.29% 9.41%
66.67%

Color #55374D in popluar number systems.

HEX 55 37 4D
Decimal 85 55 77
Binary 1010101 110111 1001101
Octal 125 67 115

Shades and tints

Shades of #55374D

#55374D
(85,55,77)
#4E3246
(78,50,70)
#472D3F
(71,45,63)
#402838
(64,40,56)
#392331
(57,35,49)
#321E2A
(50,30,42)
#2B1923
(43,25,35)
#24141C
(36,20,28)
#1D0F15
(29,15,21)
#160A0E
(22,10,14)
#0F0507
(15,5,7)
#000000
(0,0,0)

Tints of #55374D

#55374D
(85,55,77)
#64495D
(100,73,93)
#735B6D
(115,91,109)
#826D7D
(130,109,125)
#917F8D
(145,127,141)
#A0919D
(160,145,157)
#AFA3AD
(175,163,173)
#BEB5BD
(190,181,189)
#CDC7CD
(205,199,205)
#DCD9DD
(220,217,221)
#EBEBED
(235,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55374D color. Also use rgb(85,55,77) instead hex code.

Text Font Color

.myTextColor { color: #55374D; }

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

This text font color is #55374D.

Background Color

.myBgColor { background-color: #55374D; }

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

This div background color is #55374D.

Border color

.myBorderColor { border: 1px solid #55374D; }

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

This div border color is #55374D.

Opacity

.myOpacity80 { color: #55374D; opacity: 0.8; }

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

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

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

This text has shadow with #55374D color.


.textShadow {text-shadow: 3px 3px 1px #55374D', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #55374D; -webkit-box-shadow: 1px 1px 3px 2px #55374D; box-shadow:1px 1px 3px 2px #55374D;">
Div content here
</div>

This div box has shadow with color #55374D.

Preview

Color preview on black background

This text has color #55374D on black background.


Color preview on white background

This text has color #55374D on white background.


Black color preview on #55374D background

This text has black color on #55374D background.


White color preview on #55374D background

This text has white color on #55374D background.


Related colors

Complementary color

Complementary color for #hex is #AAC8B2.


I love getcolorcode.com

Triadic colors

1 #4D5537 and #374D55 with #55374D are triadic colors.

2 #4D3755 and #37554D with #55374D are triadic colors.