COLOR #553C12

HEX: #553C12
RGB: (85,60,18)

Color info

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

RGB color model

#553C12 color RGB value is (85,60,18).

  • red value is 85;
  • green value is 60;
  • blue value is 18.
RGB:
(85,60,18)
(33%,24%,7%)

RGB channels and saturation

R 85 of 255 = 33%
G 60 of 255 = 24%
B 18 of 255 = 7%

85
60
18

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

Portions of RGB colors in percentages

R + G + B =
85 + 60 + 18 = 163 (100%)
R 85 of 163 ~ 52.15%
G 60 of 163 ~ 36.81%
B 18 of 163 ~ 11.04%

%52.15
%36.81
%11.04

CMYK color model

#553C12 color CMYK value is (0,29,79,67).

  • cyan value is 0.00%
  • magenta value is 29.41%
  • yellow value is 78.82%
  • key color value is 66.67%
CMYK:
(0,29,79,67)
C0M29Y79K67 
(0%,29%,79%,67%)
(0.00/0.29/0.79/0.67)	

CMYK percentages

%0
%29.41
%78.82
%66.67

Codes

Color #553C12 in popluar color models

553C12
RGB856018
HSL38°65.05%20.20%
HSB/HSV38°78.82%33.33%
CMYK0.00%29.41%78.82%
66.67%

Color #553C12 in popluar number systems.

HEX553C12
Decimal856018
Binary101010111110010010
Octal1257422

Shades and tints

Shades of #553C12

#553C12
(85,60,18)
#4E3711
(78,55,17)
#473210
(71,50,16)
#402D0F
(64,45,15)
#39280E
(57,40,14)
#32230D
(50,35,13)
#2B1E0C
(43,30,12)
#24190B
(36,25,11)
#1D140A
(29,20,10)
#160F09
(22,15,9)
#0F0A08
(15,10,8)
#000000
(0,0,0)

Tints of #553C12

#553C12
(85,60,18)
#644D27
(100,77,39)
#735E3C
(115,94,60)
#826F51
(130,111,81)
#918066
(145,128,102)
#A0917B
(160,145,123)
#AFA290
(175,162,144)
#BEB3A5
(190,179,165)
#CDC4BA
(205,196,186)
#DCD5CF
(220,213,207)
#EBE6E4
(235,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #553C12 color. Also use rgb(85,60,18) instead hex code.

Text Font Color

.myTextColor { color: #553C12; }

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

This text font color is #553C12.


Background Color

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

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

This div background color is #553C12.


Border color

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

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

This div border color is #553C12.


Opacity

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

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

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

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

This text has shadow with #553C12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553C12 on black background.


Color preview on white background

This text has color #553C12 on white background.



Black color preview on #553C12 background

This text has black color on #553C12 background.


White color preview on #553C12 background

This text has white color on #553C12 background.