COLOR #733B71

HEX: #733B71
RGB: (115,59,113)

Color info

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

RGB color model

#733B71 color RGB value is (115,59,113).

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

RGB channels and saturation

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

115
59
113

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

Portions of RGB colors in percentages

R + G + B =
115 + 59 + 113 = 287 (100%)
R 115 of 287 ~ 40.07%
G 59 of 287 ~ 20.56%
B 113 of 287 ~ 39.37%

%40.07
%20.56
%39.37

CMYK color model

#733B71 color CMYK value is (0,49,2,55).

  • cyan value is 0.00%
  • magenta value is 48.70%
  • yellow value is 1.74%
  • key color value is 54.90%
CMYK:
(0,49,2,55)
C0M49Y2K55 
(0%,49%,2%,55%)
(0.00/0.49/0.02/0.55)	

CMYK percentages

%0
%48.7
%1.74
%54.9

Codes

Color #733B71 in popluar color models

733B71
RGB11559113
HSL302°32.18%34.12%
HSB/HSV302°48.70%45.10%
CMYK0.00%48.70%1.74%
54.90%

Color #733B71 in popluar number systems.

HEX733B71
Decimal11559113
Binary11100111110111110001
Octal16373161

Shades and tints

Shades of #733B71

#733B71
(115,59,113)
#693667
(105,54,103)
#5F315D
(95,49,93)
#552C53
(85,44,83)
#4B2749
(75,39,73)
#41223F
(65,34,63)
#371D35
(55,29,53)
#2D182B
(45,24,43)
#231321
(35,19,33)
#190E17
(25,14,23)
#0F090D
(15,9,13)
#000000
(0,0,0)

Tints of #733B71

#733B71
(115,59,113)
#7F4C7D
(127,76,125)
#8B5D89
(139,93,137)
#976E95
(151,110,149)
#A37FA1
(163,127,161)
#AF90AD
(175,144,173)
#BBA1B9
(187,161,185)
#C7B2C5
(199,178,197)
#D3C3D1
(211,195,209)
#DFD4DD
(223,212,221)
#EBE5E9
(235,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #733B71; }

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

This text font color is #733B71.


Background Color

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

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

This div background color is #733B71.


Border color

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

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

This div border color is #733B71.


Opacity

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

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

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

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

This text has shadow with #733B71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #733B71 on black background.


Color preview on white background

This text has color #733B71 on white background.



Black color preview on #733B71 background

This text has black color on #733B71 background.


White color preview on #733B71 background

This text has white color on #733B71 background.