COLOR #733B6F

HEX: #733B6F
RGB: (115,59,111)

Color info

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

RGB color model

#733B6F color RGB value is (115,59,111).

  • red value is 115;
  • green value is 59;
  • blue value is 111.
RGB:
(115,59,111)
(45%,23%,44%)

RGB channels and saturation

R 115 of 255 = 45%
G 59 of 255 = 23%
B 111 of 255 = 44%

115
59
111

R + G + B ~ 37%. #733B6F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 59 + 111 = 285 (100%)
R 115 of 285 ~ 40.35%
G 59 of 285 ~ 20.7%
B 111 of 285 ~ 38.95%

%40.35
%20.7
%38.95

CMYK color model

#733B6F color CMYK value is (0,49,3,55).

  • cyan value is 0.00%
  • magenta value is 48.70%
  • yellow value is 3.48%
  • key color value is 54.90%
CMYK:
(0,49,3,55)
C0M49Y3K55 
(0%,49%,3%,55%)
(0.00/0.49/0.03/0.55)	

CMYK percentages

%0
%48.7
%3.48
%54.9

Codes

Color #733B6F in popluar color models

733B6F
RGB11559111
HSL304°32.18%34.12%
HSB/HSV304°48.70%45.10%
CMYK0.00%48.70%3.48%
54.90%

Color #733B6F in popluar number systems.

HEX733B6F
Decimal11559111
Binary11100111110111101111
Octal16373157

Shades and tints

Shades of #733B6F

#733B6F
(115,59,111)
#693665
(105,54,101)
#5F315B
(95,49,91)
#552C51
(85,44,81)
#4B2747
(75,39,71)
#41223D
(65,34,61)
#371D33
(55,29,51)
#2D1829
(45,24,41)
#23131F
(35,19,31)
#190E15
(25,14,21)
#0F090B
(15,9,11)
#000000
(0,0,0)

Tints of #733B6F

#733B6F
(115,59,111)
#7F4C7C
(127,76,124)
#8B5D89
(139,93,137)
#976E96
(151,110,150)
#A37FA3
(163,127,163)
#AF90B0
(175,144,176)
#BBA1BD
(187,161,189)
#C7B2CA
(199,178,202)
#D3C3D7
(211,195,215)
#DFD4E4
(223,212,228)
#EBE5F1
(235,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #733B6F color. Also use rgb(115,59,111) instead hex code.

Text Font Color

.myTextColor { color: #733B6F; }

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

This text font color is #733B6F.


Background Color

.myBgColor { background-color: #733B6F; }

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

This div background color is #733B6F.


Border color

.myBorderColor { border: 1px solid #733B6F; }

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

This div border color is #733B6F.


Opacity

.myOpacity80 { color: #733B6F; opacity: 0.8; }

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

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

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

This text has shadow with #733B6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #733B6F on black background.


Color preview on white background

This text has color #733B6F on white background.



Black color preview on #733B6F background

This text has black color on #733B6F background.


White color preview on #733B6F background

This text has white color on #733B6F background.