COLOR #533646

HEX: #533646
RGB: (83,54,70)

Color info

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

RGB color model

#533646 color RGB value is (83,54,70).

  • red value is 83;
  • green value is 54;
  • blue value is 70.
RGB:
(83,54,70)
(33%,21%,27%)

RGB channels and saturation

R 83 of 255 = 33%
G 54 of 255 = 21%
B 70 of 255 = 27%

83
54
70

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

Portions of RGB colors in percentages

R + G + B =
83 + 54 + 70 = 207 (100%)
R 83 of 207 ~ 40.1%
G 54 of 207 ~ 26.09%
B 70 of 207 ~ 33.82%

%40.1
%26.09
%33.82

CMYK color model

#533646 color CMYK value is (0,35,16,67).

  • cyan value is 0.00%
  • magenta value is 34.94%
  • yellow value is 15.66%
  • key color value is 67.45%
CMYK:
(0,35,16,67)
C0M35Y16K67 
(0%,35%,16%,67%)
(0.00/0.35/0.16/0.67)	

CMYK percentages

%0
%34.94
%15.66
%67.45

Codes

Color #533646 in popluar color models

533646
RGB835470
HSL327°21.17%26.86%
HSB/HSV327°34.94%32.55%
CMYK0.00%34.94%15.66%
67.45%

Color #533646 in popluar number systems.

HEX533646
Decimal835470
Binary10100111101101000110
Octal12366106

Shades and tints

Shades of #533646

#533646
(83,54,70)
#4C3240
(76,50,64)
#452E3A
(69,46,58)
#3E2A34
(62,42,52)
#37262E
(55,38,46)
#302228
(48,34,40)
#291E22
(41,30,34)
#221A1C
(34,26,28)
#1B1616
(27,22,22)
#141210
(20,18,16)
#0D0E0A
(13,14,10)
#000000
(0,0,0)

Tints of #533646

#533646
(83,54,70)
#624856
(98,72,86)
#715A66
(113,90,102)
#806C76
(128,108,118)
#8F7E86
(143,126,134)
#9E9096
(158,144,150)
#ADA2A6
(173,162,166)
#BCB4B6
(188,180,182)
#CBC6C6
(203,198,198)
#DAD8D6
(218,216,214)
#E9EAE6
(233,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #533646 color. Also use rgb(83,54,70) instead hex code.

Text Font Color

.myTextColor { color: #533646; }

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

This text font color is #533646.


Background Color

.myBgColor { background-color: #533646; }

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

This div background color is #533646.


Border color

.myBorderColor { border: 1px solid #533646; }

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

This div border color is #533646.


Opacity

.myOpacity80 { color: #533646; opacity: 0.8; }

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

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

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

This text has shadow with #533646 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533646 on black background.


Color preview on white background

This text has color #533646 on white background.



Black color preview on #533646 background

This text has black color on #533646 background.


White color preview on #533646 background

This text has white color on #533646 background.