COLOR #55344A

HEX: #55344A
RGB: (85,52,74)

Color info

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

RGB color model

#55344A color RGB value is (85,52,74).

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

RGB channels and saturation

R 85 of 255 = 33%
G 52 of 255 = 20%
B 74 of 255 = 29%

85
52
74

R + G + B ~ 27%. #55344A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 52 + 74 = 211 (100%)
R 85 of 211 ~ 40.28%
G 52 of 211 ~ 24.64%
B 74 of 211 ~ 35.07%

%40.28
%24.64
%35.07

CMYK color model

#55344A color CMYK value is (0,39,13,67).

  • cyan value is 0.00%
  • magenta value is 38.82%
  • yellow value is 12.94%
  • key color value is 66.67%
CMYK:
(0,39,13,67)
C0M39Y13K67 
(0%,39%,13%,67%)
(0.00/0.39/0.13/0.67)	

CMYK percentages

%0
%38.82
%12.94
%66.67

Codes

Color #55344A in popluar color models

55344A
RGB855274
HSL320°24.09%26.86%
HSB/HSV320°38.82%33.33%
CMYK0.00%38.82%12.94%
66.67%

Color #55344A in popluar number systems.

HEX55344A
Decimal855274
Binary10101011101001001010
Octal12564112

Shades and tints

Shades of #55344A

#55344A
(85,52,74)
#4E3044
(78,48,68)
#472C3E
(71,44,62)
#402838
(64,40,56)
#392432
(57,36,50)
#32202C
(50,32,44)
#2B1C26
(43,28,38)
#241820
(36,24,32)
#1D141A
(29,20,26)
#161014
(22,16,20)
#0F0C0E
(15,12,14)
#000000
(0,0,0)

Tints of #55344A

#55344A
(85,52,74)
#64465A
(100,70,90)
#73586A
(115,88,106)
#826A7A
(130,106,122)
#917C8A
(145,124,138)
#A08E9A
(160,142,154)
#AFA0AA
(175,160,170)
#BEB2BA
(190,178,186)
#CDC4CA
(205,196,202)
#DCD6DA
(220,214,218)
#EBE8EA
(235,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55344A; }

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

This text font color is #55344A.


Background Color

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

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

This div background color is #55344A.


Border color

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

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

This div border color is #55344A.


Opacity

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

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

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

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

This text has shadow with #55344A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55344A on black background.


Color preview on white background

This text has color #55344A on white background.



Black color preview on #55344A background

This text has black color on #55344A background.


White color preview on #55344A background

This text has white color on #55344A background.