COLOR #533B3B

HEX: #533B3B
RGB: (83,59,59)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

83
59
59

R + G + B ~ 26%. #533B3B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 59 + 59 = 201 (100%)
R 83 of 201 ~ 41.29%
G 59 of 201 ~ 29.35%
B 59 of 201 ~ 29.35%

%41.29
%29.35
%29.35

CMYK color model

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

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

CMYK percentages

%0
%28.92
%28.92
%67.45

Codes

Color #533B3B in popluar color models

533B3B
RGB835959
HSL16.90%27.84%
HSB/HSV28.92%32.55%
CMYK0.00%28.92%28.92%
67.45%

Color #533B3B in popluar number systems.

HEX533B3B
Decimal835959
Binary1010011111011111011
Octal1237373

Shades and tints

Shades of #533B3B

#533B3B
(83,59,59)
#4C3636
(76,54,54)
#453131
(69,49,49)
#3E2C2C
(62,44,44)
#372727
(55,39,39)
#302222
(48,34,34)
#291D1D
(41,29,29)
#221818
(34,24,24)
#1B1313
(27,19,19)
#140E0E
(20,14,14)
#0D0909
(13,9,9)
#000000
(0,0,0)

Tints of #533B3B

#533B3B
(83,59,59)
#624C4C
(98,76,76)
#715D5D
(113,93,93)
#806E6E
(128,110,110)
#8F7F7F
(143,127,127)
#9E9090
(158,144,144)
#ADA1A1
(173,161,161)
#BCB2B2
(188,178,178)
#CBC3C3
(203,195,195)
#DAD4D4
(218,212,212)
#E9E5E5
(233,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #533B3B; }

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

This text font color is #533B3B.


Background Color

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

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

This div background color is #533B3B.


Border color

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

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

This div border color is #533B3B.


Opacity

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

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

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

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

This text has shadow with #533B3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533B3B on black background.


Color preview on white background

This text has color #533B3B on white background.



Black color preview on #533B3B background

This text has black color on #533B3B background.


White color preview on #533B3B background

This text has white color on #533B3B background.