COLOR #533235

HEX: #533235
RGB: (83,50,53)

Color info

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

RGB color model

#533235 color RGB value is (83,50,53).

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

RGB channels and saturation

R 83 of 255 = 33%
G 50 of 255 = 20%
B 53 of 255 = 21%

83
50
53

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

Portions of RGB colors in percentages

R + G + B =
83 + 50 + 53 = 186 (100%)
R 83 of 186 ~ 44.62%
G 50 of 186 ~ 26.88%
B 53 of 186 ~ 28.49%

%44.62
%26.88
%28.49

CMYK color model

#533235 color CMYK value is (0,40,36,67).

  • cyan value is 0.00%
  • magenta value is 39.76%
  • yellow value is 36.14%
  • key color value is 67.45%
CMYK:
(0,40,36,67)
C0M40Y36K67 
(0%,40%,36%,67%)
(0.00/0.40/0.36/0.67)	

CMYK percentages

%0
%39.76
%36.14
%67.45

Codes

Color #533235 in popluar color models

533235
RGB835053
HSL355°24.81%26.08%
HSB/HSV355°39.76%32.55%
CMYK0.00%39.76%36.14%
67.45%

Color #533235 in popluar number systems.

HEX533235
Decimal835053
Binary1010011110010110101
Octal1236265

Shades and tints

Shades of #533235

#533235
(83,50,53)
#4C2E31
(76,46,49)
#452A2D
(69,42,45)
#3E2629
(62,38,41)
#372225
(55,34,37)
#301E21
(48,30,33)
#291A1D
(41,26,29)
#221619
(34,22,25)
#1B1215
(27,18,21)
#140E11
(20,14,17)
#0D0A0D
(13,10,13)
#000000
(0,0,0)

Tints of #533235

#533235
(83,50,53)
#624447
(98,68,71)
#715659
(113,86,89)
#80686B
(128,104,107)
#8F7A7D
(143,122,125)
#9E8C8F
(158,140,143)
#AD9EA1
(173,158,161)
#BCB0B3
(188,176,179)
#CBC2C5
(203,194,197)
#DAD4D7
(218,212,215)
#E9E6E9
(233,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #533235; }

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

This text font color is #533235.


Background Color

.myBgColor { background-color: #533235; }

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

This div background color is #533235.


Border color

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

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

This div border color is #533235.


Opacity

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

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

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

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

This text has shadow with #533235 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533235 on black background.


Color preview on white background

This text has color #533235 on white background.



Black color preview on #533235 background

This text has black color on #533235 background.


White color preview on #533235 background

This text has white color on #533235 background.