COLOR #555924

HEX: #555924 RGB: (85,89,36)

Color info

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

RGB color model

#555924 color RGB value is (85,89,36).

RGB: (85,89,36) (33%, 35%, 14%)

RGB channels and saturation

R 85 of 255 = 33%
G 89 of 255 = 35%
B 36 of 255 = 14%

85
89
36

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

Portions of RGB colors in percentages

R + G + B = 85 + 89 + 36 = 210 (100%)
R 85 of 210 ~ 40.48%
G 89 of 210 ~ 42.38%
B 36 of 210 ~ 17.14'%

%40.48
%42.38
%17.14

CMYK color model

#555924 color CMYK value is (4,0,60,65).

  • cyan value is 4.49%
  • magenta value is 0.00%
  • yellow value is 59.55%
  • key color value is 65.10%
CMYK: (4,0,60,65) C4M0Y60K65 (4%,0%,60%,65%) (0.04/0.00/0.60/0.65) 

CMYK percentages

%4.49
%0
%59.55
%65.1

Codes

Color #555924 in popluar color models

55 59 24
RGB 85 89 36
HSL 65° 42.40% 24.51%
HSB/HSV 65° 59.55% 34.90%
CMYK 4.49% 0.00% 59.55%
65.10%

Color #555924 in popluar number systems.

HEX 55 59 24
Decimal 85 89 36
Binary 1010101 1011001 100100
Octal 125 131 44

Shades and tints

Shades of #555924

#555924
(85,89,36)
#4E5121
(78,81,33)
#47491E
(71,73,30)
#40411B
(64,65,27)
#393918
(57,57,24)
#323115
(50,49,21)
#2B2912
(43,41,18)
#24210F
(36,33,15)
#1D190C
(29,25,12)
#161109
(22,17,9)
#0F0906
(15,9,6)
#000000
(0,0,0)

Tints of #555924

#555924
(85,89,36)
#646837
(100,104,55)
#73774A
(115,119,74)
#82865D
(130,134,93)
#919570
(145,149,112)
#A0A483
(160,164,131)
#AFB396
(175,179,150)
#BEC2A9
(190,194,169)
#CDD1BC
(205,209,188)
#DCE0CF
(220,224,207)
#EBEFE2
(235,239,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555924; }

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

This text font color is #555924.

Background Color

.myBgColor { background-color: #555924; }

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

This div background color is #555924.

Border color

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

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

This div border color is #555924.

Opacity

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

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

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

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

This text has shadow with #555924 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #555924.

Preview

Color preview on black background

This text has color #555924 on black background.


Color preview on white background

This text has color #555924 on white background.


Black color preview on #555924 background

This text has black color on #555924 background.


White color preview on #555924 background

This text has white color on #555924 background.


Related colors

Complementary color

Complementary color for #hex is #AAA6DB.


I love getcolorcode.com

Triadic colors

1 #245559 and #592455 with #555924 are triadic colors.

2 #245955 and #595524 with #555924 are triadic colors.