COLOR #553245

HEX: #553245 RGB: (85,50,69)

Color info

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

RGB color model

#553245 color RGB value is (85,50,69).

RGB: (85,50,69) (33%, 20%, 27%)

RGB channels and saturation

R 85 of 255 = 33%
G 50 of 255 = 20%
B 69 of 255 = 27%

85
50
69

R + G + B ~ 27%. #553245 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 50 + 69 = 204 (100%)
R 85 of 204 ~ 41.67%
G 50 of 204 ~ 24.51%
B 69 of 204 ~ 33.82'%

%41.67
%24.51
%33.82

CMYK color model

#553245 color CMYK value is (0,41,19,67).

  • cyan value is 0.00%
  • magenta value is 41.18%
  • yellow value is 18.82%
  • key color value is 66.67%

CMYK: (0,41,19,67)
C0M41Y19K67 (0%, 41%, 19%, 67%)
(0.00 / 0.41 / 0.19 / 0.67)

CMYK percentages

%0
%41.18
%18.82
%66.67

Codes

Color #553245 in popluar color models

55 32 45
RGB 85 50 69
HSL 327° 25.93% 26.47%
HSB/HSV 327° 41.18% 33.33%
CMYK 0.00% 41.18% 18.82%
66.67%

Color #553245 in popluar number systems.

HEX 55 32 45
Decimal 85 50 69
Binary 1010101 110010 1000101
Octal 125 62 105

Shades and tints

Shades of #553245

#553245
(85,50,69)
#4E2E3F
(78,46,63)
#472A39
(71,42,57)
#402633
(64,38,51)
#39222D
(57,34,45)
#321E27
(50,30,39)
#2B1A21
(43,26,33)
#24161B
(36,22,27)
#1D1215
(29,18,21)
#160E0F
(22,14,15)
#0F0A09
(15,10,9)
#000000
(0,0,0)

Tints of #553245

#553245
(85,50,69)
#644455
(100,68,85)
#735665
(115,86,101)
#826875
(130,104,117)
#917A85
(145,122,133)
#A08C95
(160,140,149)
#AF9EA5
(175,158,165)
#BEB0B5
(190,176,181)
#CDC2C5
(205,194,197)
#DCD4D5
(220,212,213)
#EBE6E5
(235,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #553245 color. Also use rgb(85,50,69) instead hex code.

Text Font Color

.myTextColor { color: #553245; }

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

This text font color is #553245.

Background Color

.myBgColor { background-color: #553245; }

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

This div background color is #553245.

Border color

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

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

This div border color is #553245.

Opacity

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

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

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

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

This text has shadow with #553245 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #553245.

Preview

Color preview on black background

This text has color #553245 on black background.


Color preview on white background

This text has color #553245 on white background.


Black color preview on #553245 background

This text has black color on #553245 background.


White color preview on #553245 background

This text has white color on #553245 background.


Related colors

Complementary color

Complementary color for #hex is #AACDBA.


I love getcolorcode.com

Triadic colors

1 #455532 and #324555 with #553245 are triadic colors.

2 #453255 and #325545 with #553245 are triadic colors.