COLOR #555413

HEX: #555413
RGB: (85,84,19)

Color info

#555413 contains mainly red and green colors. Web safe color of #555413 is #666600 (or #660).

RGB color model

#555413 color RGB value is (85,84,19).

  • red value is 85;
  • green value is 84;
  • blue value is 19.
RGB:
(85,84,19)
(33%,33%,7%)

RGB channels and saturation

R 85 of 255 = 33%
G 84 of 255 = 33%
B 19 of 255 = 7%

85
84
19

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

Portions of RGB colors in percentages

R + G + B =
85 + 84 + 19 = 188 (100%)
R 85 of 188 ~ 45.21%
G 84 of 188 ~ 44.68%
B 19 of 188 ~ 10.11%

%45.21
%44.68
%10.11

CMYK color model

#555413 color CMYK value is (0,1,78,67).

  • cyan value is 0.00%
  • magenta value is 1.18%
  • yellow value is 77.65%
  • key color value is 66.67%
CMYK:
(0,1,78,67)
C0M1Y78K67 
(0%,1%,78%,67%)
(0.00/0.01/0.78/0.67)	

CMYK percentages

%0
%1.18
%77.65
%66.67

Codes

Color #555413 in popluar color models

555413
RGB858419
HSL59°63.46%20.39%
HSB/HSV59°77.65%33.33%
CMYK0.00%1.18%77.65%
66.67%

Color #555413 in popluar number systems.

HEX555413
Decimal858419
Binary1010101101010010011
Octal12512423

Shades and tints

Shades of #555413

#555413
(85,84,19)
#4E4D12
(78,77,18)
#474611
(71,70,17)
#403F10
(64,63,16)
#39380F
(57,56,15)
#32310E
(50,49,14)
#2B2A0D
(43,42,13)
#24230C
(36,35,12)
#1D1C0B
(29,28,11)
#16150A
(22,21,10)
#0F0E09
(15,14,9)
#000000
(0,0,0)

Tints of #555413

#555413
(85,84,19)
#646328
(100,99,40)
#73723D
(115,114,61)
#828152
(130,129,82)
#919067
(145,144,103)
#A09F7C
(160,159,124)
#AFAE91
(175,174,145)
#BEBDA6
(190,189,166)
#CDCCBB
(205,204,187)
#DCDBD0
(220,219,208)
#EBEAE5
(235,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555413 color. Also use rgb(85,84,19) instead hex code.

Text Font Color

.myTextColor { color: #555413; }

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

This text font color is #555413.


Background Color

.myBgColor { background-color: #555413; }

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

This div background color is #555413.


Border color

.myBorderColor { border: 1px solid #555413; }

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

This div border color is #555413.


Opacity

.myOpacity80 { color: #555413; opacity: 0.8; }

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

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

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

This text has shadow with #555413 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555413 on black background.


Color preview on white background

This text has color #555413 on white background.



Black color preview on #555413 background

This text has black color on #555413 background.


White color preview on #555413 background

This text has white color on #555413 background.