COLOR #533044

HEX: #533044
RGB: (83,48,68)

Color info

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

RGB color model

#533044 color RGB value is (83,48,68).

  • red value is 83;
  • green value is 48;
  • blue value is 68.
RGB:
(83,48,68)
(33%,19%,27%)

RGB channels and saturation

R 83 of 255 = 33%
G 48 of 255 = 19%
B 68 of 255 = 27%

83
48
68

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

Portions of RGB colors in percentages

R + G + B =
83 + 48 + 68 = 199 (100%)
R 83 of 199 ~ 41.71%
G 48 of 199 ~ 24.12%
B 68 of 199 ~ 34.17%

%41.71
%24.12
%34.17

CMYK color model

#533044 color CMYK value is (0,42,18,67).

  • cyan value is 0.00%
  • magenta value is 42.17%
  • yellow value is 18.07%
  • key color value is 67.45%
CMYK:
(0,42,18,67)
C0M42Y18K67 
(0%,42%,18%,67%)
(0.00/0.42/0.18/0.67)	

CMYK percentages

%0
%42.17
%18.07
%67.45

Codes

Color #533044 in popluar color models

533044
RGB834868
HSL326°26.72%25.69%
HSB/HSV326°42.17%32.55%
CMYK0.00%42.17%18.07%
67.45%

Color #533044 in popluar number systems.

HEX533044
Decimal834868
Binary10100111100001000100
Octal12360104

Shades and tints

Shades of #533044

#533044
(83,48,68)
#4C2C3E
(76,44,62)
#452838
(69,40,56)
#3E2432
(62,36,50)
#37202C
(55,32,44)
#301C26
(48,28,38)
#291820
(41,24,32)
#22141A
(34,20,26)
#1B1014
(27,16,20)
#140C0E
(20,12,14)
#0D0808
(13,8,8)
#000000
(0,0,0)

Tints of #533044

#533044
(83,48,68)
#624255
(98,66,85)
#715466
(113,84,102)
#806677
(128,102,119)
#8F7888
(143,120,136)
#9E8A99
(158,138,153)
#AD9CAA
(173,156,170)
#BCAEBB
(188,174,187)
#CBC0CC
(203,192,204)
#DAD2DD
(218,210,221)
#E9E4EE
(233,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #533044 color. Also use rgb(83,48,68) instead hex code.

Text Font Color

.myTextColor { color: #533044; }

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

This text font color is #533044.


Background Color

.myBgColor { background-color: #533044; }

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

This div background color is #533044.


Border color

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

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

This div border color is #533044.


Opacity

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

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

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

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

This text has shadow with #533044 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533044 on black background.


Color preview on white background

This text has color #533044 on white background.



Black color preview on #533044 background

This text has black color on #533044 background.


White color preview on #533044 background

This text has white color on #533044 background.