COLOR #553D2D

HEX: #553D2D RGB: (85,61,45)

Color info

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

RGB color model

#553D2D color RGB value is (85,61,45).

RGB: (85,61,45) (33%, 24%, 18%)

RGB channels and saturation

R 85 of 255 = 33%
G 61 of 255 = 24%
B 45 of 255 = 18%

85
61
45

R + G + B ~ 25%. #553D2D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 61 + 45 = 191 (100%)
R 85 of 191 ~ 44.5%
G 61 of 191 ~ 31.94%
B 45 of 191 ~ 23.56'%

%44.5
%31.94
%23.56

CMYK color model

#553D2D color CMYK value is (0,28,47,67).

  • cyan value is 0.00%
  • magenta value is 28.24%
  • yellow value is 47.06%
  • key color value is 66.67%

CMYK: (0,28,47,67)
C0M28Y47K67 (0%, 28%, 47%, 67%)
(0.00 / 0.28 / 0.47 / 0.67)

CMYK percentages

%0
%28.24
%47.06
%66.67

Codes

Color #553D2D in popluar color models

55 3D 2D
RGB 85 61 45
HSL 24° 30.77% 25.49%
HSB/HSV 24° 47.06% 33.33%
CMYK 0.00% 28.24% 47.06%
66.67%

Color #553D2D in popluar number systems.

HEX 55 3D 2D
Decimal 85 61 45
Binary 1010101 111101 101101
Octal 125 75 55

Shades and tints

Shades of #553D2D

#553D2D
(85,61,45)
#4E3829
(78,56,41)
#473325
(71,51,37)
#402E21
(64,46,33)
#39291D
(57,41,29)
#322419
(50,36,25)
#2B1F15
(43,31,21)
#241A11
(36,26,17)
#1D150D
(29,21,13)
#161009
(22,16,9)
#0F0B05
(15,11,5)
#000000
(0,0,0)

Tints of #553D2D

#553D2D
(85,61,45)
#644E40
(100,78,64)
#735F53
(115,95,83)
#827066
(130,112,102)
#918179
(145,129,121)
#A0928C
(160,146,140)
#AFA39F
(175,163,159)
#BEB4B2
(190,180,178)
#CDC5C5
(205,197,197)
#DCD6D8
(220,214,216)
#EBE7EB
(235,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #553D2D color. Also use rgb(85,61,45) instead hex code.

Text Font Color

.myTextColor { color: #553D2D; }

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

This text font color is #553D2D.

Background Color

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

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

This div background color is #553D2D.

Border color

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

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

This div border color is #553D2D.

Opacity

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

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

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

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

This text has shadow with #553D2D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #553D2D.

Preview

Color preview on black background

This text has color #553D2D on black background.


Color preview on white background

This text has color #553D2D on white background.


Black color preview on #553D2D background

This text has black color on #553D2D background.


White color preview on #553D2D background

This text has white color on #553D2D background.


Related colors

Complementary color

Complementary color for #hex is #AAC2D2.


I love getcolorcode.com

Triadic colors

1 #2D553D and #3D2D55 with #553D2D are triadic colors.

2 #2D3D55 and #3D552D with #553D2D are triadic colors.