COLOR #553E40

HEX: #553E40
RGB: (85,62,64)

Color info

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

RGB color model

#553E40 color RGB value is (85,62,64).

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

RGB channels and saturation

R 85 of 255 = 33%
G 62 of 255 = 24%
B 64 of 255 = 25%

85
62
64

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

Portions of RGB colors in percentages

R + G + B =
85 + 62 + 64 = 211 (100%)
R 85 of 211 ~ 40.28%
G 62 of 211 ~ 29.38%
B 64 of 211 ~ 30.33%

%40.28
%29.38
%30.33

CMYK color model

#553E40 color CMYK value is (0,27,25,67).

  • cyan value is 0.00%
  • magenta value is 27.06%
  • yellow value is 24.71%
  • key color value is 66.67%
CMYK:
(0,27,25,67)
C0M27Y25K67 
(0%,27%,25%,67%)
(0.00/0.27/0.25/0.67)	

CMYK percentages

%0
%27.06
%24.71
%66.67

Codes

Color #553E40 in popluar color models

553E40
RGB856264
HSL355°15.65%28.82%
HSB/HSV355°27.06%33.33%
CMYK0.00%27.06%24.71%
66.67%

Color #553E40 in popluar number systems.

HEX553E40
Decimal856264
Binary10101011111101000000
Octal12576100

Shades and tints

Shades of #553E40

#553E40
(85,62,64)
#4E393B
(78,57,59)
#473436
(71,52,54)
#402F31
(64,47,49)
#392A2C
(57,42,44)
#322527
(50,37,39)
#2B2022
(43,32,34)
#241B1D
(36,27,29)
#1D1618
(29,22,24)
#161113
(22,17,19)
#0F0C0E
(15,12,14)
#000000
(0,0,0)

Tints of #553E40

#553E40
(85,62,64)
#644F51
(100,79,81)
#736062
(115,96,98)
#827173
(130,113,115)
#918284
(145,130,132)
#A09395
(160,147,149)
#AFA4A6
(175,164,166)
#BEB5B7
(190,181,183)
#CDC6C8
(205,198,200)
#DCD7D9
(220,215,217)
#EBE8EA
(235,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #553E40; }

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

This text font color is #553E40.


Background Color

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

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

This div background color is #553E40.


Border color

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

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

This div border color is #553E40.


Opacity

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

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

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

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

This text has shadow with #553E40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553E40 on black background.


Color preview on white background

This text has color #553E40 on white background.



Black color preview on #553E40 background

This text has black color on #553E40 background.


White color preview on #553E40 background

This text has white color on #553E40 background.