COLOR #553006

HEX: #553006
RGB: (85,48,6)

Color info

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

RGB color model

#553006 color RGB value is (85,48,6).

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

RGB channels and saturation

R 85 of 255 = 33%
G 48 of 255 = 19%
B 6 of 255 = 2%

85
48
6

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

Portions of RGB colors in percentages

R + G + B =
85 + 48 + 6 = 139 (100%)
R 85 of 139 ~ 61.15%
G 48 of 139 ~ 34.53%
B 6 of 139 ~ 4.32%

%61.15
%34.53

CMYK color model

#553006 color CMYK value is (0,44,93,67).

  • cyan value is 0.00%
  • magenta value is 43.53%
  • yellow value is 92.94%
  • key color value is 66.67%
CMYK:
(0,44,93,67)
C0M44Y93K67 
(0%,44%,93%,67%)
(0.00/0.44/0.93/0.67)	

CMYK percentages

%0
%43.53
%92.94
%66.67

Codes

Color #553006 in popluar color models

553006
RGB85486
HSL32°86.81%17.84%
HSB/HSV32°92.94%33.33%
CMYK0.00%43.53%92.94%
66.67%

Color #553006 in popluar number systems.

HEX553006
Decimal85486
Binary1010101110000110
Octal125606

Shades and tints

Shades of #553006

#553006
(85,48,6)
#4E2C06
(78,44,6)
#472806
(71,40,6)
#402406
(64,36,6)
#392006
(57,32,6)
#321C06
(50,28,6)
#2B1806
(43,24,6)
#241406
(36,20,6)
#1D1006
(29,16,6)
#160C06
(22,12,6)
#0F0806
(15,8,6)
#000000
(0,0,0)

Tints of #553006

#553006
(85,48,6)
#64421C
(100,66,28)
#735432
(115,84,50)
#826648
(130,102,72)
#91785E
(145,120,94)
#A08A74
(160,138,116)
#AF9C8A
(175,156,138)
#BEAEA0
(190,174,160)
#CDC0B6
(205,192,182)
#DCD2CC
(220,210,204)
#EBE4E2
(235,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #553006; }

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

This text font color is #553006.


Background Color

.myBgColor { background-color: #553006; }

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

This div background color is #553006.


Border color

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

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

This div border color is #553006.


Opacity

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

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

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

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

This text has shadow with #553006 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553006 on black background.


Color preview on white background

This text has color #553006 on white background.



Black color preview on #553006 background

This text has black color on #553006 background.


White color preview on #553006 background

This text has white color on #553006 background.