COLOR #555619

HEX: #555619
RGB: (85,86,25)

Color info

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

RGB color model

#555619 color RGB value is (85,86,25).

  • red value is 85;
  • green value is 86;
  • blue value is 25.
RGB:
(85,86,25)
(33%,34%,10%)

RGB channels and saturation

R 85 of 255 = 33%
G 86 of 255 = 34%
B 25 of 255 = 10%

85
86
25

R + G + B ~ 26%. #555619 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 86 + 25 = 196 (100%)
R 85 of 196 ~ 43.37%
G 86 of 196 ~ 43.88%
B 25 of 196 ~ 12.76%

%43.37
%43.88
%12.76

CMYK color model

#555619 color CMYK value is (1,0,71,66).

  • cyan value is 1.16%
  • magenta value is 0.00%
  • yellow value is 70.93%
  • key color value is 66.27%
CMYK:
(1,0,71,66)
C1M0Y71K66 
(1%,0%,71%,66%)
(0.01/0.00/0.71/0.66)	

CMYK percentages

%1.16
%0
%70.93
%66.27

Codes

Color #555619 in popluar color models

555619
RGB858625
HSL61°54.95%21.76%
HSB/HSV61°70.93%33.73%
CMYK1.16%0.00%70.93%
66.27%

Color #555619 in popluar number systems.

HEX555619
Decimal858625
Binary1010101101011011001
Octal12512631

Shades and tints

Shades of #555619

#555619
(85,86,25)
#4E4F17
(78,79,23)
#474815
(71,72,21)
#404113
(64,65,19)
#393A11
(57,58,17)
#32330F
(50,51,15)
#2B2C0D
(43,44,13)
#24250B
(36,37,11)
#1D1E09
(29,30,9)
#161707
(22,23,7)
#0F1005
(15,16,5)
#000000
(0,0,0)

Tints of #555619

#555619
(85,86,25)
#64652D
(100,101,45)
#737441
(115,116,65)
#828355
(130,131,85)
#919269
(145,146,105)
#A0A17D
(160,161,125)
#AFB091
(175,176,145)
#BEBFA5
(190,191,165)
#CDCEB9
(205,206,185)
#DCDDCD
(220,221,205)
#EBECE1
(235,236,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555619 color. Also use rgb(85,86,25) instead hex code.

Text Font Color

.myTextColor { color: #555619; }

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

This text font color is #555619.


Background Color

.myBgColor { background-color: #555619; }

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

This div background color is #555619.


Border color

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

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

This div border color is #555619.


Opacity

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

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

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

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

This text has shadow with #555619 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555619 on black background.


Color preview on white background

This text has color #555619 on white background.



Black color preview on #555619 background

This text has black color on #555619 background.


White color preview on #555619 background

This text has white color on #555619 background.