COLOR #55382D

HEX: #55382D
RGB: (85,56,45)

Color info

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

RGB color model

#55382D color RGB value is (85,56,45).

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

RGB channels and saturation

R 85 of 255 = 33%
G 56 of 255 = 22%
B 45 of 255 = 18%

85
56
45

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

Portions of RGB colors in percentages

R + G + B =
85 + 56 + 45 = 186 (100%)
R 85 of 186 ~ 45.7%
G 56 of 186 ~ 30.11%
B 45 of 186 ~ 24.19%

%45.7
%30.11
%24.19

CMYK color model

#55382D color CMYK value is (0,34,47,67).

  • cyan value is 0.00%
  • magenta value is 34.12%
  • yellow value is 47.06%
  • key color value is 66.67%
CMYK:
(0,34,47,67)
C0M34Y47K67 
(0%,34%,47%,67%)
(0.00/0.34/0.47/0.67)	

CMYK percentages

%0
%34.12
%47.06
%66.67

Codes

Color #55382D in popluar color models

55382D
RGB855645
HSL17°30.77%25.49%
HSB/HSV17°47.06%33.33%
CMYK0.00%34.12%47.06%
66.67%

Color #55382D in popluar number systems.

HEX55382D
Decimal855645
Binary1010101111000101101
Octal1257055

Shades and tints

Shades of #55382D

#55382D
(85,56,45)
#4E3329
(78,51,41)
#472E25
(71,46,37)
#402921
(64,41,33)
#39241D
(57,36,29)
#321F19
(50,31,25)
#2B1A15
(43,26,21)
#241511
(36,21,17)
#1D100D
(29,16,13)
#160B09
(22,11,9)
#0F0605
(15,6,5)
#000000
(0,0,0)

Tints of #55382D

#55382D
(85,56,45)
#644A40
(100,74,64)
#735C53
(115,92,83)
#826E66
(130,110,102)
#918079
(145,128,121)
#A0928C
(160,146,140)
#AFA49F
(175,164,159)
#BEB6B2
(190,182,178)
#CDC8C5
(205,200,197)
#DCDAD8
(220,218,216)
#EBECEB
(235,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55382D color. Also use rgb(85,56,45) instead hex code.

Text Font Color

.myTextColor { color: #55382D; }

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

This text font color is #55382D.


Background Color

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

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

This div background color is #55382D.


Border color

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

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

This div border color is #55382D.


Opacity

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

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

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

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

This text has shadow with #55382D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55382D on black background.


Color preview on white background

This text has color #55382D on white background.



Black color preview on #55382D background

This text has black color on #55382D background.


White color preview on #55382D background

This text has white color on #55382D background.