COLOR #55272C

HEX: #55272C RGB: (85,39,44)

Color info

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

RGB color model

#55272C color RGB value is (85,39,44).

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

RGB channels and saturation

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

85
39
44

R + G + B ~ 22%. #55272C is dark color.

Portions of RGB colors in percentages

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

%50.6
%23.21
%26.19

CMYK color model

#55272C color CMYK value is (0,54,48,67).

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

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

CMYK percentages

%0
%54.12
%48.24
%66.67

Codes

Color #55272C in popluar color models

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

Color #55272C in popluar number systems.

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

Shades and tints

Shades of #55272C

#55272C
(85,39,44)
#4E2428
(78,36,40)
#472124
(71,33,36)
#401E20
(64,30,32)
#391B1C
(57,27,28)
#321818
(50,24,24)
#2B1514
(43,21,20)
#241210
(36,18,16)
#1D0F0C
(29,15,12)
#160C08
(22,12,8)
#0F0904
(15,9,4)
#000000
(0,0,0)

Tints of #55272C

#55272C
(85,39,44)
#643A3F
(100,58,63)
#734D52
(115,77,82)
#826065
(130,96,101)
#917378
(145,115,120)
#A0868B
(160,134,139)
#AF999E
(175,153,158)
#BEACB1
(190,172,177)
#CDBFC4
(205,191,196)
#DCD2D7
(220,210,215)
#EBE5EA
(235,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55272C; }

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

This text font color is #55272C.

Background Color

.myBgColor { background-color: #55272C; }

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

This div background color is #55272C.

Border color

.myBorderColor { border: 1px solid #55272C; }

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

This div border color is #55272C.

Opacity

.myOpacity80 { color: #55272C; opacity: 0.8; }

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

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

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

This text has shadow with #55272C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55272C.

Preview

Color preview on black background

This text has color #55272C on black background.


Color preview on white background

This text has color #55272C on white background.


Black color preview on #55272C background

This text has black color on #55272C background.


White color preview on #55272C background

This text has white color on #55272C background.


Related colors

Complementary color

Complementary color for #hex is #AAD8D3.


I love getcolorcode.com

Triadic colors

1 #2C5527 and #272C55 with #55272C are triadic colors.

2 #2C2755 and #27552C with #55272C are triadic colors.