COLOR #552C27

HEX: #552C27 RGB: (85,44,39)

Color info

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

RGB color model

#552C27 color RGB value is (85,44,39).

RGB: (85,44,39) (33%, 17%, 15%)

RGB channels and saturation

R 85 of 255 = 33%
G 44 of 255 = 17%
B 39 of 255 = 15%

85
44
39

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

Portions of RGB colors in percentages

R + G + B = 85 + 44 + 39 = 168 (100%)
R 85 of 168 ~ 50.6%
G 44 of 168 ~ 26.19%
B 39 of 168 ~ 23.21'%

%50.6
%26.19
%23.21

CMYK color model

#552C27 color CMYK value is (0,48,54,67).

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

CMYK: (0,48,54,67)
C0M48Y54K67 (0%, 48%, 54%, 67%)
(0.00 / 0.48 / 0.54 / 0.67)

CMYK percentages

%0
%48.24
%54.12
%66.67

Codes

Color #552C27 in popluar color models

55 2C 27
RGB 85 44 39
HSL 37.10% 24.31%
HSB/HSV 54.12% 33.33%
CMYK 0.00% 48.24% 54.12%
66.67%

Color #552C27 in popluar number systems.

HEX 55 2C 27
Decimal 85 44 39
Binary 1010101 101100 100111
Octal 125 54 47

Shades and tints

Shades of #552C27

#552C27
(85,44,39)
#4E2824
(78,40,36)
#472421
(71,36,33)
#40201E
(64,32,30)
#391C1B
(57,28,27)
#321818
(50,24,24)
#2B1415
(43,20,21)
#241012
(36,16,18)
#1D0C0F
(29,12,15)
#16080C
(22,8,12)
#0F0409
(15,4,9)
#000000
(0,0,0)

Tints of #552C27

#552C27
(85,44,39)
#643F3A
(100,63,58)
#73524D
(115,82,77)
#826560
(130,101,96)
#917873
(145,120,115)
#A08B86
(160,139,134)
#AF9E99
(175,158,153)
#BEB1AC
(190,177,172)
#CDC4BF
(205,196,191)
#DCD7D2
(220,215,210)
#EBEAE5
(235,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #552C27; }

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

This text font color is #552C27.

Background Color

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

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

This div background color is #552C27.

Border color

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

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

This div border color is #552C27.

Opacity

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

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

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

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

This text has shadow with #552C27 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #552C27.

Preview

Color preview on black background

This text has color #552C27 on black background.


Color preview on white background

This text has color #552C27 on white background.


Black color preview on #552C27 background

This text has black color on #552C27 background.


White color preview on #552C27 background

This text has white color on #552C27 background.


Related colors

Complementary color

Complementary color for #hex is #AAD3D8.


I love getcolorcode.com

Triadic colors

1 #27552C and #2C2755 with #552C27 are triadic colors.

2 #272C55 and #2C5527 with #552C27 are triadic colors.