COLOR #532F4D

HEX: #532F4D RGB: (83,47,77)

Color info

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

RGB color model

#532F4D color RGB value is (83,47,77).

RGB: (83,47,77) (33%, 18%, 30%)

RGB channels and saturation

R 83 of 255 = 33%
G 47 of 255 = 18%
B 77 of 255 = 30%

83
47
77

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

Portions of RGB colors in percentages

R + G + B = 83 + 47 + 77 = 207 (100%)
R 83 of 207 ~ 40.1%
G 47 of 207 ~ 22.71%
B 77 of 207 ~ 37.2'%

%40.1
%22.71
%37.2

CMYK color model

#532F4D color CMYK value is (0,43,7,67).

  • cyan value is 0.00%
  • magenta value is 43.37%
  • yellow value is 7.23%
  • key color value is 67.45%

CMYK: (0,43,7,67)
C0M43Y7K67 (0%, 43%, 7%, 67%)
(0.00 / 0.43 / 0.07 / 0.67)

CMYK percentages

%0
%43.37
%7.23
%67.45

Codes

Color #532F4D in popluar color models

53 2F 4D
RGB 83 47 77
HSL 310° 27.69% 25.49%
HSB/HSV 310° 43.37% 32.55%
CMYK 0.00% 43.37% 7.23%
67.45%

Color #532F4D in popluar number systems.

HEX 53 2F 4D
Decimal 83 47 77
Binary 1010011 101111 1001101
Octal 123 57 115

Shades and tints

Shades of #532F4D

#532F4D
(83,47,77)
#4C2B46
(76,43,70)
#45273F
(69,39,63)
#3E2338
(62,35,56)
#371F31
(55,31,49)
#301B2A
(48,27,42)
#291723
(41,23,35)
#22131C
(34,19,28)
#1B0F15
(27,15,21)
#140B0E
(20,11,14)
#0D0707
(13,7,7)
#000000
(0,0,0)

Tints of #532F4D

#532F4D
(83,47,77)
#62415D
(98,65,93)
#71536D
(113,83,109)
#80657D
(128,101,125)
#8F778D
(143,119,141)
#9E899D
(158,137,157)
#AD9BAD
(173,155,173)
#BCADBD
(188,173,189)
#CBBFCD
(203,191,205)
#DAD1DD
(218,209,221)
#E9E3ED
(233,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #532F4D color. Also use rgb(83,47,77) instead hex code.

Text Font Color

.myTextColor { color: #532F4D; }

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

This text font color is #532F4D.

Background Color

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

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

This div background color is #532F4D.

Border color

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

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

This div border color is #532F4D.

Opacity

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

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

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

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

This text has shadow with #532F4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #532F4D.

Preview

Color preview on black background

This text has color #532F4D on black background.


Color preview on white background

This text has color #532F4D on white background.


Black color preview on #532F4D background

This text has black color on #532F4D background.


White color preview on #532F4D background

This text has white color on #532F4D background.


Related colors

Complementary color

Complementary color for #hex is #ACD0B2.


I love getcolorcode.com

Triadic colors

1 #4D532F and #2F4D53 with #532F4D are triadic colors.

2 #4D2F53 and #2F534D with #532F4D are triadic colors.