COLOR #553306

HEX: #553306
RGB: (85,51,6)

Color info

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

RGB color model

#553306 color RGB value is (85,51,6).

  • red value is 85;
  • green value is 51;
  • blue value is 6.
RGB:
(85,51,6)
(33%,20%,2%)

RGB channels and saturation

R 85 of 255 = 33%
G 51 of 255 = 20%
B 6 of 255 = 2%

85
51
6

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

Portions of RGB colors in percentages

R + G + B =
85 + 51 + 6 = 142 (100%)
R 85 of 142 ~ 59.86%
G 51 of 142 ~ 35.92%
B 6 of 142 ~ 4.23%

%59.86
%35.92

CMYK color model

#553306 color CMYK value is (0,40,93,67).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 92.94%
  • key color value is 66.67%
CMYK:
(0,40,93,67)
C0M40Y93K67 
(0%,40%,93%,67%)
(0.00/0.40/0.93/0.67)	

CMYK percentages

%0
%40
%92.94
%66.67

Codes

Color #553306 in popluar color models

553306
RGB85516
HSL34°86.81%17.84%
HSB/HSV34°92.94%33.33%
CMYK0.00%40.00%92.94%
66.67%

Color #553306 in popluar number systems.

HEX553306
Decimal85516
Binary1010101110011110
Octal125636

Shades and tints

Shades of #553306

#553306
(85,51,6)
#4E2F06
(78,47,6)
#472B06
(71,43,6)
#402706
(64,39,6)
#392306
(57,35,6)
#321F06
(50,31,6)
#2B1B06
(43,27,6)
#241706
(36,23,6)
#1D1306
(29,19,6)
#160F06
(22,15,6)
#0F0B06
(15,11,6)
#000000
(0,0,0)

Tints of #553306

#553306
(85,51,6)
#64451C
(100,69,28)
#735732
(115,87,50)
#826948
(130,105,72)
#917B5E
(145,123,94)
#A08D74
(160,141,116)
#AF9F8A
(175,159,138)
#BEB1A0
(190,177,160)
#CDC3B6
(205,195,182)
#DCD5CC
(220,213,204)
#EBE7E2
(235,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #553306 color. Also use rgb(85,51,6) instead hex code.

Text Font Color

.myTextColor { color: #553306; }

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

This text font color is #553306.


Background Color

.myBgColor { background-color: #553306; }

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

This div background color is #553306.


Border color

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

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

This div border color is #553306.


Opacity

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

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

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

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

This text has shadow with #553306 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553306 on black background.


Color preview on white background

This text has color #553306 on white background.



Black color preview on #553306 background

This text has black color on #553306 background.


White color preview on #553306 background

This text has white color on #553306 background.