COLOR #552600

HEX: #552600 RGB: (85,38,0)

Color info

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

RGB color model

#552600 color RGB value is (85,38,0).

RGB: (85,38,0) (33%, 15%, 0%)

RGB channels and saturation

R 85 of 255 = 33%
G 38 of 255 = 15%
B 0 of 255 = 0%

85
38
0

R + G + B ~ 16%. #552600 is dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 38 + 0 = 123 (100%)
R 85 of 123 ~ 69.11%
G 38 of 123 ~ 30.89%
B 0 of 123 ~ 0'%

%69.11
%30.89

CMYK color model

#552600 color CMYK value is (0,55,100,67).

  • cyan value is 0.00%
  • magenta value is 55.29%
  • yellow value is 100.00%
  • key color value is 66.67%

CMYK: (0,55,100,67)
C0M55Y100K67 (0%, 55%, 100%, 67%)
(0.00 / 0.55 / 1.00 / 0.67)

CMYK percentages

%0
%55.29
%100
%66.67

Codes

Color #552600 in popluar color models

55 26 00
RGB 85 38 0
HSL 27° 100.00% 16.67%
HSB/HSV 27° 100.00% 33.33%
CMYK 0.00% 55.29% 100.00%
66.67%

Color #552600 in popluar number systems.

HEX 55 26 00
Decimal 85 38 0
Binary 1010101 100110 0
Octal 125 46 0

Shades and tints

Shades of #552600

#552600
(85,38,0)
#4E2300
(78,35,0)
#472000
(71,32,0)
#401D00
(64,29,0)
#391A00
(57,26,0)
#321700
(50,23,0)
#2B1400
(43,20,0)
#241100
(36,17,0)
#1D0E00
(29,14,0)
#160B00
(22,11,0)
#0F0800
(15,8,0)
#000000
(0,0,0)

Tints of #552600

#552600
(85,38,0)
#643917
(100,57,23)
#734C2E
(115,76,46)
#825F45
(130,95,69)
#91725C
(145,114,92)
#A08573
(160,133,115)
#AF988A
(175,152,138)
#BEABA1
(190,171,161)
#CDBEB8
(205,190,184)
#DCD1CF
(220,209,207)
#EBE4E6
(235,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #552600; }

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

This text font color is #552600.

Background Color

.myBgColor { background-color: #552600; }

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

This div background color is #552600.

Border color

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

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

This div border color is #552600.

Opacity

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

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

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

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

This text has shadow with #552600 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #552600.

Preview

Color preview on black background

This text has color #552600 on black background.


Color preview on white background

This text has color #552600 on white background.


Black color preview on #552600 background

This text has black color on #552600 background.


White color preview on #552600 background

This text has white color on #552600 background.


Related colors

Complementary color

Complementary color for #hex is #AAD9FF.


I love getcolorcode.com

Triadic colors

1 #005526 and #260055 with #552600 are triadic colors.

2 #002655 and #265500 with #552600 are triadic colors.