COLOR #553F33

HEX: #553F33 RGB: (85,63,51)

Color info

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

RGB color model

#553F33 color RGB value is (85,63,51).

RGB: (85,63,51) (33%, 25%, 20%)

RGB channels and saturation

R 85 of 255 = 33%
G 63 of 255 = 25%
B 51 of 255 = 20%

85
63
51

R + G + B ~ 26%. #553F33 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 63 + 51 = 199 (100%)
R 85 of 199 ~ 42.71%
G 63 of 199 ~ 31.66%
B 51 of 199 ~ 25.63'%

%42.71
%31.66
%25.63

CMYK color model

#553F33 color CMYK value is (0,26,40,67).

  • cyan value is 0.00%
  • magenta value is 25.88%
  • yellow value is 40.00%
  • key color value is 66.67%
CMYK: (0,26,40,67) C0M26Y40K67 (0%,26%,40%,67%) (0.00/0.26/0.40/0.67) 

CMYK percentages

%0
%25.88
%40
%66.67

Codes

Color #553F33 in popluar color models

55 3F 33
RGB 85 63 51
HSL 21° 25.00% 26.67%
HSB/HSV 21° 40.00% 33.33%
CMYK 0.00% 25.88% 40.00%
66.67%

Color #553F33 in popluar number systems.

HEX 55 3F 33
Decimal 85 63 51
Binary 1010101 111111 110011
Octal 125 77 63

Shades and tints

Shades of #553F33

#553F33
(85,63,51)
#4E3A2F
(78,58,47)
#47352B
(71,53,43)
#403027
(64,48,39)
#392B23
(57,43,35)
#32261F
(50,38,31)
#2B211B
(43,33,27)
#241C17
(36,28,23)
#1D1713
(29,23,19)
#16120F
(22,18,15)
#0F0D0B
(15,13,11)
#000000
(0,0,0)

Tints of #553F33

#553F33
(85,63,51)
#645045
(100,80,69)
#736157
(115,97,87)
#827269
(130,114,105)
#91837B
(145,131,123)
#A0948D
(160,148,141)
#AFA59F
(175,165,159)
#BEB6B1
(190,182,177)
#CDC7C3
(205,199,195)
#DCD8D5
(220,216,213)
#EBE9E7
(235,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #553F33 color. Also use rgb(85,63,51) instead hex code.

Text Font Color

.myTextColor { color: #553F33; }

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

This text font color is #553F33.

Background Color

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

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

This div background color is #553F33.

Border color

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

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

This div border color is #553F33.

Opacity

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

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

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

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

This text has shadow with #553F33 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #553F33.

Preview

Color preview on black background

This text has color #553F33 on black background.


Color preview on white background

This text has color #553F33 on white background.


Black color preview on #553F33 background

This text has black color on #553F33 background.


White color preview on #553F33 background

This text has white color on #553F33 background.


Related colors

Complementary color

Complementary color for #hex is #AAC0CC.


I love getcolorcode.com

Triadic colors

1 #33553F and #3F3355 with #553F33 are triadic colors.

2 #333F55 and #3F5533 with #553F33 are triadic colors.