COLOR #553A3A

HEX: #553A3A
RGB: (85,58,58)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

85
58
58

R + G + B ~ 26%. #553A3A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 58 + 58 = 201 (100%)
R 85 of 201 ~ 42.29%
G 58 of 201 ~ 28.86%
B 58 of 201 ~ 28.86%

%42.29
%28.86
%28.86

CMYK color model

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

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

CMYK percentages

%0
%31.76
%31.76
%66.67

Codes

Color #553A3A in popluar color models

553A3A
RGB855858
HSL18.88%28.04%
HSB/HSV31.76%33.33%
CMYK0.00%31.76%31.76%
66.67%

Color #553A3A in popluar number systems.

HEX553A3A
Decimal855858
Binary1010101111010111010
Octal1257272

Shades and tints

Shades of #553A3A

#553A3A
(85,58,58)
#4E3535
(78,53,53)
#473030
(71,48,48)
#402B2B
(64,43,43)
#392626
(57,38,38)
#322121
(50,33,33)
#2B1C1C
(43,28,28)
#241717
(36,23,23)
#1D1212
(29,18,18)
#160D0D
(22,13,13)
#0F0808
(15,8,8)
#000000
(0,0,0)

Tints of #553A3A

#553A3A
(85,58,58)
#644B4B
(100,75,75)
#735C5C
(115,92,92)
#826D6D
(130,109,109)
#917E7E
(145,126,126)
#A08F8F
(160,143,143)
#AFA0A0
(175,160,160)
#BEB1B1
(190,177,177)
#CDC2C2
(205,194,194)
#DCD3D3
(220,211,211)
#EBE4E4
(235,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #553A3A; }

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

This text font color is #553A3A.


Background Color

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

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

This div background color is #553A3A.


Border color

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

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

This div border color is #553A3A.


Opacity

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

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

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

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

This text has shadow with #553A3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553A3A on black background.


Color preview on white background

This text has color #553A3A on white background.



Black color preview on #553A3A background

This text has black color on #553A3A background.


White color preview on #553A3A background

This text has white color on #553A3A background.