COLOR #553F2E

HEX: #553F2E
RGB: (85,63,46)

Color info

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

RGB color model

#553F2E color RGB value is (85,63,46).

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

RGB channels and saturation

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

85
63
46

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

Portions of RGB colors in percentages

R + G + B =
85 + 63 + 46 = 194 (100%)
R 85 of 194 ~ 43.81%
G 63 of 194 ~ 32.47%
B 46 of 194 ~ 23.71%

%43.81
%32.47
%23.71

CMYK color model

#553F2E color CMYK value is (0,26,46,67).

  • cyan value is 0.00%
  • magenta value is 25.88%
  • yellow value is 45.88%
  • key color value is 66.67%
CMYK:
(0,26,46,67)
C0M26Y46K67 
(0%,26%,46%,67%)
(0.00/0.26/0.46/0.67)	

CMYK percentages

%0
%25.88
%45.88
%66.67

Codes

Color #553F2E in popluar color models

553F2E
RGB856346
HSL26°29.77%25.69%
HSB/HSV26°45.88%33.33%
CMYK0.00%25.88%45.88%
66.67%

Color #553F2E in popluar number systems.

HEX553F2E
Decimal856346
Binary1010101111111101110
Octal1257756

Shades and tints

Shades of #553F2E

#553F2E
(85,63,46)
#4E3A2A
(78,58,42)
#473526
(71,53,38)
#403022
(64,48,34)
#392B1E
(57,43,30)
#32261A
(50,38,26)
#2B2116
(43,33,22)
#241C12
(36,28,18)
#1D170E
(29,23,14)
#16120A
(22,18,10)
#0F0D06
(15,13,6)
#000000
(0,0,0)

Tints of #553F2E

#553F2E
(85,63,46)
#645041
(100,80,65)
#736154
(115,97,84)
#827267
(130,114,103)
#91837A
(145,131,122)
#A0948D
(160,148,141)
#AFA5A0
(175,165,160)
#BEB6B3
(190,182,179)
#CDC7C6
(205,199,198)
#DCD8D9
(220,216,217)
#EBE9EC
(235,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #553F2E; }

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

This text font color is #553F2E.


Background Color

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

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

This div background color is #553F2E.


Border color

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

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

This div border color is #553F2E.


Opacity

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

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

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

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

This text has shadow with #553F2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553F2E on black background.


Color preview on white background

This text has color #553F2E on white background.



Black color preview on #553F2E background

This text has black color on #553F2E background.


White color preview on #553F2E background

This text has white color on #553F2E background.