COLOR #553D23

HEX: #553D23
RGB: (85,61,35)

Color info

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

RGB color model

#553D23 color RGB value is (85,61,35).

  • red value is 85;
  • green value is 61;
  • blue value is 35.
RGB:
(85,61,35)
(33%,24%,14%)

RGB channels and saturation

R 85 of 255 = 33%
G 61 of 255 = 24%
B 35 of 255 = 14%

85
61
35

R + G + B ~ 24%. #553D23 is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 61 + 35 = 181 (100%)
R 85 of 181 ~ 46.96%
G 61 of 181 ~ 33.7%
B 35 of 181 ~ 19.34%

%46.96
%33.7
%19.34

CMYK color model

#553D23 color CMYK value is (0,28,59,67).

  • cyan value is 0.00%
  • magenta value is 28.24%
  • yellow value is 58.82%
  • key color value is 66.67%
CMYK:
(0,28,59,67)
C0M28Y59K67 
(0%,28%,59%,67%)
(0.00/0.28/0.59/0.67)	

CMYK percentages

%0
%28.24
%58.82
%66.67

Codes

Color #553D23 in popluar color models

553D23
RGB856135
HSL31°41.67%23.53%
HSB/HSV31°58.82%33.33%
CMYK0.00%28.24%58.82%
66.67%

Color #553D23 in popluar number systems.

HEX553D23
Decimal856135
Binary1010101111101100011
Octal1257543

Shades and tints

Shades of #553D23

#553D23
(85,61,35)
#4E3820
(78,56,32)
#47331D
(71,51,29)
#402E1A
(64,46,26)
#392917
(57,41,23)
#322414
(50,36,20)
#2B1F11
(43,31,17)
#241A0E
(36,26,14)
#1D150B
(29,21,11)
#161008
(22,16,8)
#0F0B05
(15,11,5)
#000000
(0,0,0)

Tints of #553D23

#553D23
(85,61,35)
#644E37
(100,78,55)
#735F4B
(115,95,75)
#82705F
(130,112,95)
#918173
(145,129,115)
#A09287
(160,146,135)
#AFA39B
(175,163,155)
#BEB4AF
(190,180,175)
#CDC5C3
(205,197,195)
#DCD6D7
(220,214,215)
#EBE7EB
(235,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #553D23; }

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

This text font color is #553D23.


Background Color

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

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

This div background color is #553D23.


Border color

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

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

This div border color is #553D23.


Opacity

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

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

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

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

This text has shadow with #553D23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553D23 on black background.


Color preview on white background

This text has color #553D23 on white background.



Black color preview on #553D23 background

This text has black color on #553D23 background.


White color preview on #553D23 background

This text has white color on #553D23 background.