COLOR #55381F

HEX: #55381F
RGB: (85,56,31)

Color info

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

RGB color model

#55381F color RGB value is (85,56,31).

  • red value is 85;
  • green value is 56;
  • blue value is 31.
RGB: (85,56,31) (33%,22%,12%)

RGB channels and saturation

R 85 of 255 = 33%
G 56 of 255 = 22%
B 31 of 255 = 12%

85
56
31

R + G + B ~ 22%. #55381F is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 56 + 31 = 172 (100%)
R 85 of 172 ~ 49.42%
G 56 of 172 ~ 32.56%
B 31 of 172 ~ 18.02%

%49.42
%32.56
%18.02

CMYK color model

#55381F color CMYK value is (0,34,64,67).

  • cyan value is 0.00%
  • magenta value is 34.12%
  • yellow value is 63.53%
  • key color value is 66.67%
CMYK: (0,34,64,67) C0M34Y64K67 (0%,34%,64%,67%) (0.00/0.34/0.64/0.67)

CMYK percentages

%0
%34.12
%63.53
%66.67

Codes

Color #55381F in popluar color models

55381F
RGB855631
HSL28°46.55%22.75%
HSB/HSV28°63.53%33.33%
CMYK0.00%34.12%63.53%
66.67%

Color #55381F in popluar number systems.

HEX55381F
Decimal855631
Binary101010111100011111
Octal1257037

Shades and tints

Shades of #55381F

#55381F
(85,56,31)
#4E331D
(78,51,29)
#472E1B
(71,46,27)
#402919
(64,41,25)
#392417
(57,36,23)
#321F15
(50,31,21)
#2B1A13
(43,26,19)
#241511
(36,21,17)
#1D100F
(29,16,15)
#160B0D
(22,11,13)
#0F060B
(15,6,11)
#000000
(0,0,0)

Tints of #55381F

#55381F
(85,56,31)
#644A33
(100,74,51)
#735C47
(115,92,71)
#826E5B
(130,110,91)
#91806F
(145,128,111)
#A09283
(160,146,131)
#AFA497
(175,164,151)
#BEB6AB
(190,182,171)
#CDC8BF
(205,200,191)
#DCDAD3
(220,218,211)
#EBECE7
(235,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55381F color. Also use rgb(85,56,31) instead hex code.

Text Font Color

.myTextColor { color: #55381F; }

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

This text font color is #55381F.


Background Color

.myBgColor { background-color: #55381F; }

<div style="background-color:#55381F">Inner text</div>

This div background color is #55381F.


Border color

.myBorderColor { border: 1px solid #55381F; }

<div style="border:3px solid #55381F">Div</div>

This div border color is #55381F.


Opacity

.myOpacity80 { color: #55381F; opacity: 0.8; }

<p style="color:#55381F;opacity:0.8;">80%</p>

Text with #55381F 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 #55381F;}

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

This text has shadow with #55381F color.

.textShadow {text-shadow: 3px 3px 1px #55381F, 3px 3px 1px red;}

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

This text has shadow with #55381F primary color and red secondary color.


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

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

This text has shadow with #55381F and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #55381F; -webkit-box-shadow:	1px 1px 3px 2px #55381F; box-shadow:	1px 1px 3px 2px #55381F; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #55381F; -webkit-box-shadow: 1px 1px 3px 2px #55381F; box-shadow:1px 1px 3px 2px #55381F;">
Div content here</div>
This div box has shadow with color #55381F.

Preview

Color preview on black background

This text has color #55381F on black background.


Color preview on white background

This text has color #55381F on white background.



Black color preview on #55381F background

This text has black color on #55381F background.


White color preview on #55381F background

This text has white color on #55381F background.