COLOR #533751

HEX: #533751
RGB: (83,55,81)

Color info

#533751 contains red, green and blue colors in about the same proportion. Web safe color of #533751 is #663366 (or #636).

RGB color model

#533751 color RGB value is (83,55,81).

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

RGB channels and saturation

R 83 of 255 = 33%
G 55 of 255 = 22%
B 81 of 255 = 32%

83
55
81

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

Portions of RGB colors in percentages

R + G + B =
83 + 55 + 81 = 219 (100%)
R 83 of 219 ~ 37.9%
G 55 of 219 ~ 25.11%
B 81 of 219 ~ 36.99%

%37.9
%25.11
%36.99

CMYK color model

#533751 color CMYK value is (0,34,2,67).

  • cyan value is 0.00%
  • magenta value is 33.73%
  • yellow value is 2.41%
  • key color value is 67.45%
CMYK:
(0,34,2,67)
C0M34Y2K67 
(0%,34%,2%,67%)
(0.00/0.34/0.02/0.67)	

CMYK percentages

%0
%33.73
%2.41
%67.45

Codes

Color #533751 in popluar color models

533751
RGB835581
HSL304°20.29%27.06%
HSB/HSV304°33.73%32.55%
CMYK0.00%33.73%2.41%
67.45%

Color #533751 in popluar number systems.

HEX533751
Decimal835581
Binary10100111101111010001
Octal12367121

Shades and tints

Shades of #533751

#533751
(83,55,81)
#4C324A
(76,50,74)
#452D43
(69,45,67)
#3E283C
(62,40,60)
#372335
(55,35,53)
#301E2E
(48,30,46)
#291927
(41,25,39)
#221420
(34,20,32)
#1B0F19
(27,15,25)
#140A12
(20,10,18)
#0D050B
(13,5,11)
#000000
(0,0,0)

Tints of #533751

#533751
(83,55,81)
#624960
(98,73,96)
#715B6F
(113,91,111)
#806D7E
(128,109,126)
#8F7F8D
(143,127,141)
#9E919C
(158,145,156)
#ADA3AB
(173,163,171)
#BCB5BA
(188,181,186)
#CBC7C9
(203,199,201)
#DAD9D8
(218,217,216)
#E9EBE7
(233,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #533751; }

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

This text font color is #533751.


Background Color

.myBgColor { background-color: #533751; }

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

This div background color is #533751.


Border color

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

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

This div border color is #533751.


Opacity

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

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

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

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

This text has shadow with #533751 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533751 on black background.


Color preview on white background

This text has color #533751 on white background.



Black color preview on #533751 background

This text has black color on #533751 background.


White color preview on #533751 background

This text has white color on #533751 background.