COLOR #533531

HEX: #533531
RGB: (83,53,49)

Color info

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

RGB color model

#533531 color RGB value is (83,53,49).

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

RGB channels and saturation

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

83
53
49

R + G + B ~ 24%. #533531 is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 53 + 49 = 185 (100%)
R 83 of 185 ~ 44.86%
G 53 of 185 ~ 28.65%
B 49 of 185 ~ 26.49%

%44.86
%28.65
%26.49

CMYK color model

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

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

CMYK percentages

%0
%36.14
%40.96
%67.45

Codes

Color #533531 in popluar color models

533531
RGB835349
HSL25.76%25.88%
HSB/HSV40.96%32.55%
CMYK0.00%36.14%40.96%
67.45%

Color #533531 in popluar number systems.

HEX533531
Decimal835349
Binary1010011110101110001
Octal1236561

Shades and tints

Shades of #533531

#533531
(83,53,49)
#4C312D
(76,49,45)
#452D29
(69,45,41)
#3E2925
(62,41,37)
#372521
(55,37,33)
#30211D
(48,33,29)
#291D19
(41,29,25)
#221915
(34,25,21)
#1B1511
(27,21,17)
#14110D
(20,17,13)
#0D0D09
(13,13,9)
#000000
(0,0,0)

Tints of #533531

#533531
(83,53,49)
#624743
(98,71,67)
#715955
(113,89,85)
#806B67
(128,107,103)
#8F7D79
(143,125,121)
#9E8F8B
(158,143,139)
#ADA19D
(173,161,157)
#BCB3AF
(188,179,175)
#CBC5C1
(203,197,193)
#DAD7D3
(218,215,211)
#E9E9E5
(233,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #533531; }

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

This text font color is #533531.


Background Color

.myBgColor { background-color: #533531; }

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

This div background color is #533531.


Border color

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

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

This div border color is #533531.


Opacity

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

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

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

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

This text has shadow with #533531 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533531 on black background.


Color preview on white background

This text has color #533531 on white background.



Black color preview on #533531 background

This text has black color on #533531 background.


White color preview on #533531 background

This text has white color on #533531 background.