COLOR #532E6B

HEX: #532E6B RGB: (83,46,107)

Color info

#532E6B contains mainly red and blue colors. Web safe color of #532E6B is #663366 (or #636).

RGB color model

#532E6B color RGB value is (83,46,107).

RGB: (83,46,107) (33%, 18%, 42%)

RGB channels and saturation

R 83 of 255 = 33%
G 46 of 255 = 18%
B 107 of 255 = 42%

83
46
107

R + G + B ~ 31%. #532E6B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 83 + 46 + 107 = 236 (100%)
R 83 of 236 ~ 35.17%
G 46 of 236 ~ 19.49%
B 107 of 236 ~ 45.34'%

%35.17
%19.49
%45.34

CMYK color model

#532E6B color CMYK value is (22,57,0,58).

  • cyan value is 22.43%
  • magenta value is 57.01%
  • yellow value is 0.00%
  • key color value is 58.04%

CMYK: (22,57,0,58)
C22M57Y0K58 (22%, 57%, 0%, 58%)
(0.22 / 0.57 / 0.00 / 0.58)

CMYK percentages

%22.43
%57.01
%0
%58.04

Codes

Color #532E6B in popluar color models

53 2E 6B
RGB 83 46 107
HSL 276° 39.87% 30.00%
HSB/HSV 276° 57.01% 41.96%
CMYK 22.43% 57.01% 0.00%
58.04%

Color #532E6B in popluar number systems.

HEX 53 2E 6B
Decimal 83 46 107
Binary 1010011 101110 1101011
Octal 123 56 153

Shades and tints

Shades of #532E6B

#532E6B
(83,46,107)
#4C2A62
(76,42,98)
#452659
(69,38,89)
#3E2250
(62,34,80)
#371E47
(55,30,71)
#301A3E
(48,26,62)
#291635
(41,22,53)
#22122C
(34,18,44)
#1B0E23
(27,14,35)
#140A1A
(20,10,26)
#0D0611
(13,6,17)
#000000
(0,0,0)

Tints of #532E6B

#532E6B
(83,46,107)
#624178
(98,65,120)
#715485
(113,84,133)
#806792
(128,103,146)
#8F7A9F
(143,122,159)
#9E8DAC
(158,141,172)
#ADA0B9
(173,160,185)
#BCB3C6
(188,179,198)
#CBC6D3
(203,198,211)
#DAD9E0
(218,217,224)
#E9ECED
(233,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #532E6B color. Also use rgb(83,46,107) instead hex code.

Text Font Color

.myTextColor { color: #532E6B; }

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

This text font color is #532E6B.

Background Color

.myBgColor { background-color: #532E6B; }

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

This div background color is #532E6B.

Border color

.myBorderColor { border: 1px solid #532E6B; }

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

This div border color is #532E6B.

Opacity

.myOpacity80 { color: #532E6B; opacity: 0.8; }

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

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

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

This text has shadow with #532E6B color.


.textShadow {text-shadow: 3px 3px 1px #532E6B', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #532E6B; -webkit-box-shadow: 1px 1px 3px 2px #532E6B; box-shadow:1px 1px 3px 2px #532E6B;">
Div content here
</div>

This div box has shadow with color #532E6B.

Preview

Color preview on black background

This text has color #532E6B on black background.


Color preview on white background

This text has color #532E6B on white background.


Black color preview on #532E6B background

This text has black color on #532E6B background.


White color preview on #532E6B background

This text has white color on #532E6B background.


Related colors

Complementary color

Complementary color for #hex is #ACD194.


I love getcolorcode.com

Triadic colors

1 #6B532E and #2E6B53 with #532E6B are triadic colors.

2 #6B2E53 and #2E536B with #532E6B are triadic colors.