COLOR #553736

HEX: #553736
RGB: (85,55,54)

Color info

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

RGB color model

#553736 color RGB value is (85,55,54).

  • red value is 85;
  • green value is 55;
  • blue value is 54.
RGB:
(85,55,54)
(33%,22%,21%)

RGB channels and saturation

R 85 of 255 = 33%
G 55 of 255 = 22%
B 54 of 255 = 21%

85
55
54

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

Portions of RGB colors in percentages

R + G + B =
85 + 55 + 54 = 194 (100%)
R 85 of 194 ~ 43.81%
G 55 of 194 ~ 28.35%
B 54 of 194 ~ 27.84%

%43.81
%28.35
%27.84

CMYK color model

#553736 color CMYK value is (0,35,36,67).

  • cyan value is 0.00%
  • magenta value is 35.29%
  • yellow value is 36.47%
  • key color value is 66.67%
CMYK:
(0,35,36,67)
C0M35Y36K67 
(0%,35%,36%,67%)
(0.00/0.35/0.36/0.67)	

CMYK percentages

%0
%35.29
%36.47
%66.67

Codes

Color #553736 in popluar color models

553736
RGB855554
HSL22.30%27.25%
HSB/HSV36.47%33.33%
CMYK0.00%35.29%36.47%
66.67%

Color #553736 in popluar number systems.

HEX553736
Decimal855554
Binary1010101110111110110
Octal1256766

Shades and tints

Shades of #553736

#553736
(85,55,54)
#4E3232
(78,50,50)
#472D2E
(71,45,46)
#40282A
(64,40,42)
#392326
(57,35,38)
#321E22
(50,30,34)
#2B191E
(43,25,30)
#24141A
(36,20,26)
#1D0F16
(29,15,22)
#160A12
(22,10,18)
#0F050E
(15,5,14)
#000000
(0,0,0)

Tints of #553736

#553736
(85,55,54)
#644948
(100,73,72)
#735B5A
(115,91,90)
#826D6C
(130,109,108)
#917F7E
(145,127,126)
#A09190
(160,145,144)
#AFA3A2
(175,163,162)
#BEB5B4
(190,181,180)
#CDC7C6
(205,199,198)
#DCD9D8
(220,217,216)
#EBEBEA
(235,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #553736 color. Also use rgb(85,55,54) instead hex code.

Text Font Color

.myTextColor { color: #553736; }

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

This text font color is #553736.


Background Color

.myBgColor { background-color: #553736; }

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

This div background color is #553736.


Border color

.myBorderColor { border: 1px solid #553736; }

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

This div border color is #553736.


Opacity

.myOpacity80 { color: #553736; opacity: 0.8; }

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

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

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

This text has shadow with #553736 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553736 on black background.


Color preview on white background

This text has color #553736 on white background.



Black color preview on #553736 background

This text has black color on #553736 background.


White color preview on #553736 background

This text has white color on #553736 background.