COLOR #553C01

HEX: #553C01
RGB: (85,60,1)

Color info

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

RGB color model

#553C01 color RGB value is (85,60,1).

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

RGB channels and saturation

R 85 of 255 = 33%
G 60 of 255 = 24%
B 1 of 255 = 0%

85
60
1

R + G + B ~ 19%. #553C01 is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 60 + 1 = 146 (100%)
R 85 of 146 ~ 58.22%
G 60 of 146 ~ 41.1%
B 1 of 146 ~ 0.68%

%58.22
%41.1

CMYK color model

#553C01 color CMYK value is (0,29,99,67).

  • cyan value is 0.00%
  • magenta value is 29.41%
  • yellow value is 98.82%
  • key color value is 66.67%
CMYK:
(0,29,99,67)
C0M29Y99K67 
(0%,29%,99%,67%)
(0.00/0.29/0.99/0.67)	

CMYK percentages

%0
%29.41
%98.82
%66.67

Codes

Color #553C01 in popluar color models

553C01
RGB85601
HSL42°97.67%16.86%
HSB/HSV42°98.82%33.33%
CMYK0.00%29.41%98.82%
66.67%

Color #553C01 in popluar number systems.

HEX553C01
Decimal85601
Binary10101011111001
Octal125741

Shades and tints

Shades of #553C01

#553C01
(85,60,1)
#4E3701
(78,55,1)
#473201
(71,50,1)
#402D01
(64,45,1)
#392801
(57,40,1)
#322301
(50,35,1)
#2B1E01
(43,30,1)
#241901
(36,25,1)
#1D1401
(29,20,1)
#160F01
(22,15,1)
#0F0A01
(15,10,1)
#000000
(0,0,0)

Tints of #553C01

#553C01
(85,60,1)
#644D18
(100,77,24)
#735E2F
(115,94,47)
#826F46
(130,111,70)
#91805D
(145,128,93)
#A09174
(160,145,116)
#AFA28B
(175,162,139)
#BEB3A2
(190,179,162)
#CDC4B9
(205,196,185)
#DCD5D0
(220,213,208)
#EBE6E7
(235,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #553C01; }

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

This text font color is #553C01.


Background Color

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

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

This div background color is #553C01.


Border color

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

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

This div border color is #553C01.


Opacity

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

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

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

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

This text has shadow with #553C01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553C01 on black background.


Color preview on white background

This text has color #553C01 on white background.



Black color preview on #553C01 background

This text has black color on #553C01 background.


White color preview on #553C01 background

This text has white color on #553C01 background.