COLOR #55413F

HEX: #55413F RGB: (85,65,63)

Color info

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

RGB color model

#55413F color RGB value is (85,65,63).

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

RGB channels and saturation

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

85
65
63

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

Portions of RGB colors in percentages

R + G + B = 85 + 65 + 63 = 213 (100%)
R 85 of 213 ~ 39.91%
G 65 of 213 ~ 30.52%
B 63 of 213 ~ 29.58'%

%39.91
%30.52
%29.58

CMYK color model

#55413F color CMYK value is (0,24,26,67).

  • cyan value is 0.00%
  • magenta value is 23.53%
  • yellow value is 25.88%
  • key color value is 66.67%
CMYK: (0,24,26,67) C0M24Y26K67 (0%,24%,26%,67%) (0.00/0.24/0.26/0.67) 

CMYK percentages

%0
%23.53
%25.88
%66.67

Codes

Color #55413F in popluar color models

55 41 3F
RGB 85 65 63
HSL 14.86% 29.02%
HSB/HSV 25.88% 33.33%
CMYK 0.00% 23.53% 25.88%
66.67%

Color #55413F in popluar number systems.

HEX 55 41 3F
Decimal 85 65 63
Binary 1010101 1000001 111111
Octal 125 101 77

Shades and tints

Shades of #55413F

#55413F
(85,65,63)
#4E3C3A
(78,60,58)
#473735
(71,55,53)
#403230
(64,50,48)
#392D2B
(57,45,43)
#322826
(50,40,38)
#2B2321
(43,35,33)
#241E1C
(36,30,28)
#1D1917
(29,25,23)
#161412
(22,20,18)
#0F0F0D
(15,15,13)
#000000
(0,0,0)

Tints of #55413F

#55413F
(85,65,63)
#645250
(100,82,80)
#736361
(115,99,97)
#827472
(130,116,114)
#918583
(145,133,131)
#A09694
(160,150,148)
#AFA7A5
(175,167,165)
#BEB8B6
(190,184,182)
#CDC9C7
(205,201,199)
#DCDAD8
(220,218,216)
#EBEBE9
(235,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55413F; }

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

This text font color is #55413F.

Background Color

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

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

This div background color is #55413F.

Border color

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

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

This div border color is #55413F.

Opacity

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

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

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

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

This text has shadow with #55413F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55413F.

Preview

Color preview on black background

This text has color #55413F on black background.


Color preview on white background

This text has color #55413F on white background.


Black color preview on #55413F background

This text has black color on #55413F background.


White color preview on #55413F background

This text has white color on #55413F background.


Related colors

Complementary color

Complementary color for #hex is #AABEC0.


I love getcolorcode.com

Triadic colors

1 #3F5541 and #413F55 with #55413F are triadic colors.

2 #3F4155 and #41553F with #55413F are triadic colors.