COLOR #533D43

HEX: #533D43
RGB: (83,61,67)

Color info

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

RGB color model

#533D43 color RGB value is (83,61,67).

  • red value is 83;
  • green value is 61;
  • blue value is 67.
RGB:
(83,61,67)
(33%,24%,26%)

RGB channels and saturation

R 83 of 255 = 33%
G 61 of 255 = 24%
B 67 of 255 = 26%

83
61
67

R + G + B ~ 28%. #533D43 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 61 + 67 = 211 (100%)
R 83 of 211 ~ 39.34%
G 61 of 211 ~ 28.91%
B 67 of 211 ~ 31.75%

%39.34
%28.91
%31.75

CMYK color model

#533D43 color CMYK value is (0,27,19,67).

  • cyan value is 0.00%
  • magenta value is 26.51%
  • yellow value is 19.28%
  • key color value is 67.45%
CMYK:
(0,27,19,67)
C0M27Y19K67 
(0%,27%,19%,67%)
(0.00/0.27/0.19/0.67)	

CMYK percentages

%0
%26.51
%19.28
%67.45

Codes

Color #533D43 in popluar color models

533D43
RGB836167
HSL344°15.28%28.24%
HSB/HSV344°26.51%32.55%
CMYK0.00%26.51%19.28%
67.45%

Color #533D43 in popluar number systems.

HEX533D43
Decimal836167
Binary10100111111011000011
Octal12375103

Shades and tints

Shades of #533D43

#533D43
(83,61,67)
#4C383D
(76,56,61)
#453337
(69,51,55)
#3E2E31
(62,46,49)
#37292B
(55,41,43)
#302425
(48,36,37)
#291F1F
(41,31,31)
#221A19
(34,26,25)
#1B1513
(27,21,19)
#14100D
(20,16,13)
#0D0B07
(13,11,7)
#000000
(0,0,0)

Tints of #533D43

#533D43
(83,61,67)
#624E54
(98,78,84)
#715F65
(113,95,101)
#807076
(128,112,118)
#8F8187
(143,129,135)
#9E9298
(158,146,152)
#ADA3A9
(173,163,169)
#BCB4BA
(188,180,186)
#CBC5CB
(203,197,203)
#DAD6DC
(218,214,220)
#E9E7ED
(233,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #533D43 color. Also use rgb(83,61,67) instead hex code.

Text Font Color

.myTextColor { color: #533D43; }

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

This text font color is #533D43.


Background Color

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

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

This div background color is #533D43.


Border color

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

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

This div border color is #533D43.


Opacity

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

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

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

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

This text has shadow with #533D43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533D43 on black background.


Color preview on white background

This text has color #533D43 on white background.



Black color preview on #533D43 background

This text has black color on #533D43 background.


White color preview on #533D43 background

This text has white color on #533D43 background.