COLOR #55400E

HEX: #55400E
RGB: (85,64,14)

Color info

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

RGB color model

#55400E color RGB value is (85,64,14).

  • red value is 85;
  • green value is 64;
  • blue value is 14.
RGB:
(85,64,14)
(33%,25%,5%)

RGB channels and saturation

R 85 of 255 = 33%
G 64 of 255 = 25%
B 14 of 255 = 5%

85
64
14

R + G + B ~ 21%. #55400E is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 64 + 14 = 163 (100%)
R 85 of 163 ~ 52.15%
G 64 of 163 ~ 39.26%
B 14 of 163 ~ 8.59%

%52.15
%39.26

CMYK color model

#55400E color CMYK value is (0,25,84,67).

  • cyan value is 0.00%
  • magenta value is 24.71%
  • yellow value is 83.53%
  • key color value is 66.67%
CMYK:
(0,25,84,67)
C0M25Y84K67 
(0%,25%,84%,67%)
(0.00/0.25/0.84/0.67)	

CMYK percentages

%0
%24.71
%83.53
%66.67

Codes

Color #55400E in popluar color models

55400E
RGB856414
HSL42°71.72%19.41%
HSB/HSV42°83.53%33.33%
CMYK0.00%24.71%83.53%
66.67%

Color #55400E in popluar number systems.

HEX55400E
Decimal856414
Binary101010110000001110
Octal12510016

Shades and tints

Shades of #55400E

#55400E
(85,64,14)
#4E3B0D
(78,59,13)
#47360C
(71,54,12)
#40310B
(64,49,11)
#392C0A
(57,44,10)
#322709
(50,39,9)
#2B2208
(43,34,8)
#241D07
(36,29,7)
#1D1806
(29,24,6)
#161305
(22,19,5)
#0F0E04
(15,14,4)
#000000
(0,0,0)

Tints of #55400E

#55400E
(85,64,14)
#645123
(100,81,35)
#736238
(115,98,56)
#82734D
(130,115,77)
#918462
(145,132,98)
#A09577
(160,149,119)
#AFA68C
(175,166,140)
#BEB7A1
(190,183,161)
#CDC8B6
(205,200,182)
#DCD9CB
(220,217,203)
#EBEAE0
(235,234,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55400E color. Also use rgb(85,64,14) instead hex code.

Text Font Color

.myTextColor { color: #55400E; }

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

This text font color is #55400E.


Background Color

.myBgColor { background-color: #55400E; }

<div style="background-color:#55400E">Inner text</div>

This div background color is #55400E.


Border color

.myBorderColor { border: 1px solid #55400E; }

<div style="border:3px solid #55400E">Div</div>

This div border color is #55400E.


Opacity

.myOpacity80 { color: #55400E; opacity: 0.8; }

<p style="color:#55400E;opacity:0.8;">80%</p>

Text with #55400E 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 #55400E;}

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

This text has shadow with #55400E color.

.textShadow {text-shadow: 3px 3px 1px #55400E, 3px 3px 1px red;}

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

This text has shadow with #55400E primary color and red secondary color.


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

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

This text has shadow with #55400E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55400E on black background.


Color preview on white background

This text has color #55400E on white background.



Black color preview on #55400E background

This text has black color on #55400E background.


White color preview on #55400E background

This text has white color on #55400E background.