COLOR #553F2F

HEX: #553F2F
RGB: (85,63,47)

Color info

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

RGB color model

#553F2F color RGB value is (85,63,47).

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

RGB channels and saturation

R 85 of 255 = 33%
G 63 of 255 = 25%
B 47 of 255 = 18%

85
63
47

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

Portions of RGB colors in percentages

R + G + B =
85 + 63 + 47 = 195 (100%)
R 85 of 195 ~ 43.59%
G 63 of 195 ~ 32.31%
B 47 of 195 ~ 24.1%

%43.59
%32.31
%24.1

CMYK color model

#553F2F color CMYK value is (0,26,45,67).

  • cyan value is 0.00%
  • magenta value is 25.88%
  • yellow value is 44.71%
  • key color value is 66.67%
CMYK:
(0,26,45,67)
C0M26Y45K67 
(0%,26%,45%,67%)
(0.00/0.26/0.45/0.67)	

CMYK percentages

%0
%25.88
%44.71
%66.67

Codes

Color #553F2F in popluar color models

553F2F
RGB856347
HSL25°28.79%25.88%
HSB/HSV25°44.71%33.33%
CMYK0.00%25.88%44.71%
66.67%

Color #553F2F in popluar number systems.

HEX553F2F
Decimal856347
Binary1010101111111101111
Octal1257757

Shades and tints

Shades of #553F2F

#553F2F
(85,63,47)
#4E3A2B
(78,58,43)
#473527
(71,53,39)
#403023
(64,48,35)
#392B1F
(57,43,31)
#32261B
(50,38,27)
#2B2117
(43,33,23)
#241C13
(36,28,19)
#1D170F
(29,23,15)
#16120B
(22,18,11)
#0F0D07
(15,13,7)
#000000
(0,0,0)

Tints of #553F2F

#553F2F
(85,63,47)
#645041
(100,80,65)
#736153
(115,97,83)
#827265
(130,114,101)
#918377
(145,131,119)
#A09489
(160,148,137)
#AFA59B
(175,165,155)
#BEB6AD
(190,182,173)
#CDC7BF
(205,199,191)
#DCD8D1
(220,216,209)
#EBE9E3
(235,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #553F2F; }

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

This text font color is #553F2F.


Background Color

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

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

This div background color is #553F2F.


Border color

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

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

This div border color is #553F2F.


Opacity

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

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

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

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

This text has shadow with #553F2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553F2F on black background.


Color preview on white background

This text has color #553F2F on white background.



Black color preview on #553F2F background

This text has black color on #553F2F background.


White color preview on #553F2F background

This text has white color on #553F2F background.