COLOR #553E32

HEX: #553E32
RGB: (85,62,50)

Color info

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

RGB color model

#553E32 color RGB value is (85,62,50).

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

RGB channels and saturation

R 85 of 255 = 33%
G 62 of 255 = 24%
B 50 of 255 = 20%

85
62
50

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

Portions of RGB colors in percentages

R + G + B =
85 + 62 + 50 = 197 (100%)
R 85 of 197 ~ 43.15%
G 62 of 197 ~ 31.47%
B 50 of 197 ~ 25.38%

%43.15
%31.47
%25.38

CMYK color model

#553E32 color CMYK value is (0,27,41,67).

  • cyan value is 0.00%
  • magenta value is 27.06%
  • yellow value is 41.18%
  • key color value is 66.67%
CMYK: (0,27,41,67) C0M27Y41K67 (0%,27%,41%,67%) (0.00/0.27/0.41/0.67)

CMYK percentages

%0
%27.06
%41.18
%66.67

Codes

Color #553E32 in popluar color models

553E32
RGB856250
HSL21°25.93%26.47%
HSB/HSV21°41.18%33.33%
CMYK0.00%27.06%41.18%
66.67%

Color #553E32 in popluar number systems.

HEX553E32
Decimal856250
Binary1010101111110110010
Octal1257662

Shades and tints

Shades of #553E32

#553E32
(85,62,50)
#4E392E
(78,57,46)
#47342A
(71,52,42)
#402F26
(64,47,38)
#392A22
(57,42,34)
#32251E
(50,37,30)
#2B201A
(43,32,26)
#241B16
(36,27,22)
#1D1612
(29,22,18)
#16110E
(22,17,14)
#0F0C0A
(15,12,10)
#000000
(0,0,0)

Tints of #553E32

#553E32
(85,62,50)
#644F44
(100,79,68)
#736056
(115,96,86)
#827168
(130,113,104)
#91827A
(145,130,122)
#A0938C
(160,147,140)
#AFA49E
(175,164,158)
#BEB5B0
(190,181,176)
#CDC6C2
(205,198,194)
#DCD7D4
(220,215,212)
#EBE8E6
(235,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #553E32; }

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

This text font color is #553E32.


Background Color

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

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

This div background color is #553E32.


Border color

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

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

This div border color is #553E32.


Opacity

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

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

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

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

This text has shadow with #553E32 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #553E32 on black background.


Color preview on white background

This text has color #553E32 on white background.



Black color preview on #553E32 background

This text has black color on #553E32 background.


White color preview on #553E32 background

This text has white color on #553E32 background.