COLOR #533C41

HEX: #533C41 RGB: (83,60,65)

Color info

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

RGB color model

#533C41 color RGB value is (83,60,65).

RGB: (83,60,65) (33%, 24%, 25%)

RGB channels and saturation

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

83
60
65

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

Portions of RGB colors in percentages

R + G + B = 83 + 60 + 65 = 208 (100%)
R 83 of 208 ~ 39.9%
G 60 of 208 ~ 28.85%
B 65 of 208 ~ 31.25'%

%39.9
%28.85
%31.25

CMYK color model

#533C41 color CMYK value is (0,28,22,67).

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

CMYK: (0,28,22,67)
C0M28Y22K67 (0%, 28%, 22%, 67%)
(0.00 / 0.28 / 0.22 / 0.67)

CMYK percentages

%0
%27.71
%21.69
%67.45

Codes

Color #533C41 in popluar color models

53 3C 41
RGB 83 60 65
HSL 347° 16.08% 28.04%
HSB/HSV 347° 27.71% 32.55%
CMYK 0.00% 27.71% 21.69%
67.45%

Color #533C41 in popluar number systems.

HEX 53 3C 41
Decimal 83 60 65
Binary 1010011 111100 1000001
Octal 123 74 101

Shades and tints

Shades of #533C41

#533C41
(83,60,65)
#4C373C
(76,55,60)
#453237
(69,50,55)
#3E2D32
(62,45,50)
#37282D
(55,40,45)
#302328
(48,35,40)
#291E23
(41,30,35)
#22191E
(34,25,30)
#1B1419
(27,20,25)
#140F14
(20,15,20)
#0D0A0F
(13,10,15)
#000000
(0,0,0)

Tints of #533C41

#533C41
(83,60,65)
#624D52
(98,77,82)
#715E63
(113,94,99)
#806F74
(128,111,116)
#8F8085
(143,128,133)
#9E9196
(158,145,150)
#ADA2A7
(173,162,167)
#BCB3B8
(188,179,184)
#CBC4C9
(203,196,201)
#DAD5DA
(218,213,218)
#E9E6EB
(233,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #533C41; }

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

This text font color is #533C41.

Background Color

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

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

This div background color is #533C41.

Border color

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

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

This div border color is #533C41.

Opacity

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

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

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

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

This text has shadow with #533C41 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #533C41.

Preview

Color preview on black background

This text has color #533C41 on black background.


Color preview on white background

This text has color #533C41 on white background.


Black color preview on #533C41 background

This text has black color on #533C41 background.


White color preview on #533C41 background

This text has white color on #533C41 background.


Related colors

Complementary color

Complementary color for #hex is #ACC3BE.


I love getcolorcode.com

Triadic colors

1 #41533C and #3C4153 with #533C41 are triadic colors.

2 #413C53 and #3C5341 with #533C41 are triadic colors.