COLOR #553A3E

HEX: #553A3E
RGB: (85,58,62)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

85
58
62

R + G + B ~ 27%. #553A3E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 58 + 62 = 205 (100%)
R 85 of 205 ~ 41.46%
G 58 of 205 ~ 28.29%
B 62 of 205 ~ 30.24%

%41.46
%28.29
%30.24

CMYK color model

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

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

CMYK percentages

%0
%31.76
%27.06
%66.67

Codes

Color #553A3E in popluar color models

553A3E
RGB855862
HSL351°18.88%28.04%
HSB/HSV351°31.76%33.33%
CMYK0.00%31.76%27.06%
66.67%

Color #553A3E in popluar number systems.

HEX553A3E
Decimal855862
Binary1010101111010111110
Octal1257276

Shades and tints

Shades of #553A3E

#553A3E
(85,58,62)
#4E3539
(78,53,57)
#473034
(71,48,52)
#402B2F
(64,43,47)
#39262A
(57,38,42)
#322125
(50,33,37)
#2B1C20
(43,28,32)
#24171B
(36,23,27)
#1D1216
(29,18,22)
#160D11
(22,13,17)
#0F080C
(15,8,12)
#000000
(0,0,0)

Tints of #553A3E

#553A3E
(85,58,62)
#644B4F
(100,75,79)
#735C60
(115,92,96)
#826D71
(130,109,113)
#917E82
(145,126,130)
#A08F93
(160,143,147)
#AFA0A4
(175,160,164)
#BEB1B5
(190,177,181)
#CDC2C6
(205,194,198)
#DCD3D7
(220,211,215)
#EBE4E8
(235,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #553A3E; }

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

This text font color is #553A3E.


Background Color

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

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

This div background color is #553A3E.


Border color

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

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

This div border color is #553A3E.


Opacity

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

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

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

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

This text has shadow with #553A3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553A3E on black background.


Color preview on white background

This text has color #553A3E on white background.



Black color preview on #553A3E background

This text has black color on #553A3E background.


White color preview on #553A3E background

This text has white color on #553A3E background.