COLOR #55353F

HEX: #55353F RGB: (85,53,63)

Color info

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

RGB color model

#55353F color RGB value is (85,53,63).

RGB: (85,53,63) (33%, 21%, 25%)

RGB channels and saturation

R 85 of 255 = 33%
G 53 of 255 = 21%
B 63 of 255 = 25%

85
53
63

R + G + B ~ 26%. #55353F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 53 + 63 = 201 (100%)
R 85 of 201 ~ 42.29%
G 53 of 201 ~ 26.37%
B 63 of 201 ~ 31.34'%

%42.29
%26.37
%31.34

CMYK color model

#55353F color CMYK value is (0,38,26,67).

  • cyan value is 0.00%
  • magenta value is 37.65%
  • yellow value is 25.88%
  • key color value is 66.67%

CMYK: (0,38,26,67)
C0M38Y26K67 (0%, 38%, 26%, 67%)
(0.00 / 0.38 / 0.26 / 0.67)

CMYK percentages

%0
%37.65
%25.88
%66.67

Codes

Color #55353F in popluar color models

55 35 3F
RGB 85 53 63
HSL 341° 23.19% 27.06%
HSB/HSV 341° 37.65% 33.33%
CMYK 0.00% 37.65% 25.88%
66.67%

Color #55353F in popluar number systems.

HEX 55 35 3F
Decimal 85 53 63
Binary 1010101 110101 111111
Octal 125 65 77

Shades and tints

Shades of #55353F

#55353F
(85,53,63)
#4E313A
(78,49,58)
#472D35
(71,45,53)
#402930
(64,41,48)
#39252B
(57,37,43)
#322126
(50,33,38)
#2B1D21
(43,29,33)
#24191C
(36,25,28)
#1D1517
(29,21,23)
#161112
(22,17,18)
#0F0D0D
(15,13,13)
#000000
(0,0,0)

Tints of #55353F

#55353F
(85,53,63)
#644750
(100,71,80)
#735961
(115,89,97)
#826B72
(130,107,114)
#917D83
(145,125,131)
#A08F94
(160,143,148)
#AFA1A5
(175,161,165)
#BEB3B6
(190,179,182)
#CDC5C7
(205,197,199)
#DCD7D8
(220,215,216)
#EBE9E9
(235,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55353F color. Also use rgb(85,53,63) instead hex code.

Text Font Color

.myTextColor { color: #55353F; }

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

This text font color is #55353F.

Background Color

.myBgColor { background-color: #55353F; }

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

This div background color is #55353F.

Border color

.myBorderColor { border: 1px solid #55353F; }

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

This div border color is #55353F.

Opacity

.myOpacity80 { color: #55353F; opacity: 0.8; }

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

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

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

This text has shadow with #55353F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55353F.

Preview

Color preview on black background

This text has color #55353F on black background.


Color preview on white background

This text has color #55353F on white background.


Black color preview on #55353F background

This text has black color on #55353F background.


White color preview on #55353F background

This text has white color on #55353F background.


Related colors

Complementary color

Complementary color for #hex is #AACAC0.


I love getcolorcode.com

Triadic colors

1 #3F5535 and #353F55 with #55353F are triadic colors.

2 #3F3555 and #35553F with #55353F are triadic colors.