COLOR #532E38

HEX: #532E38
RGB: (83,46,56)

Color info

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

RGB color model

#532E38 color RGB value is (83,46,56).

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

RGB channels and saturation

R 83 of 255 = 33%
G 46 of 255 = 18%
B 56 of 255 = 22%

83
46
56

R + G + B ~ 24%. #532E38 is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 46 + 56 = 185 (100%)
R 83 of 185 ~ 44.86%
G 46 of 185 ~ 24.86%
B 56 of 185 ~ 30.27%

%44.86
%24.86
%30.27

CMYK color model

#532E38 color CMYK value is (0,45,33,67).

  • cyan value is 0.00%
  • magenta value is 44.58%
  • yellow value is 32.53%
  • key color value is 67.45%
CMYK:
(0,45,33,67)
C0M45Y33K67 
(0%,45%,33%,67%)
(0.00/0.45/0.33/0.67)	

CMYK percentages

%0
%44.58
%32.53
%67.45

Codes

Color #532E38 in popluar color models

532E38
RGB834656
HSL344°28.68%25.29%
HSB/HSV344°44.58%32.55%
CMYK0.00%44.58%32.53%
67.45%

Color #532E38 in popluar number systems.

HEX532E38
Decimal834656
Binary1010011101110111000
Octal1235670

Shades and tints

Shades of #532E38

#532E38
(83,46,56)
#4C2A33
(76,42,51)
#45262E
(69,38,46)
#3E2229
(62,34,41)
#371E24
(55,30,36)
#301A1F
(48,26,31)
#29161A
(41,22,26)
#221215
(34,18,21)
#1B0E10
(27,14,16)
#140A0B
(20,10,11)
#0D0606
(13,6,6)
#000000
(0,0,0)

Tints of #532E38

#532E38
(83,46,56)
#62414A
(98,65,74)
#71545C
(113,84,92)
#80676E
(128,103,110)
#8F7A80
(143,122,128)
#9E8D92
(158,141,146)
#ADA0A4
(173,160,164)
#BCB3B6
(188,179,182)
#CBC6C8
(203,198,200)
#DAD9DA
(218,217,218)
#E9ECEC
(233,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #532E38; }

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

This text font color is #532E38.


Background Color

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

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

This div background color is #532E38.


Border color

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

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

This div border color is #532E38.


Opacity

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

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

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

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

This text has shadow with #532E38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #532E38 on black background.


Color preview on white background

This text has color #532E38 on white background.



Black color preview on #532E38 background

This text has black color on #532E38 background.


White color preview on #532E38 background

This text has white color on #532E38 background.