COLOR #533B4B

HEX: #533B4B
RGB: (83,59,75)

Color info

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

RGB color model

#533B4B color RGB value is (83,59,75).

  • red value is 83;
  • green value is 59;
  • blue value is 75.
RGB:
(83,59,75)
(33%,23%,29%)

RGB channels and saturation

R 83 of 255 = 33%
G 59 of 255 = 23%
B 75 of 255 = 29%

83
59
75

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

Portions of RGB colors in percentages

R + G + B =
83 + 59 + 75 = 217 (100%)
R 83 of 217 ~ 38.25%
G 59 of 217 ~ 27.19%
B 75 of 217 ~ 34.56%

%38.25
%27.19
%34.56

CMYK color model

#533B4B color CMYK value is (0,29,10,67).

  • cyan value is 0.00%
  • magenta value is 28.92%
  • yellow value is 9.64%
  • key color value is 67.45%
CMYK:
(0,29,10,67)
C0M29Y10K67 
(0%,29%,10%,67%)
(0.00/0.29/0.10/0.67)	

CMYK percentages

%0
%28.92
%9.64
%67.45

Codes

Color #533B4B in popluar color models

533B4B
RGB835975
HSL320°16.90%27.84%
HSB/HSV320°28.92%32.55%
CMYK0.00%28.92%9.64%
67.45%

Color #533B4B in popluar number systems.

HEX533B4B
Decimal835975
Binary10100111110111001011
Octal12373113

Shades and tints

Shades of #533B4B

#533B4B
(83,59,75)
#4C3645
(76,54,69)
#45313F
(69,49,63)
#3E2C39
(62,44,57)
#372733
(55,39,51)
#30222D
(48,34,45)
#291D27
(41,29,39)
#221821
(34,24,33)
#1B131B
(27,19,27)
#140E15
(20,14,21)
#0D090F
(13,9,15)
#000000
(0,0,0)

Tints of #533B4B

#533B4B
(83,59,75)
#624C5B
(98,76,91)
#715D6B
(113,93,107)
#806E7B
(128,110,123)
#8F7F8B
(143,127,139)
#9E909B
(158,144,155)
#ADA1AB
(173,161,171)
#BCB2BB
(188,178,187)
#CBC3CB
(203,195,203)
#DAD4DB
(218,212,219)
#E9E5EB
(233,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #533B4B color. Also use rgb(83,59,75) instead hex code.

Text Font Color

.myTextColor { color: #533B4B; }

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

This text font color is #533B4B.


Background Color

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

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

This div background color is #533B4B.


Border color

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

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

This div border color is #533B4B.


Opacity

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

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

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

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

This text has shadow with #533B4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533B4B on black background.


Color preview on white background

This text has color #533B4B on white background.



Black color preview on #533B4B background

This text has black color on #533B4B background.


White color preview on #533B4B background

This text has white color on #533B4B background.