COLOR #553A14

HEX: #553A14
RGB: (85,58,20)

Color info

#553A14 contains mainly red and green colors. Web safe color of #553A14 is #663300 (or #630).

RGB color model

#553A14 color RGB value is (85,58,20).

  • red value is 85;
  • green value is 58;
  • blue value is 20.
RGB:
(85,58,20)
(33%,23%,8%)

RGB channels and saturation

R 85 of 255 = 33%
G 58 of 255 = 23%
B 20 of 255 = 8%

85
58
20

R + G + B ~ 21%. #553A14 is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 58 + 20 = 163 (100%)
R 85 of 163 ~ 52.15%
G 58 of 163 ~ 35.58%
B 20 of 163 ~ 12.27%

%52.15
%35.58
%12.27

CMYK color model

#553A14 color CMYK value is (0,32,76,67).

  • cyan value is 0.00%
  • magenta value is 31.76%
  • yellow value is 76.47%
  • key color value is 66.67%
CMYK:
(0,32,76,67)
C0M32Y76K67 
(0%,32%,76%,67%)
(0.00/0.32/0.76/0.67)	

CMYK percentages

%0
%31.76
%76.47
%66.67

Codes

Color #553A14 in popluar color models

553A14
RGB855820
HSL35°61.90%20.59%
HSB/HSV35°76.47%33.33%
CMYK0.00%31.76%76.47%
66.67%

Color #553A14 in popluar number systems.

HEX553A14
Decimal855820
Binary101010111101010100
Octal1257224

Shades and tints

Shades of #553A14

#553A14
(85,58,20)
#4E3513
(78,53,19)
#473012
(71,48,18)
#402B11
(64,43,17)
#392610
(57,38,16)
#32210F
(50,33,15)
#2B1C0E
(43,28,14)
#24170D
(36,23,13)
#1D120C
(29,18,12)
#160D0B
(22,13,11)
#0F080A
(15,8,10)
#000000
(0,0,0)

Tints of #553A14

#553A14
(85,58,20)
#644B29
(100,75,41)
#735C3E
(115,92,62)
#826D53
(130,109,83)
#917E68
(145,126,104)
#A08F7D
(160,143,125)
#AFA092
(175,160,146)
#BEB1A7
(190,177,167)
#CDC2BC
(205,194,188)
#DCD3D1
(220,211,209)
#EBE4E6
(235,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #553A14 color. Also use rgb(85,58,20) instead hex code.

Text Font Color

.myTextColor { color: #553A14; }

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

This text font color is #553A14.


Background Color

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

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

This div background color is #553A14.


Border color

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

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

This div border color is #553A14.


Opacity

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

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

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

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

This text has shadow with #553A14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553A14 on black background.


Color preview on white background

This text has color #553A14 on white background.



Black color preview on #553A14 background

This text has black color on #553A14 background.


White color preview on #553A14 background

This text has white color on #553A14 background.