COLOR #532E3F

HEX: #532E3F
RGB: (83,46,63)

Color info

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

RGB color model

#532E3F color RGB value is (83,46,63).

  • red value is 83;
  • green value is 46;
  • blue value is 63.
RGB:
(83,46,63)
(33%,18%,25%)

RGB channels and saturation

R 83 of 255 = 33%
G 46 of 255 = 18%
B 63 of 255 = 25%

83
46
63

R + G + B ~ 25%. #532E3F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 46 + 63 = 192 (100%)
R 83 of 192 ~ 43.23%
G 46 of 192 ~ 23.96%
B 63 of 192 ~ 32.81%

%43.23
%23.96
%32.81

CMYK color model

#532E3F color CMYK value is (0,45,24,67).

  • cyan value is 0.00%
  • magenta value is 44.58%
  • yellow value is 24.10%
  • key color value is 67.45%
CMYK:
(0,45,24,67)
C0M45Y24K67 
(0%,45%,24%,67%)
(0.00/0.45/0.24/0.67)	

CMYK percentages

%0
%44.58
%24.1
%67.45

Codes

Color #532E3F in popluar color models

532E3F
RGB834663
HSL332°28.68%25.29%
HSB/HSV332°44.58%32.55%
CMYK0.00%44.58%24.10%
67.45%

Color #532E3F in popluar number systems.

HEX532E3F
Decimal834663
Binary1010011101110111111
Octal1235677

Shades and tints

Shades of #532E3F

#532E3F
(83,46,63)
#4C2A3A
(76,42,58)
#452635
(69,38,53)
#3E2230
(62,34,48)
#371E2B
(55,30,43)
#301A26
(48,26,38)
#291621
(41,22,33)
#22121C
(34,18,28)
#1B0E17
(27,14,23)
#140A12
(20,10,18)
#0D060D
(13,6,13)
#000000
(0,0,0)

Tints of #532E3F

#532E3F
(83,46,63)
#624150
(98,65,80)
#715461
(113,84,97)
#806772
(128,103,114)
#8F7A83
(143,122,131)
#9E8D94
(158,141,148)
#ADA0A5
(173,160,165)
#BCB3B6
(188,179,182)
#CBC6C7
(203,198,199)
#DAD9D8
(218,217,216)
#E9ECE9
(233,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #532E3F; }

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

This text font color is #532E3F.


Background Color

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

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

This div background color is #532E3F.


Border color

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

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

This div border color is #532E3F.


Opacity

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

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

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

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

This text has shadow with #532E3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #532E3F on black background.


Color preview on white background

This text has color #532E3F on white background.



Black color preview on #532E3F background

This text has black color on #532E3F background.


White color preview on #532E3F background

This text has white color on #532E3F background.