COLOR #55453F

HEX: #55453F RGB: (85,69,63)

Color info

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

RGB color model

#55453F color RGB value is (85,69,63).

RGB: (85,69,63) (33%, 27%, 25%)

RGB channels and saturation

R 85 of 255 = 33%
G 69 of 255 = 27%
B 63 of 255 = 25%

85
69
63

R + G + B ~ 28%. #55453F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 69 + 63 = 217 (100%)
R 85 of 217 ~ 39.17%
G 69 of 217 ~ 31.8%
B 63 of 217 ~ 29.03'%

%39.17
%31.8
%29.03

CMYK color model

#55453F color CMYK value is (0,19,26,67).

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

CMYK: (0,19,26,67)
C0M19Y26K67 (0%, 19%, 26%, 67%)
(0.00 / 0.19 / 0.26 / 0.67)

CMYK percentages

%0
%18.82
%25.88
%66.67

Codes

Color #55453F in popluar color models

55 45 3F
RGB 85 69 63
HSL 16° 14.86% 29.02%
HSB/HSV 16° 25.88% 33.33%
CMYK 0.00% 18.82% 25.88%
66.67%

Color #55453F in popluar number systems.

HEX 55 45 3F
Decimal 85 69 63
Binary 1010101 1000101 111111
Octal 125 105 77

Shades and tints

Shades of #55453F

#55453F
(85,69,63)
#4E3F3A
(78,63,58)
#473935
(71,57,53)
#403330
(64,51,48)
#392D2B
(57,45,43)
#322726
(50,39,38)
#2B2121
(43,33,33)
#241B1C
(36,27,28)
#1D1517
(29,21,23)
#160F12
(22,15,18)
#0F090D
(15,9,13)
#000000
(0,0,0)

Tints of #55453F

#55453F
(85,69,63)
#645550
(100,85,80)
#736561
(115,101,97)
#827572
(130,117,114)
#918583
(145,133,131)
#A09594
(160,149,148)
#AFA5A5
(175,165,165)
#BEB5B6
(190,181,182)
#CDC5C7
(205,197,199)
#DCD5D8
(220,213,216)
#EBE5E9
(235,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55453F; }

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

This text font color is #55453F.

Background Color

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

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

This div background color is #55453F.

Border color

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

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

This div border color is #55453F.

Opacity

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

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

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

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

This text has shadow with #55453F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55453F.

Preview

Color preview on black background

This text has color #55453F on black background.


Color preview on white background

This text has color #55453F on white background.


Black color preview on #55453F background

This text has black color on #55453F background.


White color preview on #55453F background

This text has white color on #55453F background.


Related colors

Complementary color

Complementary color for #hex is #AABAC0.


I love getcolorcode.com

Triadic colors

1 #3F5545 and #453F55 with #55453F are triadic colors.

2 #3F4555 and #45553F with #55453F are triadic colors.