COLOR #553703

HEX: #553703
RGB: (85,55,3)

Color info

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

RGB color model

#553703 color RGB value is (85,55,3).

  • red value is 85;
  • green value is 55;
  • blue value is 3.
RGB:
(85,55,3)
(33%,22%,1%)

RGB channels and saturation

R 85 of 255 = 33%
G 55 of 255 = 22%
B 3 of 255 = 1%

85
55
3

R + G + B ~ 19%. #553703 is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 55 + 3 = 143 (100%)
R 85 of 143 ~ 59.44%
G 55 of 143 ~ 38.46%
B 3 of 143 ~ 2.1%

%59.44
%38.46

CMYK color model

#553703 color CMYK value is (0,35,96,67).

  • cyan value is 0.00%
  • magenta value is 35.29%
  • yellow value is 96.47%
  • key color value is 66.67%
CMYK:
(0,35,96,67)
C0M35Y96K67 
(0%,35%,96%,67%)
(0.00/0.35/0.96/0.67)	

CMYK percentages

%0
%35.29
%96.47
%66.67

Codes

Color #553703 in popluar color models

553703
RGB85553
HSL38°93.18%17.25%
HSB/HSV38°96.47%33.33%
CMYK0.00%35.29%96.47%
66.67%

Color #553703 in popluar number systems.

HEX553703
Decimal85553
Binary101010111011111
Octal125673

Shades and tints

Shades of #553703

#553703
(85,55,3)
#4E3203
(78,50,3)
#472D03
(71,45,3)
#402803
(64,40,3)
#392303
(57,35,3)
#321E03
(50,30,3)
#2B1903
(43,25,3)
#241403
(36,20,3)
#1D0F03
(29,15,3)
#160A03
(22,10,3)
#0F0503
(15,5,3)
#000000
(0,0,0)

Tints of #553703

#553703
(85,55,3)
#644919
(100,73,25)
#735B2F
(115,91,47)
#826D45
(130,109,69)
#917F5B
(145,127,91)
#A09171
(160,145,113)
#AFA387
(175,163,135)
#BEB59D
(190,181,157)
#CDC7B3
(205,199,179)
#DCD9C9
(220,217,201)
#EBEBDF
(235,235,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #553703 color. Also use rgb(85,55,3) instead hex code.

Text Font Color

.myTextColor { color: #553703; }

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

This text font color is #553703.


Background Color

.myBgColor { background-color: #553703; }

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

This div background color is #553703.


Border color

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

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

This div border color is #553703.


Opacity

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

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

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

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

This text has shadow with #553703 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553703 on black background.


Color preview on white background

This text has color #553703 on white background.



Black color preview on #553703 background

This text has black color on #553703 background.


White color preview on #553703 background

This text has white color on #553703 background.