COLOR #555311

HEX: #555311
RGB: (85,83,17)

Color info

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

RGB color model

#555311 color RGB value is (85,83,17).

  • red value is 85;
  • green value is 83;
  • blue value is 17.
RGB:
(85,83,17)
(33%,33%,7%)

RGB channels and saturation

R 85 of 255 = 33%
G 83 of 255 = 33%
B 17 of 255 = 7%

85
83
17

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

Portions of RGB colors in percentages

R + G + B =
85 + 83 + 17 = 185 (100%)
R 85 of 185 ~ 45.95%
G 83 of 185 ~ 44.86%
B 17 of 185 ~ 9.19%

%45.95
%44.86

CMYK color model

#555311 color CMYK value is (0,2,80,67).

  • cyan value is 0.00%
  • magenta value is 2.35%
  • yellow value is 80.00%
  • key color value is 66.67%
CMYK:
(0,2,80,67)
C0M2Y80K67 
(0%,2%,80%,67%)
(0.00/0.02/0.80/0.67)	

CMYK percentages

%0
%2.35
%80
%66.67

Codes

Color #555311 in popluar color models

555311
RGB858317
HSL58°66.67%20.00%
HSB/HSV58°80.00%33.33%
CMYK0.00%2.35%80.00%
66.67%

Color #555311 in popluar number systems.

HEX555311
Decimal858317
Binary1010101101001110001
Octal12512321

Shades and tints

Shades of #555311

#555311
(85,83,17)
#4E4C10
(78,76,16)
#47450F
(71,69,15)
#403E0E
(64,62,14)
#39370D
(57,55,13)
#32300C
(50,48,12)
#2B290B
(43,41,11)
#24220A
(36,34,10)
#1D1B09
(29,27,9)
#161408
(22,20,8)
#0F0D07
(15,13,7)
#000000
(0,0,0)

Tints of #555311

#555311
(85,83,17)
#646226
(100,98,38)
#73713B
(115,113,59)
#828050
(130,128,80)
#918F65
(145,143,101)
#A09E7A
(160,158,122)
#AFAD8F
(175,173,143)
#BEBCA4
(190,188,164)
#CDCBB9
(205,203,185)
#DCDACE
(220,218,206)
#EBE9E3
(235,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555311 color. Also use rgb(85,83,17) instead hex code.

Text Font Color

.myTextColor { color: #555311; }

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

This text font color is #555311.


Background Color

.myBgColor { background-color: #555311; }

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

This div background color is #555311.


Border color

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

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

This div border color is #555311.


Opacity

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

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

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

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

This text has shadow with #555311 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555311 on black background.


Color preview on white background

This text has color #555311 on white background.



Black color preview on #555311 background

This text has black color on #555311 background.


White color preview on #555311 background

This text has white color on #555311 background.