COLOR #55413B

HEX: #55413B RGB: (85,65,59)

Color info

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

RGB color model

#55413B color RGB value is (85,65,59).

RGB: (85,65,59) (33%, 25%, 23%)

RGB channels and saturation

R 85 of 255 = 33%
G 65 of 255 = 25%
B 59 of 255 = 23%

85
65
59

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

Portions of RGB colors in percentages

R + G + B = 85 + 65 + 59 = 209 (100%)
R 85 of 209 ~ 40.67%
G 65 of 209 ~ 31.1%
B 59 of 209 ~ 28.23'%

%40.67
%31.1
%28.23

CMYK color model

#55413B color CMYK value is (0,24,31,67).

  • cyan value is 0.00%
  • magenta value is 23.53%
  • yellow value is 30.59%
  • key color value is 66.67%
CMYK: (0,24,31,67) C0M24Y31K67 (0%,24%,31%,67%) (0.00/0.24/0.31/0.67) 

CMYK percentages

%0
%23.53
%30.59
%66.67

Codes

Color #55413B in popluar color models

55 41 3B
RGB 85 65 59
HSL 14° 18.06% 28.24%
HSB/HSV 14° 30.59% 33.33%
CMYK 0.00% 23.53% 30.59%
66.67%

Color #55413B in popluar number systems.

HEX 55 41 3B
Decimal 85 65 59
Binary 1010101 1000001 111011
Octal 125 101 73

Shades and tints

Shades of #55413B

#55413B
(85,65,59)
#4E3C36
(78,60,54)
#473731
(71,55,49)
#40322C
(64,50,44)
#392D27
(57,45,39)
#322822
(50,40,34)
#2B231D
(43,35,29)
#241E18
(36,30,24)
#1D1913
(29,25,19)
#16140E
(22,20,14)
#0F0F09
(15,15,9)
#000000
(0,0,0)

Tints of #55413B

#55413B
(85,65,59)
#64524C
(100,82,76)
#73635D
(115,99,93)
#82746E
(130,116,110)
#91857F
(145,133,127)
#A09690
(160,150,144)
#AFA7A1
(175,167,161)
#BEB8B2
(190,184,178)
#CDC9C3
(205,201,195)
#DCDAD4
(220,218,212)
#EBEBE5
(235,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55413B; }

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

This text font color is #55413B.

Background Color

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

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

This div background color is #55413B.

Border color

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

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

This div border color is #55413B.

Opacity

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

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

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

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

This text has shadow with #55413B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55413B.

Preview

Color preview on black background

This text has color #55413B on black background.


Color preview on white background

This text has color #55413B on white background.


Black color preview on #55413B background

This text has black color on #55413B background.


White color preview on #55413B background

This text has white color on #55413B background.


Related colors

Complementary color

Complementary color for #hex is #AABEC4.


I love getcolorcode.com

Triadic colors

1 #3B5541 and #413B55 with #55413B are triadic colors.

2 #3B4155 and #41553B with #55413B are triadic colors.