COLOR #533C4A

HEX: #533C4A
RGB: (83,60,74)

Color info

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

RGB color model

#533C4A color RGB value is (83,60,74).

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

RGB channels and saturation

R 83 of 255 = 33%
G 60 of 255 = 24%
B 74 of 255 = 29%

83
60
74

R + G + B ~ 29%. #533C4A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 60 + 74 = 217 (100%)
R 83 of 217 ~ 38.25%
G 60 of 217 ~ 27.65%
B 74 of 217 ~ 34.1%

%38.25
%27.65
%34.1

CMYK color model

#533C4A color CMYK value is (0,28,11,67).

  • cyan value is 0.00%
  • magenta value is 27.71%
  • yellow value is 10.84%
  • key color value is 67.45%
CMYK:
(0,28,11,67)
C0M28Y11K67 
(0%,28%,11%,67%)
(0.00/0.28/0.11/0.67)	

CMYK percentages

%0
%27.71
%10.84
%67.45

Codes

Color #533C4A in popluar color models

533C4A
RGB836074
HSL323°16.08%28.04%
HSB/HSV323°27.71%32.55%
CMYK0.00%27.71%10.84%
67.45%

Color #533C4A in popluar number systems.

HEX533C4A
Decimal836074
Binary10100111111001001010
Octal12374112

Shades and tints

Shades of #533C4A

#533C4A
(83,60,74)
#4C3744
(76,55,68)
#45323E
(69,50,62)
#3E2D38
(62,45,56)
#372832
(55,40,50)
#30232C
(48,35,44)
#291E26
(41,30,38)
#221920
(34,25,32)
#1B141A
(27,20,26)
#140F14
(20,15,20)
#0D0A0E
(13,10,14)
#000000
(0,0,0)

Tints of #533C4A

#533C4A
(83,60,74)
#624D5A
(98,77,90)
#715E6A
(113,94,106)
#806F7A
(128,111,122)
#8F808A
(143,128,138)
#9E919A
(158,145,154)
#ADA2AA
(173,162,170)
#BCB3BA
(188,179,186)
#CBC4CA
(203,196,202)
#DAD5DA
(218,213,218)
#E9E6EA
(233,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #533C4A; }

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

This text font color is #533C4A.


Background Color

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

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

This div background color is #533C4A.


Border color

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

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

This div border color is #533C4A.


Opacity

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

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

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

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

This text has shadow with #533C4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533C4A on black background.


Color preview on white background

This text has color #533C4A on white background.



Black color preview on #533C4A background

This text has black color on #533C4A background.


White color preview on #533C4A background

This text has white color on #533C4A background.