COLOR #55463D

HEX: #55463D
RGB: (85,70,61)

Color info

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

RGB color model

#55463D color RGB value is (85,70,61).

  • red value is 85;
  • green value is 70;
  • blue value is 61.
RGB:
(85,70,61)
(33%,27%,24%)

RGB channels and saturation

R 85 of 255 = 33%
G 70 of 255 = 27%
B 61 of 255 = 24%

85
70
61

R + G + B ~ 28%. #55463D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 70 + 61 = 216 (100%)
R 85 of 216 ~ 39.35%
G 70 of 216 ~ 32.41%
B 61 of 216 ~ 28.24%

%39.35
%32.41
%28.24

CMYK color model

#55463D color CMYK value is (0,18,28,67).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 28.24%
  • key color value is 66.67%
CMYK:
(0,18,28,67)
C0M18Y28K67 
(0%,18%,28%,67%)
(0.00/0.18/0.28/0.67)	

CMYK percentages

%0
%17.65
%28.24
%66.67

Codes

Color #55463D in popluar color models

55463D
RGB857061
HSL23°16.44%28.63%
HSB/HSV23°28.24%33.33%
CMYK0.00%17.65%28.24%
66.67%

Color #55463D in popluar number systems.

HEX55463D
Decimal857061
Binary10101011000110111101
Octal12510675

Shades and tints

Shades of #55463D

#55463D
(85,70,61)
#4E4038
(78,64,56)
#473A33
(71,58,51)
#40342E
(64,52,46)
#392E29
(57,46,41)
#322824
(50,40,36)
#2B221F
(43,34,31)
#241C1A
(36,28,26)
#1D1615
(29,22,21)
#161010
(22,16,16)
#0F0A0B
(15,10,11)
#000000
(0,0,0)

Tints of #55463D

#55463D
(85,70,61)
#64564E
(100,86,78)
#73665F
(115,102,95)
#827670
(130,118,112)
#918681
(145,134,129)
#A09692
(160,150,146)
#AFA6A3
(175,166,163)
#BEB6B4
(190,182,180)
#CDC6C5
(205,198,197)
#DCD6D6
(220,214,214)
#EBE6E7
(235,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55463D color. Also use rgb(85,70,61) instead hex code.

Text Font Color

.myTextColor { color: #55463D; }

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

This text font color is #55463D.


Background Color

.myBgColor { background-color: #55463D; }

<div style="background-color:#55463D">Inner text</div>

This div background color is #55463D.


Border color

.myBorderColor { border: 1px solid #55463D; }

<div style="border:3px solid #55463D">Div</div>

This div border color is #55463D.


Opacity

.myOpacity80 { color: #55463D; opacity: 0.8; }

<p style="color:#55463D;opacity:0.8;">80%</p>

Text with #55463D 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 #55463D;}

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

This text has shadow with #55463D color.

.textShadow {text-shadow: 3px 3px 1px #55463D, 3px 3px 1px red;}

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

This text has shadow with #55463D primary color and red secondary color.


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

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

This text has shadow with #55463D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55463D on black background.


Color preview on white background

This text has color #55463D on white background.



Black color preview on #55463D background

This text has black color on #55463D background.


White color preview on #55463D background

This text has white color on #55463D background.