COLOR #533833

HEX: #533833
RGB: (83,56,51)

Color info

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

RGB color model

#533833 color RGB value is (83,56,51).

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

RGB channels and saturation

R 83 of 255 = 33%
G 56 of 255 = 22%
B 51 of 255 = 20%

83
56
51

R + G + B ~ 25%. #533833 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 56 + 51 = 190 (100%)
R 83 of 190 ~ 43.68%
G 56 of 190 ~ 29.47%
B 51 of 190 ~ 26.84%

%43.68
%29.47
%26.84

CMYK color model

#533833 color CMYK value is (0,33,39,67).

  • cyan value is 0.00%
  • magenta value is 32.53%
  • yellow value is 38.55%
  • key color value is 67.45%
CMYK:
(0,33,39,67)
C0M33Y39K67 
(0%,33%,39%,67%)
(0.00/0.33/0.39/0.67)	

CMYK percentages

%0
%32.53
%38.55
%67.45

Codes

Color #533833 in popluar color models

533833
RGB835651
HSL23.88%26.27%
HSB/HSV38.55%32.55%
CMYK0.00%32.53%38.55%
67.45%

Color #533833 in popluar number systems.

HEX533833
Decimal835651
Binary1010011111000110011
Octal1237063

Shades and tints

Shades of #533833

#533833
(83,56,51)
#4C332F
(76,51,47)
#452E2B
(69,46,43)
#3E2927
(62,41,39)
#372423
(55,36,35)
#301F1F
(48,31,31)
#291A1B
(41,26,27)
#221517
(34,21,23)
#1B1013
(27,16,19)
#140B0F
(20,11,15)
#0D060B
(13,6,11)
#000000
(0,0,0)

Tints of #533833

#533833
(83,56,51)
#624A45
(98,74,69)
#715C57
(113,92,87)
#806E69
(128,110,105)
#8F807B
(143,128,123)
#9E928D
(158,146,141)
#ADA49F
(173,164,159)
#BCB6B1
(188,182,177)
#CBC8C3
(203,200,195)
#DADAD5
(218,218,213)
#E9ECE7
(233,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #533833; }

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

This text font color is #533833.


Background Color

.myBgColor { background-color: #533833; }

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

This div background color is #533833.


Border color

.myBorderColor { border: 1px solid #533833; }

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

This div border color is #533833.


Opacity

.myOpacity80 { color: #533833; opacity: 0.8; }

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

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

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

This text has shadow with #533833 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533833 on black background.


Color preview on white background

This text has color #533833 on white background.



Black color preview on #533833 background

This text has black color on #533833 background.


White color preview on #533833 background

This text has white color on #533833 background.