COLOR #553B14

HEX: #553B14
RGB: (85,59,20)

Color info

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

RGB color model

#553B14 color RGB value is (85,59,20).

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

RGB channels and saturation

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

85
59
20

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

Portions of RGB colors in percentages

R + G + B =
85 + 59 + 20 = 164 (100%)
R 85 of 164 ~ 51.83%
G 59 of 164 ~ 35.98%
B 20 of 164 ~ 12.2%

%51.83
%35.98
%12.2

CMYK color model

#553B14 color CMYK value is (0,31,76,67).

  • cyan value is 0.00%
  • magenta value is 30.59%
  • yellow value is 76.47%
  • key color value is 66.67%
CMYK:
(0,31,76,67)
C0M31Y76K67 
(0%,31%,76%,67%)
(0.00/0.31/0.76/0.67)	

CMYK percentages

%0
%30.59
%76.47
%66.67

Codes

Color #553B14 in popluar color models

553B14
RGB855920
HSL36°61.90%20.59%
HSB/HSV36°76.47%33.33%
CMYK0.00%30.59%76.47%
66.67%

Color #553B14 in popluar number systems.

HEX553B14
Decimal855920
Binary101010111101110100
Octal1257324

Shades and tints

Shades of #553B14

#553B14
(85,59,20)
#4E3613
(78,54,19)
#473112
(71,49,18)
#402C11
(64,44,17)
#392710
(57,39,16)
#32220F
(50,34,15)
#2B1D0E
(43,29,14)
#24180D
(36,24,13)
#1D130C
(29,19,12)
#160E0B
(22,14,11)
#0F090A
(15,9,10)
#000000
(0,0,0)

Tints of #553B14

#553B14
(85,59,20)
#644C29
(100,76,41)
#735D3E
(115,93,62)
#826E53
(130,110,83)
#917F68
(145,127,104)
#A0907D
(160,144,125)
#AFA192
(175,161,146)
#BEB2A7
(190,178,167)
#CDC3BC
(205,195,188)
#DCD4D1
(220,212,209)
#EBE5E6
(235,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #553B14; }

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

This text font color is #553B14.


Background Color

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

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

This div background color is #553B14.


Border color

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

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

This div border color is #553B14.


Opacity

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

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

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

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

This text has shadow with #553B14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553B14 on black background.


Color preview on white background

This text has color #553B14 on white background.



Black color preview on #553B14 background

This text has black color on #553B14 background.


White color preview on #553B14 background

This text has white color on #553B14 background.