COLOR #555116

HEX: #555116 RGB: (85,81,22)

Color info

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

RGB color model

#555116 color RGB value is (85,81,22).

RGB: (85,81,22) (33%, 32%, 9%)

RGB channels and saturation

R 85 of 255 = 33%
G 81 of 255 = 32%
B 22 of 255 = 9%

85
81
22

R + G + B ~ 25%. #555116 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 81 + 22 = 188 (100%)
R 85 of 188 ~ 45.21%
G 81 of 188 ~ 43.09%
B 22 of 188 ~ 11.7'%

%45.21
%43.09
%11.7

CMYK color model

#555116 color CMYK value is (0,5,74,67).

  • cyan value is 0.00%
  • magenta value is 4.71%
  • yellow value is 74.12%
  • key color value is 66.67%

CMYK: (0,5,74,67)
C0M5Y74K67 (0%, 5%, 74%, 67%)
(0.00 / 0.05 / 0.74 / 0.67)

CMYK percentages

%0
%4.71
%74.12
%66.67

Codes

Color #555116 in popluar color models

55 51 16
RGB 85 81 22
HSL 56° 58.88% 20.98%
HSB/HSV 56° 74.12% 33.33%
CMYK 0.00% 4.71% 74.12%
66.67%

Color #555116 in popluar number systems.

HEX 55 51 16
Decimal 85 81 22
Binary 1010101 1010001 10110
Octal 125 121 26

Shades and tints

Shades of #555116

#555116
(85,81,22)
#4E4A14
(78,74,20)
#474312
(71,67,18)
#403C10
(64,60,16)
#39350E
(57,53,14)
#322E0C
(50,46,12)
#2B270A
(43,39,10)
#242008
(36,32,8)
#1D1906
(29,25,6)
#161204
(22,18,4)
#0F0B02
(15,11,2)
#000000
(0,0,0)

Tints of #555116

#555116
(85,81,22)
#64602B
(100,96,43)
#736F40
(115,111,64)
#827E55
(130,126,85)
#918D6A
(145,141,106)
#A09C7F
(160,156,127)
#AFAB94
(175,171,148)
#BEBAA9
(190,186,169)
#CDC9BE
(205,201,190)
#DCD8D3
(220,216,211)
#EBE7E8
(235,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555116 color. Also use rgb(85,81,22) instead hex code.

Text Font Color

.myTextColor { color: #555116; }

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

This text font color is #555116.

Background Color

.myBgColor { background-color: #555116; }

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

This div background color is #555116.

Border color

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

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

This div border color is #555116.

Opacity

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

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

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

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

This text has shadow with #555116 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #555116.

Preview

Color preview on black background

This text has color #555116 on black background.


Color preview on white background

This text has color #555116 on white background.


Black color preview on #555116 background

This text has black color on #555116 background.


White color preview on #555116 background

This text has white color on #555116 background.


Related colors

Complementary color

Complementary color for #hex is #AAAEE9.


I love getcolorcode.com

Triadic colors

1 #165551 and #511655 with #555116 are triadic colors.

2 #165155 and #515516 with #555116 are triadic colors.