COLOR #553011

HEX: #553011
RGB: (85,48,17)

Color info

#553011 contains mainly red and green colors. Web safe color of #553011 is #663300 (or #630).

RGB color model

#553011 color RGB value is (85,48,17).

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

RGB channels and saturation

R 85 of 255 = 33%
G 48 of 255 = 19%
B 17 of 255 = 7%

85
48
17

R + G + B ~ 20%. #553011 is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 48 + 17 = 150 (100%)
R 85 of 150 ~ 56.67%
G 48 of 150 ~ 32%
B 17 of 150 ~ 11.33%

%56.67
%32
%11.33

CMYK color model

#553011 color CMYK value is (0,44,80,67).

  • cyan value is 0.00%
  • magenta value is 43.53%
  • yellow value is 80.00%
  • key color value is 66.67%
CMYK:
(0,44,80,67)
C0M44Y80K67 
(0%,44%,80%,67%)
(0.00/0.44/0.80/0.67)	

CMYK percentages

%0
%43.53
%80
%66.67

Codes

Color #553011 in popluar color models

553011
RGB854817
HSL27°66.67%20.00%
HSB/HSV27°80.00%33.33%
CMYK0.00%43.53%80.00%
66.67%

Color #553011 in popluar number systems.

HEX553011
Decimal854817
Binary101010111000010001
Octal1256021

Shades and tints

Shades of #553011

#553011
(85,48,17)
#4E2C10
(78,44,16)
#47280F
(71,40,15)
#40240E
(64,36,14)
#39200D
(57,32,13)
#321C0C
(50,28,12)
#2B180B
(43,24,11)
#24140A
(36,20,10)
#1D1009
(29,16,9)
#160C08
(22,12,8)
#0F0807
(15,8,7)
#000000
(0,0,0)

Tints of #553011

#553011
(85,48,17)
#644226
(100,66,38)
#73543B
(115,84,59)
#826650
(130,102,80)
#917865
(145,120,101)
#A08A7A
(160,138,122)
#AF9C8F
(175,156,143)
#BEAEA4
(190,174,164)
#CDC0B9
(205,192,185)
#DCD2CE
(220,210,206)
#EBE4E3
(235,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #553011; }

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

This text font color is #553011.


Background Color

.myBgColor { background-color: #553011; }

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

This div background color is #553011.


Border color

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

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

This div border color is #553011.


Opacity

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

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

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

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

This text has shadow with #553011 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553011 on black background.


Color preview on white background

This text has color #553011 on white background.



Black color preview on #553011 background

This text has black color on #553011 background.


White color preview on #553011 background

This text has white color on #553011 background.