COLOR #553F1E

HEX: #553F1E
RGB: (85,63,30)

Color info

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

RGB color model

#553F1E color RGB value is (85,63,30).

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

RGB channels and saturation

R 85 of 255 = 33%
G 63 of 255 = 25%
B 30 of 255 = 12%

85
63
30

R + G + B ~ 23%. #553F1E is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 63 + 30 = 178 (100%)
R 85 of 178 ~ 47.75%
G 63 of 178 ~ 35.39%
B 30 of 178 ~ 16.85%

%47.75
%35.39
%16.85

CMYK color model

#553F1E color CMYK value is (0,26,65,67).

  • cyan value is 0.00%
  • magenta value is 25.88%
  • yellow value is 64.71%
  • key color value is 66.67%
CMYK:
(0,26,65,67)
C0M26Y65K67 
(0%,26%,65%,67%)
(0.00/0.26/0.65/0.67)	

CMYK percentages

%0
%25.88
%64.71
%66.67

Codes

Color #553F1E in popluar color models

553F1E
RGB856330
HSL36°47.83%22.55%
HSB/HSV36°64.71%33.33%
CMYK0.00%25.88%64.71%
66.67%

Color #553F1E in popluar number systems.

HEX553F1E
Decimal856330
Binary101010111111111110
Octal1257736

Shades and tints

Shades of #553F1E

#553F1E
(85,63,30)
#4E3A1C
(78,58,28)
#47351A
(71,53,26)
#403018
(64,48,24)
#392B16
(57,43,22)
#322614
(50,38,20)
#2B2112
(43,33,18)
#241C10
(36,28,16)
#1D170E
(29,23,14)
#16120C
(22,18,12)
#0F0D0A
(15,13,10)
#000000
(0,0,0)

Tints of #553F1E

#553F1E
(85,63,30)
#645032
(100,80,50)
#736146
(115,97,70)
#82725A
(130,114,90)
#91836E
(145,131,110)
#A09482
(160,148,130)
#AFA596
(175,165,150)
#BEB6AA
(190,182,170)
#CDC7BE
(205,199,190)
#DCD8D2
(220,216,210)
#EBE9E6
(235,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #553F1E; }

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

This text font color is #553F1E.


Background Color

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

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

This div background color is #553F1E.


Border color

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

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

This div border color is #553F1E.


Opacity

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

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

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

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

This text has shadow with #553F1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553F1E on black background.


Color preview on white background

This text has color #553F1E on white background.



Black color preview on #553F1E background

This text has black color on #553F1E background.


White color preview on #553F1E background

This text has white color on #553F1E background.