COLOR #55481B

HEX: #55481B
RGB: (85,72,27)

Color info

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

RGB color model

#55481B color RGB value is (85,72,27).

  • red value is 85;
  • green value is 72;
  • blue value is 27.
RGB:
(85,72,27)
(33%,28%,11%)

RGB channels and saturation

R 85 of 255 = 33%
G 72 of 255 = 28%
B 27 of 255 = 11%

85
72
27

R + G + B ~ 24%. #55481B is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 72 + 27 = 184 (100%)
R 85 of 184 ~ 46.2%
G 72 of 184 ~ 39.13%
B 27 of 184 ~ 14.67%

%46.2
%39.13
%14.67

CMYK color model

#55481B color CMYK value is (0,15,68,67).

  • cyan value is 0.00%
  • magenta value is 15.29%
  • yellow value is 68.24%
  • key color value is 66.67%
CMYK:
(0,15,68,67)
C0M15Y68K67 
(0%,15%,68%,67%)
(0.00/0.15/0.68/0.67)	

CMYK percentages

%0
%15.29
%68.24
%66.67

Codes

Color #55481B in popluar color models

55481B
RGB857227
HSL47°51.79%21.96%
HSB/HSV47°68.24%33.33%
CMYK0.00%15.29%68.24%
66.67%

Color #55481B in popluar number systems.

HEX55481B
Decimal857227
Binary1010101100100011011
Octal12511033

Shades and tints

Shades of #55481B

#55481B
(85,72,27)
#4E4219
(78,66,25)
#473C17
(71,60,23)
#403615
(64,54,21)
#393013
(57,48,19)
#322A11
(50,42,17)
#2B240F
(43,36,15)
#241E0D
(36,30,13)
#1D180B
(29,24,11)
#161209
(22,18,9)
#0F0C07
(15,12,7)
#000000
(0,0,0)

Tints of #55481B

#55481B
(85,72,27)
#64582F
(100,88,47)
#736843
(115,104,67)
#827857
(130,120,87)
#91886B
(145,136,107)
#A0987F
(160,152,127)
#AFA893
(175,168,147)
#BEB8A7
(190,184,167)
#CDC8BB
(205,200,187)
#DCD8CF
(220,216,207)
#EBE8E3
(235,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55481B color. Also use rgb(85,72,27) instead hex code.

Text Font Color

.myTextColor { color: #55481B; }

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

This text font color is #55481B.


Background Color

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

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

This div background color is #55481B.


Border color

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

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

This div border color is #55481B.


Opacity

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

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

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

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

This text has shadow with #55481B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55481B on black background.


Color preview on white background

This text has color #55481B on white background.



Black color preview on #55481B background

This text has black color on #55481B background.


White color preview on #55481B background

This text has white color on #55481B background.