COLOR #533744

HEX: #533744
RGB: (83,55,68)

Color info

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

RGB color model

#533744 color RGB value is (83,55,68).

  • red value is 83;
  • green value is 55;
  • blue value is 68.
RGB:
(83,55,68)
(33%,22%,27%)

RGB channels and saturation

R 83 of 255 = 33%
G 55 of 255 = 22%
B 68 of 255 = 27%

83
55
68

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

Portions of RGB colors in percentages

R + G + B =
83 + 55 + 68 = 206 (100%)
R 83 of 206 ~ 40.29%
G 55 of 206 ~ 26.7%
B 68 of 206 ~ 33.01%

%40.29
%26.7
%33.01

CMYK color model

#533744 color CMYK value is (0,34,18,67).

  • cyan value is 0.00%
  • magenta value is 33.73%
  • yellow value is 18.07%
  • key color value is 67.45%
CMYK:
(0,34,18,67)
C0M34Y18K67 
(0%,34%,18%,67%)
(0.00/0.34/0.18/0.67)	

CMYK percentages

%0
%33.73
%18.07
%67.45

Codes

Color #533744 in popluar color models

533744
RGB835568
HSL332°20.29%27.06%
HSB/HSV332°33.73%32.55%
CMYK0.00%33.73%18.07%
67.45%

Color #533744 in popluar number systems.

HEX533744
Decimal835568
Binary10100111101111000100
Octal12367104

Shades and tints

Shades of #533744

#533744
(83,55,68)
#4C323E
(76,50,62)
#452D38
(69,45,56)
#3E2832
(62,40,50)
#37232C
(55,35,44)
#301E26
(48,30,38)
#291920
(41,25,32)
#22141A
(34,20,26)
#1B0F14
(27,15,20)
#140A0E
(20,10,14)
#0D0508
(13,5,8)
#000000
(0,0,0)

Tints of #533744

#533744
(83,55,68)
#624955
(98,73,85)
#715B66
(113,91,102)
#806D77
(128,109,119)
#8F7F88
(143,127,136)
#9E9199
(158,145,153)
#ADA3AA
(173,163,170)
#BCB5BB
(188,181,187)
#CBC7CC
(203,199,204)
#DAD9DD
(218,217,221)
#E9EBEE
(233,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #533744 color. Also use rgb(83,55,68) instead hex code.

Text Font Color

.myTextColor { color: #533744; }

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

This text font color is #533744.


Background Color

.myBgColor { background-color: #533744; }

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

This div background color is #533744.


Border color

.myBorderColor { border: 1px solid #533744; }

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

This div border color is #533744.


Opacity

.myOpacity80 { color: #533744; opacity: 0.8; }

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

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

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

This text has shadow with #533744 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533744 on black background.


Color preview on white background

This text has color #533744 on white background.



Black color preview on #533744 background

This text has black color on #533744 background.


White color preview on #533744 background

This text has white color on #533744 background.