COLOR #553C24

HEX: #553C24
RGB: (85,60,36)

Color info

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

RGB color model

#553C24 color RGB value is (85,60,36).

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

RGB channels and saturation

R 85 of 255 = 33%
G 60 of 255 = 24%
B 36 of 255 = 14%

85
60
36

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

Portions of RGB colors in percentages

R + G + B =
85 + 60 + 36 = 181 (100%)
R 85 of 181 ~ 46.96%
G 60 of 181 ~ 33.15%
B 36 of 181 ~ 19.89%

%46.96
%33.15
%19.89

CMYK color model

#553C24 color CMYK value is (0,29,58,67).

  • cyan value is 0.00%
  • magenta value is 29.41%
  • yellow value is 57.65%
  • key color value is 66.67%
CMYK:
(0,29,58,67)
C0M29Y58K67 
(0%,29%,58%,67%)
(0.00/0.29/0.58/0.67)	

CMYK percentages

%0
%29.41
%57.65
%66.67

Codes

Color #553C24 in popluar color models

553C24
RGB856036
HSL29°40.50%23.73%
HSB/HSV29°57.65%33.33%
CMYK0.00%29.41%57.65%
66.67%

Color #553C24 in popluar number systems.

HEX553C24
Decimal856036
Binary1010101111100100100
Octal1257444

Shades and tints

Shades of #553C24

#553C24
(85,60,36)
#4E3721
(78,55,33)
#47321E
(71,50,30)
#402D1B
(64,45,27)
#392818
(57,40,24)
#322315
(50,35,21)
#2B1E12
(43,30,18)
#24190F
(36,25,15)
#1D140C
(29,20,12)
#160F09
(22,15,9)
#0F0A06
(15,10,6)
#000000
(0,0,0)

Tints of #553C24

#553C24
(85,60,36)
#644D37
(100,77,55)
#735E4A
(115,94,74)
#826F5D
(130,111,93)
#918070
(145,128,112)
#A09183
(160,145,131)
#AFA296
(175,162,150)
#BEB3A9
(190,179,169)
#CDC4BC
(205,196,188)
#DCD5CF
(220,213,207)
#EBE6E2
(235,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #553C24 color. Also use rgb(85,60,36) instead hex code.

Text Font Color

.myTextColor { color: #553C24; }

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

This text font color is #553C24.


Background Color

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

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

This div background color is #553C24.


Border color

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

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

This div border color is #553C24.


Opacity

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

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

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

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

This text has shadow with #553C24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553C24 on black background.


Color preview on white background

This text has color #553C24 on white background.



Black color preview on #553C24 background

This text has black color on #553C24 background.


White color preview on #553C24 background

This text has white color on #553C24 background.