COLOR #533149

HEX: #533149
RGB: (83,49,73)

Color info

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

RGB color model

#533149 color RGB value is (83,49,73).

  • red value is 83;
  • green value is 49;
  • blue value is 73.
RGB: (83,49,73) (33%,19%,29%)

RGB channels and saturation

R 83 of 255 = 33%
G 49 of 255 = 19%
B 73 of 255 = 29%

83
49
73

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

Portions of RGB colors in percentages

R + G + B =
83 + 49 + 73 = 205 (100%)
R 83 of 205 ~ 40.49%
G 49 of 205 ~ 23.9%
B 73 of 205 ~ 35.61%

%40.49
%23.9
%35.61

CMYK color model

#533149 color CMYK value is (0,41,12,67).

  • cyan value is 0.00%
  • magenta value is 40.96%
  • yellow value is 12.05%
  • key color value is 67.45%
CMYK: (0,41,12,67) C0M41Y12K67 (0%,41%,12%,67%) (0.00/0.41/0.12/0.67)

CMYK percentages

%0
%40.96
%12.05
%67.45

Codes

Color #533149 in popluar color models

533149
RGB834973
HSL318°25.76%25.88%
HSB/HSV318°40.96%32.55%
CMYK0.00%40.96%12.05%
67.45%

Color #533149 in popluar number systems.

HEX533149
Decimal834973
Binary10100111100011001001
Octal12361111

Shades and tints

Shades of #533149

#533149
(83,49,73)
#4C2D43
(76,45,67)
#45293D
(69,41,61)
#3E2537
(62,37,55)
#372131
(55,33,49)
#301D2B
(48,29,43)
#291925
(41,25,37)
#22151F
(34,21,31)
#1B1119
(27,17,25)
#140D13
(20,13,19)
#0D090D
(13,9,13)
#000000
(0,0,0)

Tints of #533149

#533149
(83,49,73)
#624359
(98,67,89)
#715569
(113,85,105)
#806779
(128,103,121)
#8F7989
(143,121,137)
#9E8B99
(158,139,153)
#AD9DA9
(173,157,169)
#BCAFB9
(188,175,185)
#CBC1C9
(203,193,201)
#DAD3D9
(218,211,217)
#E9E5E9
(233,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #533149 color. Also use rgb(83,49,73) instead hex code.

Text Font Color

.myTextColor { color: #533149; }

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

This text font color is #533149.


Background Color

.myBgColor { background-color: #533149; }

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

This div background color is #533149.


Border color

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

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

This div border color is #533149.


Opacity

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

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

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

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

This text has shadow with #533149 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #533149 on black background.


Color preview on white background

This text has color #533149 on white background.



Black color preview on #533149 background

This text has black color on #533149 background.


White color preview on #533149 background

This text has white color on #533149 background.