COLOR #533535

HEX: #533535
RGB: (83,53,53)

Color info

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

RGB color model

#533535 color RGB value is (83,53,53).

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

RGB channels and saturation

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

83
53
53

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

Portions of RGB colors in percentages

R + G + B =
83 + 53 + 53 = 189 (100%)
R 83 of 189 ~ 43.92%
G 53 of 189 ~ 28.04%
B 53 of 189 ~ 28.04%

%43.92
%28.04
%28.04

CMYK color model

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

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

CMYK percentages

%0
%36.14
%36.14
%67.45

Codes

Color #533535 in popluar color models

533535
RGB835353
HSL22.06%26.67%
HSB/HSV36.14%32.55%
CMYK0.00%36.14%36.14%
67.45%

Color #533535 in popluar number systems.

HEX533535
Decimal835353
Binary1010011110101110101
Octal1236565

Shades and tints

Shades of #533535

#533535
(83,53,53)
#4C3131
(76,49,49)
#452D2D
(69,45,45)
#3E2929
(62,41,41)
#372525
(55,37,37)
#302121
(48,33,33)
#291D1D
(41,29,29)
#221919
(34,25,25)
#1B1515
(27,21,21)
#141111
(20,17,17)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #533535

#533535
(83,53,53)
#624747
(98,71,71)
#715959
(113,89,89)
#806B6B
(128,107,107)
#8F7D7D
(143,125,125)
#9E8F8F
(158,143,143)
#ADA1A1
(173,161,161)
#BCB3B3
(188,179,179)
#CBC5C5
(203,197,197)
#DAD7D7
(218,215,215)
#E9E9E9
(233,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #533535; }

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

This text font color is #533535.


Background Color

.myBgColor { background-color: #533535; }

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

This div background color is #533535.


Border color

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

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

This div border color is #533535.


Opacity

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

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

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

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

This text has shadow with #533535 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533535 on black background.


Color preview on white background

This text has color #533535 on white background.



Black color preview on #533535 background

This text has black color on #533535 background.


White color preview on #533535 background

This text has white color on #533535 background.