COLOR #55293C

HEX: #55293C RGB: (85,41,60)

Color info

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

RGB color model

#55293C color RGB value is (85,41,60).

RGB: (85,41,60) (33%, 16%, 24%)

RGB channels and saturation

R 85 of 255 = 33%
G 41 of 255 = 16%
B 60 of 255 = 24%

85
41
60

R + G + B ~ 24%. #55293C is dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 41 + 60 = 186 (100%)
R 85 of 186 ~ 45.7%
G 41 of 186 ~ 22.04%
B 60 of 186 ~ 32.26'%

%45.7
%22.04
%32.26

CMYK color model

#55293C color CMYK value is (0,52,29,67).

  • cyan value is 0.00%
  • magenta value is 51.76%
  • yellow value is 29.41%
  • key color value is 66.67%

CMYK: (0,52,29,67)
C0M52Y29K67 (0%, 52%, 29%, 67%)
(0.00 / 0.52 / 0.29 / 0.67)

CMYK percentages

%0
%51.76
%29.41
%66.67

Codes

Color #55293C in popluar color models

55 29 3C
RGB 85 41 60
HSL 334° 34.92% 24.71%
HSB/HSV 334° 51.76% 33.33%
CMYK 0.00% 51.76% 29.41%
66.67%

Color #55293C in popluar number systems.

HEX 55 29 3C
Decimal 85 41 60
Binary 1010101 101001 111100
Octal 125 51 74

Shades and tints

Shades of #55293C

#55293C
(85,41,60)
#4E2637
(78,38,55)
#472332
(71,35,50)
#40202D
(64,32,45)
#391D28
(57,29,40)
#321A23
(50,26,35)
#2B171E
(43,23,30)
#241419
(36,20,25)
#1D1114
(29,17,20)
#160E0F
(22,14,15)
#0F0B0A
(15,11,10)
#000000
(0,0,0)

Tints of #55293C

#55293C
(85,41,60)
#643C4D
(100,60,77)
#734F5E
(115,79,94)
#82626F
(130,98,111)
#917580
(145,117,128)
#A08891
(160,136,145)
#AF9BA2
(175,155,162)
#BEAEB3
(190,174,179)
#CDC1C4
(205,193,196)
#DCD4D5
(220,212,213)
#EBE7E6
(235,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55293C color. Also use rgb(85,41,60) instead hex code.

Text Font Color

.myTextColor { color: #55293C; }

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

This text font color is #55293C.

Background Color

.myBgColor { background-color: #55293C; }

<div style="background-color:#55293C">Inner text</div>

This div background color is #55293C.

Border color

.myBorderColor { border: 1px solid #55293C; }

<div style="border:3px solid #55293C">Div</div>

This div border color is #55293C.

Opacity

.myOpacity80 { color: #55293C; opacity: 0.8; }

<p style="color:#55293C;opacity:0.8;">80%</p>

Text with #55293C 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 #55293C;}

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

This text has shadow with #55293C color.


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

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

This text has shadow with #55293C primary color and red secondary color.


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

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

This text has shadow with #55293C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #55293C.

Preview

Color preview on black background

This text has color #55293C on black background.


Color preview on white background

This text has color #55293C on white background.


Black color preview on #55293C background

This text has black color on #55293C background.


White color preview on #55293C background

This text has white color on #55293C background.


Related colors

Complementary color

Complementary color for #hex is #AAD6C3.


I love getcolorcode.com

Triadic colors

1 #3C5529 and #293C55 with #55293C are triadic colors.

2 #3C2955 and #29553C with #55293C are triadic colors.