COLOR #533C4C

HEX: #533C4C RGB: (83,60,76)

Color info

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

RGB color model

#533C4C color RGB value is (83,60,76).

RGB: (83,60,76) (33%, 24%, 30%)

RGB channels and saturation

R 83 of 255 = 33%
G 60 of 255 = 24%
B 76 of 255 = 30%

83
60
76

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

Portions of RGB colors in percentages

R + G + B = 83 + 60 + 76 = 219 (100%)
R 83 of 219 ~ 37.9%
G 60 of 219 ~ 27.4%
B 76 of 219 ~ 34.7'%

%37.9
%27.4
%34.7

CMYK color model

#533C4C color CMYK value is (0,28,8,67).

  • cyan value is 0.00%
  • magenta value is 27.71%
  • yellow value is 8.43%
  • key color value is 67.45%

CMYK: (0,28,8,67)
C0M28Y8K67 (0%, 28%, 8%, 67%)
(0.00 / 0.28 / 0.08 / 0.67)

CMYK percentages

%0
%27.71
%8.43
%67.45

Codes

Color #533C4C in popluar color models

53 3C 4C
RGB 83 60 76
HSL 318° 16.08% 28.04%
HSB/HSV 318° 27.71% 32.55%
CMYK 0.00% 27.71% 8.43%
67.45%

Color #533C4C in popluar number systems.

HEX 53 3C 4C
Decimal 83 60 76
Binary 1010011 111100 1001100
Octal 123 74 114

Shades and tints

Shades of #533C4C

#533C4C
(83,60,76)
#4C3746
(76,55,70)
#453240
(69,50,64)
#3E2D3A
(62,45,58)
#372834
(55,40,52)
#30232E
(48,35,46)
#291E28
(41,30,40)
#221922
(34,25,34)
#1B141C
(27,20,28)
#140F16
(20,15,22)
#0D0A10
(13,10,16)
#000000
(0,0,0)

Tints of #533C4C

#533C4C
(83,60,76)
#624D5C
(98,77,92)
#715E6C
(113,94,108)
#806F7C
(128,111,124)
#8F808C
(143,128,140)
#9E919C
(158,145,156)
#ADA2AC
(173,162,172)
#BCB3BC
(188,179,188)
#CBC4CC
(203,196,204)
#DAD5DC
(218,213,220)
#E9E6EC
(233,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #533C4C; }

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

This text font color is #533C4C.

Background Color

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

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

This div background color is #533C4C.

Border color

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

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

This div border color is #533C4C.

Opacity

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

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

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

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

This text has shadow with #533C4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #533C4C.

Preview

Color preview on black background

This text has color #533C4C on black background.


Color preview on white background

This text has color #533C4C on white background.


Black color preview on #533C4C background

This text has black color on #533C4C background.


White color preview on #533C4C background

This text has white color on #533C4C background.


Related colors

Complementary color

Complementary color for #hex is #ACC3B3.


I love getcolorcode.com

Triadic colors

1 #4C533C and #3C4C53 with #533C4C are triadic colors.

2 #4C3C53 and #3C534C with #533C4C are triadic colors.