COLOR #553C45

HEX: #553C45 RGB: (85,60,69)

Color info

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

RGB color model

#553C45 color RGB value is (85,60,69).

RGB: (85,60,69) (33%, 24%, 27%)

RGB channels and saturation

R 85 of 255 = 33%
G 60 of 255 = 24%
B 69 of 255 = 27%

85
60
69

R + G + B ~ 28%. #553C45 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 60 + 69 = 214 (100%)
R 85 of 214 ~ 39.72%
G 60 of 214 ~ 28.04%
B 69 of 214 ~ 32.24'%

%39.72
%28.04
%32.24

CMYK color model

#553C45 color CMYK value is (0,29,19,67).

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

CMYK: (0,29,19,67)
C0M29Y19K67 (0%, 29%, 19%, 67%)
(0.00 / 0.29 / 0.19 / 0.67)

CMYK percentages

%0
%29.41
%18.82
%66.67

Codes

Color #553C45 in popluar color models

55 3C 45
RGB 85 60 69
HSL 338° 17.24% 28.43%
HSB/HSV 338° 29.41% 33.33%
CMYK 0.00% 29.41% 18.82%
66.67%

Color #553C45 in popluar number systems.

HEX 55 3C 45
Decimal 85 60 69
Binary 1010101 111100 1000101
Octal 125 74 105

Shades and tints

Shades of #553C45

#553C45
(85,60,69)
#4E373F
(78,55,63)
#473239
(71,50,57)
#402D33
(64,45,51)
#39282D
(57,40,45)
#322327
(50,35,39)
#2B1E21
(43,30,33)
#24191B
(36,25,27)
#1D1415
(29,20,21)
#160F0F
(22,15,15)
#0F0A09
(15,10,9)
#000000
(0,0,0)

Tints of #553C45

#553C45
(85,60,69)
#644D55
(100,77,85)
#735E65
(115,94,101)
#826F75
(130,111,117)
#918085
(145,128,133)
#A09195
(160,145,149)
#AFA2A5
(175,162,165)
#BEB3B5
(190,179,181)
#CDC4C5
(205,196,197)
#DCD5D5
(220,213,213)
#EBE6E5
(235,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #553C45; }

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

This text font color is #553C45.

Background Color

.myBgColor { background-color: #553C45; }

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

This div background color is #553C45.

Border color

.myBorderColor { border: 1px solid #553C45; }

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

This div border color is #553C45.

Opacity

.myOpacity80 { color: #553C45; opacity: 0.8; }

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

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

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

This text has shadow with #553C45 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #553C45.

Preview

Color preview on black background

This text has color #553C45 on black background.


Color preview on white background

This text has color #553C45 on white background.


Black color preview on #553C45 background

This text has black color on #553C45 background.


White color preview on #553C45 background

This text has white color on #553C45 background.


Related colors

Complementary color

Complementary color for #hex is #AAC3BA.


I love getcolorcode.com

Triadic colors

1 #45553C and #3C4555 with #553C45 are triadic colors.

2 #453C55 and #3C5545 with #553C45 are triadic colors.