COLOR #555920

HEX: #555920
RGB: (85,89,32)

Color info

#555920 contains red, green and blue colors in about the same proportion. Web safe color of #555920 is #666633 (or #663).

RGB color model

#555920 color RGB value is (85,89,32).

  • red value is 85;
  • green value is 89;
  • blue value is 32.
RGB:
(85,89,32)
(33%,35%,13%)

RGB channels and saturation

R 85 of 255 = 33%
G 89 of 255 = 35%
B 32 of 255 = 13%

85
89
32

R + G + B ~ 27%. #555920 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 89 + 32 = 206 (100%)
R 85 of 206 ~ 41.26%
G 89 of 206 ~ 43.2%
B 32 of 206 ~ 15.53%

%41.26
%43.2
%15.53

CMYK color model

#555920 color CMYK value is (4,0,64,65).

  • cyan value is 4.49%
  • magenta value is 0.00%
  • yellow value is 64.04%
  • key color value is 65.10%
CMYK:
(4,0,64,65)
C4M0Y64K65 
(4%,0%,64%,65%)
(0.04/0.00/0.64/0.65)	

CMYK percentages

%4.49
%0
%64.04
%65.1

Codes

Color #555920 in popluar color models

555920
RGB858932
HSL64°47.11%23.73%
HSB/HSV64°64.04%34.90%
CMYK4.49%0.00%64.04%
65.10%

Color #555920 in popluar number systems.

HEX555920
Decimal858932
Binary10101011011001100000
Octal12513140

Shades and tints

Shades of #555920

#555920
(85,89,32)
#4E511E
(78,81,30)
#47491C
(71,73,28)
#40411A
(64,65,26)
#393918
(57,57,24)
#323116
(50,49,22)
#2B2914
(43,41,20)
#242112
(36,33,18)
#1D1910
(29,25,16)
#16110E
(22,17,14)
#0F090C
(15,9,12)
#000000
(0,0,0)

Tints of #555920

#555920
(85,89,32)
#646834
(100,104,52)
#737748
(115,119,72)
#82865C
(130,134,92)
#919570
(145,149,112)
#A0A484
(160,164,132)
#AFB398
(175,179,152)
#BEC2AC
(190,194,172)
#CDD1C0
(205,209,192)
#DCE0D4
(220,224,212)
#EBEFE8
(235,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555920 color. Also use rgb(85,89,32) instead hex code.

Text Font Color

.myTextColor { color: #555920; }

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

This text font color is #555920.


Background Color

.myBgColor { background-color: #555920; }

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

This div background color is #555920.


Border color

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

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

This div border color is #555920.


Opacity

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

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

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

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

This text has shadow with #555920 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555920 on black background.


Color preview on white background

This text has color #555920 on white background.



Black color preview on #555920 background

This text has black color on #555920 background.


White color preview on #555920 background

This text has white color on #555920 background.