COLOR #555809

HEX: #555809 RGB: (85,88,9)

Color info

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

RGB color model

#555809 color RGB value is (85,88,9).

RGB: (85,88,9) (33%, 35%, 4%)

RGB channels and saturation

R 85 of 255 = 33%
G 88 of 255 = 35%
B 9 of 255 = 4%

85
88
9

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

Portions of RGB colors in percentages

R + G + B = 85 + 88 + 9 = 182 (100%)
R 85 of 182 ~ 46.7%
G 88 of 182 ~ 48.35%
B 9 of 182 ~ 4.95'%

%46.7
%48.35

CMYK color model

#555809 color CMYK value is (3,0,90,65).

  • cyan value is 3.41%
  • magenta value is 0.00%
  • yellow value is 89.77%
  • key color value is 65.49%

CMYK: (3,0,90,65)
C3M0Y90K65 (3%, 0%, 90%, 65%)
(0.03 / 0.00 / 0.90 / 0.65)

CMYK percentages

%3.41
%0
%89.77
%65.49

Codes

Color #555809 in popluar color models

55 58 09
RGB 85 88 9
HSL 62° 81.44% 19.02%
HSB/HSV 62° 89.77% 34.51%
CMYK 3.41% 0.00% 89.77%
65.49%

Color #555809 in popluar number systems.

HEX 55 58 09
Decimal 85 88 9
Binary 1010101 1011000 1001
Octal 125 130 11

Shades and tints

Shades of #555809

#555809
(85,88,9)
#4E5009
(78,80,9)
#474809
(71,72,9)
#404009
(64,64,9)
#393809
(57,56,9)
#323009
(50,48,9)
#2B2809
(43,40,9)
#242009
(36,32,9)
#1D1809
(29,24,9)
#161009
(22,16,9)
#0F0809
(15,8,9)
#000000
(0,0,0)

Tints of #555809

#555809
(85,88,9)
#64671F
(100,103,31)
#737635
(115,118,53)
#82854B
(130,133,75)
#919461
(145,148,97)
#A0A377
(160,163,119)
#AFB28D
(175,178,141)
#BEC1A3
(190,193,163)
#CDD0B9
(205,208,185)
#DCDFCF
(220,223,207)
#EBEEE5
(235,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555809 color. Also use rgb(85,88,9) instead hex code.

Text Font Color

.myTextColor { color: #555809; }

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

This text font color is #555809.

Background Color

.myBgColor { background-color: #555809; }

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

This div background color is #555809.

Border color

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

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

This div border color is #555809.

Opacity

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

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

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

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

This text has shadow with #555809 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #555809.

Preview

Color preview on black background

This text has color #555809 on black background.


Color preview on white background

This text has color #555809 on white background.


Black color preview on #555809 background

This text has black color on #555809 background.


White color preview on #555809 background

This text has white color on #555809 background.


Related colors

Complementary color

Complementary color for #hex is #AAA7F6.


I love getcolorcode.com

Triadic colors

1 #095558 and #580955 with #555809 are triadic colors.

2 #095855 and #585509 with #555809 are triadic colors.