COLOR #533C40

HEX: #533C40
RGB: (83,60,64)

Color info

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

RGB color model

#533C40 color RGB value is (83,60,64).

  • red value is 83;
  • green value is 60;
  • blue value is 64.
RGB:
(83,60,64)
(33%,24%,25%)

RGB channels and saturation

R 83 of 255 = 33%
G 60 of 255 = 24%
B 64 of 255 = 25%

83
60
64

R + G + B ~ 27%. #533C40 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 60 + 64 = 207 (100%)
R 83 of 207 ~ 40.1%
G 60 of 207 ~ 28.99%
B 64 of 207 ~ 30.92%

%40.1
%28.99
%30.92

CMYK color model

#533C40 color CMYK value is (0,28,23,67).

  • cyan value is 0.00%
  • magenta value is 27.71%
  • yellow value is 22.89%
  • key color value is 67.45%
CMYK:
(0,28,23,67)
C0M28Y23K67 
(0%,28%,23%,67%)
(0.00/0.28/0.23/0.67)	

CMYK percentages

%0
%27.71
%22.89
%67.45

Codes

Color #533C40 in popluar color models

533C40
RGB836064
HSL350°16.08%28.04%
HSB/HSV350°27.71%32.55%
CMYK0.00%27.71%22.89%
67.45%

Color #533C40 in popluar number systems.

HEX533C40
Decimal836064
Binary10100111111001000000
Octal12374100

Shades and tints

Shades of #533C40

#533C40
(83,60,64)
#4C373B
(76,55,59)
#453236
(69,50,54)
#3E2D31
(62,45,49)
#37282C
(55,40,44)
#302327
(48,35,39)
#291E22
(41,30,34)
#22191D
(34,25,29)
#1B1418
(27,20,24)
#140F13
(20,15,19)
#0D0A0E
(13,10,14)
#000000
(0,0,0)

Tints of #533C40

#533C40
(83,60,64)
#624D51
(98,77,81)
#715E62
(113,94,98)
#806F73
(128,111,115)
#8F8084
(143,128,132)
#9E9195
(158,145,149)
#ADA2A6
(173,162,166)
#BCB3B7
(188,179,183)
#CBC4C8
(203,196,200)
#DAD5D9
(218,213,217)
#E9E6EA
(233,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #533C40 color. Also use rgb(83,60,64) instead hex code.

Text Font Color

.myTextColor { color: #533C40; }

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

This text font color is #533C40.


Background Color

.myBgColor { background-color: #533C40; }

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

This div background color is #533C40.


Border color

.myBorderColor { border: 1px solid #533C40; }

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

This div border color is #533C40.


Opacity

.myOpacity80 { color: #533C40; opacity: 0.8; }

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

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

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

This text has shadow with #533C40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533C40 on black background.


Color preview on white background

This text has color #533C40 on white background.



Black color preview on #533C40 background

This text has black color on #533C40 background.


White color preview on #533C40 background

This text has white color on #533C40 background.