COLOR #55374A

HEX: #55374A
RGB: (85,55,74)

Color info

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

RGB color model

#55374A color RGB value is (85,55,74).

  • red value is 85;
  • green value is 55;
  • blue value is 74.
RGB:
(85,55,74)
(33%,22%,29%)

RGB channels and saturation

R 85 of 255 = 33%
G 55 of 255 = 22%
B 74 of 255 = 29%

85
55
74

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

Portions of RGB colors in percentages

R + G + B =
85 + 55 + 74 = 214 (100%)
R 85 of 214 ~ 39.72%
G 55 of 214 ~ 25.7%
B 74 of 214 ~ 34.58%

%39.72
%25.7
%34.58

CMYK color model

#55374A color CMYK value is (0,35,13,67).

  • cyan value is 0.00%
  • magenta value is 35.29%
  • yellow value is 12.94%
  • key color value is 66.67%
CMYK:
(0,35,13,67)
C0M35Y13K67 
(0%,35%,13%,67%)
(0.00/0.35/0.13/0.67)	

CMYK percentages

%0
%35.29
%12.94
%66.67

Codes

Color #55374A in popluar color models

55374A
RGB855574
HSL322°21.43%27.45%
HSB/HSV322°35.29%33.33%
CMYK0.00%35.29%12.94%
66.67%

Color #55374A in popluar number systems.

HEX55374A
Decimal855574
Binary10101011101111001010
Octal12567112

Shades and tints

Shades of #55374A

#55374A
(85,55,74)
#4E3244
(78,50,68)
#472D3E
(71,45,62)
#402838
(64,40,56)
#392332
(57,35,50)
#321E2C
(50,30,44)
#2B1926
(43,25,38)
#241420
(36,20,32)
#1D0F1A
(29,15,26)
#160A14
(22,10,20)
#0F050E
(15,5,14)
#000000
(0,0,0)

Tints of #55374A

#55374A
(85,55,74)
#64495A
(100,73,90)
#735B6A
(115,91,106)
#826D7A
(130,109,122)
#917F8A
(145,127,138)
#A0919A
(160,145,154)
#AFA3AA
(175,163,170)
#BEB5BA
(190,181,186)
#CDC7CA
(205,199,202)
#DCD9DA
(220,217,218)
#EBEBEA
(235,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55374A; }

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

This text font color is #55374A.


Background Color

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

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

This div background color is #55374A.


Border color

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

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

This div border color is #55374A.


Opacity

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

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

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

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

This text has shadow with #55374A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55374A on black background.


Color preview on white background

This text has color #55374A on white background.



Black color preview on #55374A background

This text has black color on #55374A background.


White color preview on #55374A background

This text has white color on #55374A background.