COLOR #55433A

HEX: #55433A
RGB: (85,67,58)

Color info

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

RGB color model

#55433A color RGB value is (85,67,58).

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

RGB channels and saturation

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

85
67
58

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

Portions of RGB colors in percentages

R + G + B =
85 + 67 + 58 = 210 (100%)
R 85 of 210 ~ 40.48%
G 67 of 210 ~ 31.9%
B 58 of 210 ~ 27.62%

%40.48
%31.9
%27.62

CMYK color model

#55433A color CMYK value is (0,21,32,67).

  • cyan value is 0.00%
  • magenta value is 21.18%
  • yellow value is 31.76%
  • key color value is 66.67%
CMYK:
(0,21,32,67)
C0M21Y32K67 
(0%,21%,32%,67%)
(0.00/0.21/0.32/0.67)	

CMYK percentages

%0
%21.18
%31.76
%66.67

Codes

Color #55433A in popluar color models

55433A
RGB856758
HSL20°18.88%28.04%
HSB/HSV20°31.76%33.33%
CMYK0.00%21.18%31.76%
66.67%

Color #55433A in popluar number systems.

HEX55433A
Decimal856758
Binary10101011000011111010
Octal12510372

Shades and tints

Shades of #55433A

#55433A
(85,67,58)
#4E3D35
(78,61,53)
#473730
(71,55,48)
#40312B
(64,49,43)
#392B26
(57,43,38)
#322521
(50,37,33)
#2B1F1C
(43,31,28)
#241917
(36,25,23)
#1D1312
(29,19,18)
#160D0D
(22,13,13)
#0F0708
(15,7,8)
#000000
(0,0,0)

Tints of #55433A

#55433A
(85,67,58)
#64544B
(100,84,75)
#73655C
(115,101,92)
#82766D
(130,118,109)
#91877E
(145,135,126)
#A0988F
(160,152,143)
#AFA9A0
(175,169,160)
#BEBAB1
(190,186,177)
#CDCBC2
(205,203,194)
#DCDCD3
(220,220,211)
#EBEDE4
(235,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55433A; }

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

This text font color is #55433A.


Background Color

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

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

This div background color is #55433A.


Border color

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

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

This div border color is #55433A.


Opacity

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

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

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

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

This text has shadow with #55433A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55433A on black background.


Color preview on white background

This text has color #55433A on white background.



Black color preview on #55433A background

This text has black color on #55433A background.


White color preview on #55433A background

This text has white color on #55433A background.