COLOR #553A2A

HEX: #553A2A
RGB: (85,58,42)

Color info

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

RGB color model

#553A2A color RGB value is (85,58,42).

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

RGB channels and saturation

R 85 of 255 = 33%
G 58 of 255 = 23%
B 42 of 255 = 16%

85
58
42

R + G + B ~ 24%. #553A2A is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 58 + 42 = 185 (100%)
R 85 of 185 ~ 45.95%
G 58 of 185 ~ 31.35%
B 42 of 185 ~ 22.7%

%45.95
%31.35
%22.7

CMYK color model

#553A2A color CMYK value is (0,32,51,67).

  • cyan value is 0.00%
  • magenta value is 31.76%
  • yellow value is 50.59%
  • key color value is 66.67%
CMYK:
(0,32,51,67)
C0M32Y51K67 
(0%,32%,51%,67%)
(0.00/0.32/0.51/0.67)	

CMYK percentages

%0
%31.76
%50.59
%66.67

Codes

Color #553A2A in popluar color models

553A2A
RGB855842
HSL22°33.86%24.90%
HSB/HSV22°50.59%33.33%
CMYK0.00%31.76%50.59%
66.67%

Color #553A2A in popluar number systems.

HEX553A2A
Decimal855842
Binary1010101111010101010
Octal1257252

Shades and tints

Shades of #553A2A

#553A2A
(85,58,42)
#4E3527
(78,53,39)
#473024
(71,48,36)
#402B21
(64,43,33)
#39261E
(57,38,30)
#32211B
(50,33,27)
#2B1C18
(43,28,24)
#241715
(36,23,21)
#1D1212
(29,18,18)
#160D0F
(22,13,15)
#0F080C
(15,8,12)
#000000
(0,0,0)

Tints of #553A2A

#553A2A
(85,58,42)
#644B3D
(100,75,61)
#735C50
(115,92,80)
#826D63
(130,109,99)
#917E76
(145,126,118)
#A08F89
(160,143,137)
#AFA09C
(175,160,156)
#BEB1AF
(190,177,175)
#CDC2C2
(205,194,194)
#DCD3D5
(220,211,213)
#EBE4E8
(235,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #553A2A; }

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

This text font color is #553A2A.


Background Color

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

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

This div background color is #553A2A.


Border color

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

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

This div border color is #553A2A.


Opacity

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

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

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

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

This text has shadow with #553A2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553A2A on black background.


Color preview on white background

This text has color #553A2A on white background.



Black color preview on #553A2A background

This text has black color on #553A2A background.


White color preview on #553A2A background

This text has white color on #553A2A background.