COLOR #553E3F

HEX: #553E3F
RGB: (85,62,63)

Color info

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

RGB color model

#553E3F color RGB value is (85,62,63).

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

RGB channels and saturation

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

85
62
63

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

Portions of RGB colors in percentages

R + G + B =
85 + 62 + 63 = 210 (100%)
R 85 of 210 ~ 40.48%
G 62 of 210 ~ 29.52%
B 63 of 210 ~ 30%

%40.48
%29.52
%30

CMYK color model

#553E3F color CMYK value is (0,27,26,67).

  • cyan value is 0.00%
  • magenta value is 27.06%
  • yellow value is 25.88%
  • key color value is 66.67%
CMYK:
(0,27,26,67)
C0M27Y26K67 
(0%,27%,26%,67%)
(0.00/0.27/0.26/0.67)	

CMYK percentages

%0
%27.06
%25.88
%66.67

Codes

Color #553E3F in popluar color models

553E3F
RGB856263
HSL357°15.65%28.82%
HSB/HSV357°27.06%33.33%
CMYK0.00%27.06%25.88%
66.67%

Color #553E3F in popluar number systems.

HEX553E3F
Decimal856263
Binary1010101111110111111
Octal1257677

Shades and tints

Shades of #553E3F

#553E3F
(85,62,63)
#4E393A
(78,57,58)
#473435
(71,52,53)
#402F30
(64,47,48)
#392A2B
(57,42,43)
#322526
(50,37,38)
#2B2021
(43,32,33)
#241B1C
(36,27,28)
#1D1617
(29,22,23)
#161112
(22,17,18)
#0F0C0D
(15,12,13)
#000000
(0,0,0)

Tints of #553E3F

#553E3F
(85,62,63)
#644F50
(100,79,80)
#736061
(115,96,97)
#827172
(130,113,114)
#918283
(145,130,131)
#A09394
(160,147,148)
#AFA4A5
(175,164,165)
#BEB5B6
(190,181,182)
#CDC6C7
(205,198,199)
#DCD7D8
(220,215,216)
#EBE8E9
(235,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #553E3F; }

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

This text font color is #553E3F.


Background Color

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

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

This div background color is #553E3F.


Border color

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

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

This div border color is #553E3F.


Opacity

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

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

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

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

This text has shadow with #553E3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553E3F on black background.


Color preview on white background

This text has color #553E3F on white background.



Black color preview on #553E3F background

This text has black color on #553E3F background.


White color preview on #553E3F background

This text has white color on #553E3F background.