COLOR #55360D

HEX: #55360D
RGB: (85,54,13)

Color info

#55360D contains mainly red and green colors. Web safe color of #55360D is #663300 (or #630).

RGB color model

#55360D color RGB value is (85,54,13).

  • red value is 85;
  • green value is 54;
  • blue value is 13.
RGB:
(85,54,13)
(33%,21%,5%)

RGB channels and saturation

R 85 of 255 = 33%
G 54 of 255 = 21%
B 13 of 255 = 5%

85
54
13

R + G + B ~ 20%. #55360D is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 54 + 13 = 152 (100%)
R 85 of 152 ~ 55.92%
G 54 of 152 ~ 35.53%
B 13 of 152 ~ 8.55%

%55.92
%35.53

CMYK color model

#55360D color CMYK value is (0,36,85,67).

  • cyan value is 0.00%
  • magenta value is 36.47%
  • yellow value is 84.71%
  • key color value is 66.67%
CMYK:
(0,36,85,67)
C0M36Y85K67 
(0%,36%,85%,67%)
(0.00/0.36/0.85/0.67)	

CMYK percentages

%0
%36.47
%84.71
%66.67

Codes

Color #55360D in popluar color models

55360D
RGB855413
HSL34°73.47%19.22%
HSB/HSV34°84.71%33.33%
CMYK0.00%36.47%84.71%
66.67%

Color #55360D in popluar number systems.

HEX55360D
Decimal855413
Binary10101011101101101
Octal1256615

Shades and tints

Shades of #55360D

#55360D
(85,54,13)
#4E320C
(78,50,12)
#472E0B
(71,46,11)
#402A0A
(64,42,10)
#392609
(57,38,9)
#322208
(50,34,8)
#2B1E07
(43,30,7)
#241A06
(36,26,6)
#1D1605
(29,22,5)
#161204
(22,18,4)
#0F0E03
(15,14,3)
#000000
(0,0,0)

Tints of #55360D

#55360D
(85,54,13)
#644823
(100,72,35)
#735A39
(115,90,57)
#826C4F
(130,108,79)
#917E65
(145,126,101)
#A0907B
(160,144,123)
#AFA291
(175,162,145)
#BEB4A7
(190,180,167)
#CDC6BD
(205,198,189)
#DCD8D3
(220,216,211)
#EBEAE9
(235,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55360D color. Also use rgb(85,54,13) instead hex code.

Text Font Color

.myTextColor { color: #55360D; }

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

This text font color is #55360D.


Background Color

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

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

This div background color is #55360D.


Border color

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

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

This div border color is #55360D.


Opacity

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

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

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

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

This text has shadow with #55360D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55360D on black background.


Color preview on white background

This text has color #55360D on white background.



Black color preview on #55360D background

This text has black color on #55360D background.


White color preview on #55360D background

This text has white color on #55360D background.