COLOR #533E48

HEX: #533E48
RGB: (83,62,72)

Color info

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

RGB color model

#533E48 color RGB value is (83,62,72).

  • red value is 83;
  • green value is 62;
  • blue value is 72.
RGB:
(83,62,72)
(33%,24%,28%)

RGB channels and saturation

R 83 of 255 = 33%
G 62 of 255 = 24%
B 72 of 255 = 28%

83
62
72

R + G + B ~ 28%. #533E48 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 62 + 72 = 217 (100%)
R 83 of 217 ~ 38.25%
G 62 of 217 ~ 28.57%
B 72 of 217 ~ 33.18%

%38.25
%28.57
%33.18

CMYK color model

#533E48 color CMYK value is (0,25,13,67).

  • cyan value is 0.00%
  • magenta value is 25.30%
  • yellow value is 13.25%
  • key color value is 67.45%
CMYK:
(0,25,13,67)
C0M25Y13K67 
(0%,25%,13%,67%)
(0.00/0.25/0.13/0.67)	

CMYK percentages

%0
%25.3
%13.25
%67.45

Codes

Color #533E48 in popluar color models

533E48
RGB836272
HSL331°14.48%28.43%
HSB/HSV331°25.30%32.55%
CMYK0.00%25.30%13.25%
67.45%

Color #533E48 in popluar number systems.

HEX533E48
Decimal836272
Binary10100111111101001000
Octal12376110

Shades and tints

Shades of #533E48

#533E48
(83,62,72)
#4C3942
(76,57,66)
#45343C
(69,52,60)
#3E2F36
(62,47,54)
#372A30
(55,42,48)
#30252A
(48,37,42)
#292024
(41,32,36)
#221B1E
(34,27,30)
#1B1618
(27,22,24)
#141112
(20,17,18)
#0D0C0C
(13,12,12)
#000000
(0,0,0)

Tints of #533E48

#533E48
(83,62,72)
#624F58
(98,79,88)
#716068
(113,96,104)
#807178
(128,113,120)
#8F8288
(143,130,136)
#9E9398
(158,147,152)
#ADA4A8
(173,164,168)
#BCB5B8
(188,181,184)
#CBC6C8
(203,198,200)
#DAD7D8
(218,215,216)
#E9E8E8
(233,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #533E48 color. Also use rgb(83,62,72) instead hex code.

Text Font Color

.myTextColor { color: #533E48; }

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

This text font color is #533E48.


Background Color

.myBgColor { background-color: #533E48; }

<div style="background-color:#533E48">Inner text</div>

This div background color is #533E48.


Border color

.myBorderColor { border: 1px solid #533E48; }

<div style="border:3px solid #533E48">Div</div>

This div border color is #533E48.


Opacity

.myOpacity80 { color: #533E48; opacity: 0.8; }

<p style="color:#533E48;opacity:0.8;">80%</p>

Text with #533E48 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 #533E48;}

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

This text has shadow with #533E48 color.

.textShadow {text-shadow: 3px 3px 1px #533E48, 3px 3px 1px red;}

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

This text has shadow with #533E48 primary color and red secondary color.


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

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

This text has shadow with #533E48 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533E48 on black background.


Color preview on white background

This text has color #533E48 on white background.



Black color preview on #533E48 background

This text has black color on #533E48 background.


White color preview on #533E48 background

This text has white color on #533E48 background.