COLOR #553740

HEX: #553740
RGB: (85,55,64)

Color info

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

RGB color model

#553740 color RGB value is (85,55,64).

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

RGB channels and saturation

R 85 of 255 = 33%
G 55 of 255 = 22%
B 64 of 255 = 25%

85
55
64

R + G + B ~ 27%. #553740 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 55 + 64 = 204 (100%)
R 85 of 204 ~ 41.67%
G 55 of 204 ~ 26.96%
B 64 of 204 ~ 31.37%

%41.67
%26.96
%31.37

CMYK color model

#553740 color CMYK value is (0,35,25,67).

  • cyan value is 0.00%
  • magenta value is 35.29%
  • yellow value is 24.71%
  • key color value is 66.67%
CMYK:
(0,35,25,67)
C0M35Y25K67 
(0%,35%,25%,67%)
(0.00/0.35/0.25/0.67)	

CMYK percentages

%0
%35.29
%24.71
%66.67

Codes

Color #553740 in popluar color models

553740
RGB855564
HSL342°21.43%27.45%
HSB/HSV342°35.29%33.33%
CMYK0.00%35.29%24.71%
66.67%

Color #553740 in popluar number systems.

HEX553740
Decimal855564
Binary10101011101111000000
Octal12567100

Shades and tints

Shades of #553740

#553740
(85,55,64)
#4E323B
(78,50,59)
#472D36
(71,45,54)
#402831
(64,40,49)
#39232C
(57,35,44)
#321E27
(50,30,39)
#2B1922
(43,25,34)
#24141D
(36,20,29)
#1D0F18
(29,15,24)
#160A13
(22,10,19)
#0F050E
(15,5,14)
#000000
(0,0,0)

Tints of #553740

#553740
(85,55,64)
#644951
(100,73,81)
#735B62
(115,91,98)
#826D73
(130,109,115)
#917F84
(145,127,132)
#A09195
(160,145,149)
#AFA3A6
(175,163,166)
#BEB5B7
(190,181,183)
#CDC7C8
(205,199,200)
#DCD9D9
(220,217,217)
#EBEBEA
(235,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #553740; }

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

This text font color is #553740.


Background Color

.myBgColor { background-color: #553740; }

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

This div background color is #553740.


Border color

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

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

This div border color is #553740.


Opacity

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

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

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

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

This text has shadow with #553740 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553740 on black background.


Color preview on white background

This text has color #553740 on white background.



Black color preview on #553740 background

This text has black color on #553740 background.


White color preview on #553740 background

This text has white color on #553740 background.