COLOR #552E26

HEX: #552E26 RGB: (85,46,38)

Color info

#552E26 contains red, green and blue colors in about the same proportion. Web safe color of #552E26 is #663333 (or #633).

RGB color model

#552E26 color RGB value is (85,46,38).

RGB: (85,46,38) (33%, 18%, 15%)

RGB channels and saturation

R 85 of 255 = 33%
G 46 of 255 = 18%
B 38 of 255 = 15%

85
46
38

R + G + B ~ 22%. #552E26 is dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 46 + 38 = 169 (100%)
R 85 of 169 ~ 50.3%
G 46 of 169 ~ 27.22%
B 38 of 169 ~ 22.49'%

%50.3
%27.22
%22.49

CMYK color model

#552E26 color CMYK value is (0,46,55,67).

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

CMYK: (0,46,55,67)
C0M46Y55K67 (0%, 46%, 55%, 67%)
(0.00 / 0.46 / 0.55 / 0.67)

CMYK percentages

%0
%45.88
%55.29
%66.67

Codes

Color #552E26 in popluar color models

55 2E 26
RGB 85 46 38
HSL 10° 38.21% 24.12%
HSB/HSV 10° 55.29% 33.33%
CMYK 0.00% 45.88% 55.29%
66.67%

Color #552E26 in popluar number systems.

HEX 55 2E 26
Decimal 85 46 38
Binary 1010101 101110 100110
Octal 125 56 46

Shades and tints

Shades of #552E26

#552E26
(85,46,38)
#4E2A23
(78,42,35)
#472620
(71,38,32)
#40221D
(64,34,29)
#391E1A
(57,30,26)
#321A17
(50,26,23)
#2B1614
(43,22,20)
#241211
(36,18,17)
#1D0E0E
(29,14,14)
#160A0B
(22,10,11)
#0F0608
(15,6,8)
#000000
(0,0,0)

Tints of #552E26

#552E26
(85,46,38)
#644139
(100,65,57)
#73544C
(115,84,76)
#82675F
(130,103,95)
#917A72
(145,122,114)
#A08D85
(160,141,133)
#AFA098
(175,160,152)
#BEB3AB
(190,179,171)
#CDC6BE
(205,198,190)
#DCD9D1
(220,217,209)
#EBECE4
(235,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #552E26; }

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

This text font color is #552E26.

Background Color

.myBgColor { background-color: #552E26; }

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

This div background color is #552E26.

Border color

.myBorderColor { border: 1px solid #552E26; }

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

This div border color is #552E26.

Opacity

.myOpacity80 { color: #552E26; opacity: 0.8; }

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

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

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

This text has shadow with #552E26 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #552E26.

Preview

Color preview on black background

This text has color #552E26 on black background.


Color preview on white background

This text has color #552E26 on white background.


Black color preview on #552E26 background

This text has black color on #552E26 background.


White color preview on #552E26 background

This text has white color on #552E26 background.


Related colors

Complementary color

Complementary color for #hex is #AAD1D9.


I love getcolorcode.com

Triadic colors

1 #26552E and #2E2655 with #552E26 are triadic colors.

2 #262E55 and #2E5526 with #552E26 are triadic colors.