COLOR #55351F

HEX: #55351F
RGB: (85,53,31)

Color info

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

RGB color model

#55351F color RGB value is (85,53,31).

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

RGB channels and saturation

R 85 of 255 = 33%
G 53 of 255 = 21%
B 31 of 255 = 12%

85
53
31

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

Portions of RGB colors in percentages

R + G + B =
85 + 53 + 31 = 169 (100%)
R 85 of 169 ~ 50.3%
G 53 of 169 ~ 31.36%
B 31 of 169 ~ 18.34%

%50.3
%31.36
%18.34

CMYK color model

#55351F color CMYK value is (0,38,64,67).

  • cyan value is 0.00%
  • magenta value is 37.65%
  • yellow value is 63.53%
  • key color value is 66.67%
CMYK:
(0,38,64,67)
C0M38Y64K67 
(0%,38%,64%,67%)
(0.00/0.38/0.64/0.67)	

CMYK percentages

%0
%37.65
%63.53
%66.67

Codes

Color #55351F in popluar color models

55351F
RGB855331
HSL24°46.55%22.75%
HSB/HSV24°63.53%33.33%
CMYK0.00%37.65%63.53%
66.67%

Color #55351F in popluar number systems.

HEX55351F
Decimal855331
Binary101010111010111111
Octal1256537

Shades and tints

Shades of #55351F

#55351F
(85,53,31)
#4E311D
(78,49,29)
#472D1B
(71,45,27)
#402919
(64,41,25)
#392517
(57,37,23)
#322115
(50,33,21)
#2B1D13
(43,29,19)
#241911
(36,25,17)
#1D150F
(29,21,15)
#16110D
(22,17,13)
#0F0D0B
(15,13,11)
#000000
(0,0,0)

Tints of #55351F

#55351F
(85,53,31)
#644733
(100,71,51)
#735947
(115,89,71)
#826B5B
(130,107,91)
#917D6F
(145,125,111)
#A08F83
(160,143,131)
#AFA197
(175,161,151)
#BEB3AB
(190,179,171)
#CDC5BF
(205,197,191)
#DCD7D3
(220,215,211)
#EBE9E7
(235,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55351F; }

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

This text font color is #55351F.


Background Color

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

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

This div background color is #55351F.


Border color

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

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

This div border color is #55351F.


Opacity

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

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

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

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

This text has shadow with #55351F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55351F on black background.


Color preview on white background

This text has color #55351F on white background.



Black color preview on #55351F background

This text has black color on #55351F background.


White color preview on #55351F background

This text has white color on #55351F background.