COLOR #55403F

HEX: #55403F RGB: (85,64,63)

Color info

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

RGB color model

#55403F color RGB value is (85,64,63).

RGB: (85,64,63) (33%, 25%, 25%)

RGB channels and saturation

R 85 of 255 = 33%
G 64 of 255 = 25%
B 63 of 255 = 25%

85
64
63

R + G + B ~ 28%. #55403F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 64 + 63 = 212 (100%)
R 85 of 212 ~ 40.09%
G 64 of 212 ~ 30.19%
B 63 of 212 ~ 29.72'%

%40.09
%30.19
%29.72

CMYK color model

#55403F color CMYK value is (0,25,26,67).

  • cyan value is 0.00%
  • magenta value is 24.71%
  • yellow value is 25.88%
  • key color value is 66.67%

CMYK: (0,25,26,67)
C0M25Y26K67 (0%, 25%, 26%, 67%)
(0.00 / 0.25 / 0.26 / 0.67)

CMYK percentages

%0
%24.71
%25.88
%66.67

Codes

Color #55403F in popluar color models

55 40 3F
RGB 85 64 63
HSL 14.86% 29.02%
HSB/HSV 25.88% 33.33%
CMYK 0.00% 24.71% 25.88%
66.67%

Color #55403F in popluar number systems.

HEX 55 40 3F
Decimal 85 64 63
Binary 1010101 1000000 111111
Octal 125 100 77

Shades and tints

Shades of #55403F

#55403F
(85,64,63)
#4E3B3A
(78,59,58)
#473635
(71,54,53)
#403130
(64,49,48)
#392C2B
(57,44,43)
#322726
(50,39,38)
#2B2221
(43,34,33)
#241D1C
(36,29,28)
#1D1817
(29,24,23)
#161312
(22,19,18)
#0F0E0D
(15,14,13)
#000000
(0,0,0)

Tints of #55403F

#55403F
(85,64,63)
#645150
(100,81,80)
#736261
(115,98,97)
#827372
(130,115,114)
#918483
(145,132,131)
#A09594
(160,149,148)
#AFA6A5
(175,166,165)
#BEB7B6
(190,183,182)
#CDC8C7
(205,200,199)
#DCD9D8
(220,217,216)
#EBEAE9
(235,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55403F color. Also use rgb(85,64,63) instead hex code.

Text Font Color

.myTextColor { color: #55403F; }

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

This text font color is #55403F.

Background Color

.myBgColor { background-color: #55403F; }

<div style="background-color:#55403F">Inner text</div>

This div background color is #55403F.

Border color

.myBorderColor { border: 1px solid #55403F; }

<div style="border:3px solid #55403F">Div</div>

This div border color is #55403F.

Opacity

.myOpacity80 { color: #55403F; opacity: 0.8; }

<p style="color:#55403F;opacity:0.8;">80%</p>

Text with #55403F 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 #55403F;}

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

This text has shadow with #55403F color.


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

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

This text has shadow with #55403F primary color and red secondary color.


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

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

This text has shadow with #55403F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #55403F.

Preview

Color preview on black background

This text has color #55403F on black background.


Color preview on white background

This text has color #55403F on white background.


Black color preview on #55403F background

This text has black color on #55403F background.


White color preview on #55403F background

This text has white color on #55403F background.


Related colors

Complementary color

Complementary color for #hex is #AABFC0.


I love getcolorcode.com

Triadic colors

1 #3F5540 and #403F55 with #55403F are triadic colors.

2 #3F4055 and #40553F with #55403F are triadic colors.