COLOR #533F48

HEX: #533F48
RGB: (83,63,72)

Color info

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

RGB color model

#533F48 color RGB value is (83,63,72).

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

RGB channels and saturation

R 83 of 255 = 33%
G 63 of 255 = 25%
B 72 of 255 = 28%

83
63
72

R + G + B ~ 29%. #533F48 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 63 + 72 = 218 (100%)
R 83 of 218 ~ 38.07%
G 63 of 218 ~ 28.9%
B 72 of 218 ~ 33.03%

%38.07
%28.9
%33.03

CMYK color model

#533F48 color CMYK value is (0,24,13,67).

  • cyan value is 0.00%
  • magenta value is 24.10%
  • yellow value is 13.25%
  • key color value is 67.45%
CMYK:
(0,24,13,67)
C0M24Y13K67 
(0%,24%,13%,67%)
(0.00/0.24/0.13/0.67)	

CMYK percentages

%0
%24.1
%13.25
%67.45

Codes

Color #533F48 in popluar color models

533F48
RGB836372
HSL333°13.70%28.63%
HSB/HSV333°24.10%32.55%
CMYK0.00%24.10%13.25%
67.45%

Color #533F48 in popluar number systems.

HEX533F48
Decimal836372
Binary10100111111111001000
Octal12377110

Shades and tints

Shades of #533F48

#533F48
(83,63,72)
#4C3A42
(76,58,66)
#45353C
(69,53,60)
#3E3036
(62,48,54)
#372B30
(55,43,48)
#30262A
(48,38,42)
#292124
(41,33,36)
#221C1E
(34,28,30)
#1B1718
(27,23,24)
#141212
(20,18,18)
#0D0D0C
(13,13,12)
#000000
(0,0,0)

Tints of #533F48

#533F48
(83,63,72)
#625058
(98,80,88)
#716168
(113,97,104)
#807278
(128,114,120)
#8F8388
(143,131,136)
#9E9498
(158,148,152)
#ADA5A8
(173,165,168)
#BCB6B8
(188,182,184)
#CBC7C8
(203,199,200)
#DAD8D8
(218,216,216)
#E9E9E8
(233,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #533F48; }

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

This text font color is #533F48.


Background Color

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

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

This div background color is #533F48.


Border color

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

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

This div border color is #533F48.


Opacity

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

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

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

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

This text has shadow with #533F48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533F48 on black background.


Color preview on white background

This text has color #533F48 on white background.



Black color preview on #533F48 background

This text has black color on #533F48 background.


White color preview on #533F48 background

This text has white color on #533F48 background.