COLOR #552C17

HEX: #552C17 RGB: (85,44,23)

Color info

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

RGB color model

#552C17 color RGB value is (85,44,23).

RGB: (85,44,23) (33%, 17%, 9%)

RGB channels and saturation

R 85 of 255 = 33%
G 44 of 255 = 17%
B 23 of 255 = 9%

85
44
23

R + G + B ~ 20%. #552C17 is dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 44 + 23 = 152 (100%)
R 85 of 152 ~ 55.92%
G 44 of 152 ~ 28.95%
B 23 of 152 ~ 15.13'%

%55.92
%28.95
%15.13

CMYK color model

#552C17 color CMYK value is (0,48,73,67).

  • cyan value is 0.00%
  • magenta value is 48.24%
  • yellow value is 72.94%
  • key color value is 66.67%

CMYK: (0,48,73,67)
C0M48Y73K67 (0%, 48%, 73%, 67%)
(0.00 / 0.48 / 0.73 / 0.67)

CMYK percentages

%0
%48.24
%72.94
%66.67

Codes

Color #552C17 in popluar color models

55 2C 17
RGB 85 44 23
HSL 20° 57.41% 21.18%
HSB/HSV 20° 72.94% 33.33%
CMYK 0.00% 48.24% 72.94%
66.67%

Color #552C17 in popluar number systems.

HEX 55 2C 17
Decimal 85 44 23
Binary 1010101 101100 10111
Octal 125 54 27

Shades and tints

Shades of #552C17

#552C17
(85,44,23)
#4E2815
(78,40,21)
#472413
(71,36,19)
#402011
(64,32,17)
#391C0F
(57,28,15)
#32180D
(50,24,13)
#2B140B
(43,20,11)
#241009
(36,16,9)
#1D0C07
(29,12,7)
#160805
(22,8,5)
#0F0403
(15,4,3)
#000000
(0,0,0)

Tints of #552C17

#552C17
(85,44,23)
#643F2C
(100,63,44)
#735241
(115,82,65)
#826556
(130,101,86)
#91786B
(145,120,107)
#A08B80
(160,139,128)
#AF9E95
(175,158,149)
#BEB1AA
(190,177,170)
#CDC4BF
(205,196,191)
#DCD7D4
(220,215,212)
#EBEAE9
(235,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #552C17 color. Also use rgb(85,44,23) instead hex code.

Text Font Color

.myTextColor { color: #552C17; }

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

This text font color is #552C17.

Background Color

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

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

This div background color is #552C17.

Border color

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

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

This div border color is #552C17.

Opacity

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

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

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

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

This text has shadow with #552C17 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #552C17.

Preview

Color preview on black background

This text has color #552C17 on black background.


Color preview on white background

This text has color #552C17 on white background.


Black color preview on #552C17 background

This text has black color on #552C17 background.


White color preview on #552C17 background

This text has white color on #552C17 background.


Related colors

Complementary color

Complementary color for #hex is #AAD3E8.


I love getcolorcode.com

Triadic colors

1 #17552C and #2C1755 with #552C17 are triadic colors.

2 #172C55 and #2C5517 with #552C17 are triadic colors.