COLOR #55433B

HEX: #55433B
RGB: (85,67,59)

Color info

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

RGB color model

#55433B color RGB value is (85,67,59).

  • red value is 85;
  • green value is 67;
  • blue value is 59.
RGB:
(85,67,59)
(33%,26%,23%)

RGB channels and saturation

R 85 of 255 = 33%
G 67 of 255 = 26%
B 59 of 255 = 23%

85
67
59

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

Portions of RGB colors in percentages

R + G + B =
85 + 67 + 59 = 211 (100%)
R 85 of 211 ~ 40.28%
G 67 of 211 ~ 31.75%
B 59 of 211 ~ 27.96%

%40.28
%31.75
%27.96

CMYK color model

#55433B color CMYK value is (0,21,31,67).

  • cyan value is 0.00%
  • magenta value is 21.18%
  • yellow value is 30.59%
  • key color value is 66.67%
CMYK:
(0,21,31,67)
C0M21Y31K67 
(0%,21%,31%,67%)
(0.00/0.21/0.31/0.67)	

CMYK percentages

%0
%21.18
%30.59
%66.67

Codes

Color #55433B in popluar color models

55433B
RGB856759
HSL18°18.06%28.24%
HSB/HSV18°30.59%33.33%
CMYK0.00%21.18%30.59%
66.67%

Color #55433B in popluar number systems.

HEX55433B
Decimal856759
Binary10101011000011111011
Octal12510373

Shades and tints

Shades of #55433B

#55433B
(85,67,59)
#4E3D36
(78,61,54)
#473731
(71,55,49)
#40312C
(64,49,44)
#392B27
(57,43,39)
#322522
(50,37,34)
#2B1F1D
(43,31,29)
#241918
(36,25,24)
#1D1313
(29,19,19)
#160D0E
(22,13,14)
#0F0709
(15,7,9)
#000000
(0,0,0)

Tints of #55433B

#55433B
(85,67,59)
#64544C
(100,84,76)
#73655D
(115,101,93)
#82766E
(130,118,110)
#91877F
(145,135,127)
#A09890
(160,152,144)
#AFA9A1
(175,169,161)
#BEBAB2
(190,186,178)
#CDCBC3
(205,203,195)
#DCDCD4
(220,220,212)
#EBEDE5
(235,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55433B; }

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

This text font color is #55433B.


Background Color

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

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

This div background color is #55433B.


Border color

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

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

This div border color is #55433B.


Opacity

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

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

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

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

This text has shadow with #55433B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55433B on black background.


Color preview on white background

This text has color #55433B on white background.



Black color preview on #55433B background

This text has black color on #55433B background.


White color preview on #55433B background

This text has white color on #55433B background.