COLOR #553500

HEX: #553500
RGB: (85,53,0)

Color info

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

RGB color model

#553500 color RGB value is (85,53,0).

  • red value is 85;
  • green value is 53;
  • blue value is 0.
RGB:
(85,53,0)
(33%,21%,0%)

RGB channels and saturation

R 85 of 255 = 33%
G 53 of 255 = 21%
B 0 of 255 = 0%

85
53
0

R + G + B ~ 18%. #553500 is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 53 + 0 = 138 (100%)
R 85 of 138 ~ 61.59%
G 53 of 138 ~ 38.41%
B 0 of 138 ~ 0%

%61.59
%38.41

CMYK color model

#553500 color CMYK value is (0,38,100,67).

  • cyan value is 0.00%
  • magenta value is 37.65%
  • yellow value is 100.00%
  • key color value is 66.67%
CMYK:
(0,38,100,67)
C0M38Y100K67 
(0%,38%,100%,67%)
(0.00/0.38/1.00/0.67)	

CMYK percentages

%0
%37.65
%100
%66.67

Codes

Color #553500 in popluar color models

553500
RGB85530
HSL37°100.00%16.67%
HSB/HSV37°100.00%33.33%
CMYK0.00%37.65%100.00%
66.67%

Color #553500 in popluar number systems.

HEX553500
Decimal85530
Binary10101011101010
Octal125650

Shades and tints

Shades of #553500

#553500
(85,53,0)
#4E3100
(78,49,0)
#472D00
(71,45,0)
#402900
(64,41,0)
#392500
(57,37,0)
#322100
(50,33,0)
#2B1D00
(43,29,0)
#241900
(36,25,0)
#1D1500
(29,21,0)
#161100
(22,17,0)
#0F0D00
(15,13,0)
#000000
(0,0,0)

Tints of #553500

#553500
(85,53,0)
#644717
(100,71,23)
#73592E
(115,89,46)
#826B45
(130,107,69)
#917D5C
(145,125,92)
#A08F73
(160,143,115)
#AFA18A
(175,161,138)
#BEB3A1
(190,179,161)
#CDC5B8
(205,197,184)
#DCD7CF
(220,215,207)
#EBE9E6
(235,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #553500 color. Also use rgb(85,53,0) instead hex code.

Text Font Color

.myTextColor { color: #553500; }

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

This text font color is #553500.


Background Color

.myBgColor { background-color: #553500; }

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

This div background color is #553500.


Border color

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

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

This div border color is #553500.


Opacity

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

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

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

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

This text has shadow with #553500 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553500 on black background.


Color preview on white background

This text has color #553500 on white background.



Black color preview on #553500 background

This text has black color on #553500 background.


White color preview on #553500 background

This text has white color on #553500 background.