COLOR #532D6D

HEX: #532D6D RGB: (83,45,109)

Color info

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

RGB color model

#532D6D color RGB value is (83,45,109).

RGB: (83,45,109) (33%, 18%, 43%)

RGB channels and saturation

R 83 of 255 = 33%
G 45 of 255 = 18%
B 109 of 255 = 43%

83
45
109

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

Portions of RGB colors in percentages

R + G + B = 83 + 45 + 109 = 237 (100%)
R 83 of 237 ~ 35.02%
G 45 of 237 ~ 18.99%
B 109 of 237 ~ 45.99'%

%35.02
%18.99
%45.99

CMYK color model

#532D6D color CMYK value is (24,59,0,57).

  • cyan value is 23.85%
  • magenta value is 58.72%
  • yellow value is 0.00%
  • key color value is 57.25%

CMYK: (24,59,0,57)
C24M59Y0K57 (24%, 59%, 0%, 57%)
(0.24 / 0.59 / 0.00 / 0.57)

CMYK percentages

%23.85
%58.72
%0
%57.25

Codes

Color #532D6D in popluar color models

53 2D 6D
RGB 83 45 109
HSL 276° 41.56% 30.20%
HSB/HSV 276° 58.72% 42.75%
CMYK 23.85% 58.72% 0.00%
57.25%

Color #532D6D in popluar number systems.

HEX 53 2D 6D
Decimal 83 45 109
Binary 1010011 101101 1101101
Octal 123 55 155

Shades and tints

Shades of #532D6D

#532D6D
(83,45,109)
#4C2964
(76,41,100)
#45255B
(69,37,91)
#3E2152
(62,33,82)
#371D49
(55,29,73)
#301940
(48,25,64)
#291537
(41,21,55)
#22112E
(34,17,46)
#1B0D25
(27,13,37)
#14091C
(20,9,28)
#0D0513
(13,5,19)
#000000
(0,0,0)

Tints of #532D6D

#532D6D
(83,45,109)
#62407A
(98,64,122)
#715387
(113,83,135)
#806694
(128,102,148)
#8F79A1
(143,121,161)
#9E8CAE
(158,140,174)
#AD9FBB
(173,159,187)
#BCB2C8
(188,178,200)
#CBC5D5
(203,197,213)
#DAD8E2
(218,216,226)
#E9EBEF
(233,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #532D6D color. Also use rgb(83,45,109) instead hex code.

Text Font Color

.myTextColor { color: #532D6D; }

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

This text font color is #532D6D.

Background Color

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

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

This div background color is #532D6D.

Border color

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

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

This div border color is #532D6D.

Opacity

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

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

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

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

This text has shadow with #532D6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #532D6D.

Preview

Color preview on black background

This text has color #532D6D on black background.


Color preview on white background

This text has color #532D6D on white background.


Black color preview on #532D6D background

This text has black color on #532D6D background.


White color preview on #532D6D background

This text has white color on #532D6D background.


Related colors

Complementary color

Complementary color for #hex is #ACD292.


I love getcolorcode.com

Triadic colors

1 #6D532D and #2D6D53 with #532D6D are triadic colors.

2 #6D2D53 and #2D536D with #532D6D are triadic colors.