COLOR #533226

HEX: #533226
RGB: (83,50,38)

Color info

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

RGB color model

#533226 color RGB value is (83,50,38).

  • red value is 83;
  • green value is 50;
  • blue value is 38.
RGB:
(83,50,38)
(33%,20%,15%)

RGB channels and saturation

R 83 of 255 = 33%
G 50 of 255 = 20%
B 38 of 255 = 15%

83
50
38

R + G + B ~ 23%. #533226 is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 50 + 38 = 171 (100%)
R 83 of 171 ~ 48.54%
G 50 of 171 ~ 29.24%
B 38 of 171 ~ 22.22%

%48.54
%29.24
%22.22

CMYK color model

#533226 color CMYK value is (0,40,54,67).

  • cyan value is 0.00%
  • magenta value is 39.76%
  • yellow value is 54.22%
  • key color value is 67.45%
CMYK:
(0,40,54,67)
C0M40Y54K67 
(0%,40%,54%,67%)
(0.00/0.40/0.54/0.67)	

CMYK percentages

%0
%39.76
%54.22
%67.45

Codes

Color #533226 in popluar color models

533226
RGB835038
HSL16°37.19%23.73%
HSB/HSV16°54.22%32.55%
CMYK0.00%39.76%54.22%
67.45%

Color #533226 in popluar number systems.

HEX533226
Decimal835038
Binary1010011110010100110
Octal1236246

Shades and tints

Shades of #533226

#533226
(83,50,38)
#4C2E23
(76,46,35)
#452A20
(69,42,32)
#3E261D
(62,38,29)
#37221A
(55,34,26)
#301E17
(48,30,23)
#291A14
(41,26,20)
#221611
(34,22,17)
#1B120E
(27,18,14)
#140E0B
(20,14,11)
#0D0A08
(13,10,8)
#000000
(0,0,0)

Tints of #533226

#533226
(83,50,38)
#624439
(98,68,57)
#71564C
(113,86,76)
#80685F
(128,104,95)
#8F7A72
(143,122,114)
#9E8C85
(158,140,133)
#AD9E98
(173,158,152)
#BCB0AB
(188,176,171)
#CBC2BE
(203,194,190)
#DAD4D1
(218,212,209)
#E9E6E4
(233,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #533226 color. Also use rgb(83,50,38) instead hex code.

Text Font Color

.myTextColor { color: #533226; }

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

This text font color is #533226.


Background Color

.myBgColor { background-color: #533226; }

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

This div background color is #533226.


Border color

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

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

This div border color is #533226.


Opacity

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

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

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

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

This text has shadow with #533226 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533226 on black background.


Color preview on white background

This text has color #533226 on white background.



Black color preview on #533226 background

This text has black color on #533226 background.


White color preview on #533226 background

This text has white color on #533226 background.