COLOR #733B64

HEX: #733B64
RGB: (115,59,100)

Color info

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

RGB color model

#733B64 color RGB value is (115,59,100).

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

RGB channels and saturation

R 115 of 255 = 45%
G 59 of 255 = 23%
B 100 of 255 = 39%

115
59
100

R + G + B ~ 36%. #733B64 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 59 + 100 = 274 (100%)
R 115 of 274 ~ 41.97%
G 59 of 274 ~ 21.53%
B 100 of 274 ~ 36.5%

%41.97
%21.53
%36.5

CMYK color model

#733B64 color CMYK value is (0,49,13,55).

  • cyan value is 0.00%
  • magenta value is 48.70%
  • yellow value is 13.04%
  • key color value is 54.90%
CMYK:
(0,49,13,55)
C0M49Y13K55 
(0%,49%,13%,55%)
(0.00/0.49/0.13/0.55)	

CMYK percentages

%0
%48.7
%13.04
%54.9

Codes

Color #733B64 in popluar color models

733B64
RGB11559100
HSL316°32.18%34.12%
HSB/HSV316°48.70%45.10%
CMYK0.00%48.70%13.04%
54.90%

Color #733B64 in popluar number systems.

HEX733B64
Decimal11559100
Binary11100111110111100100
Octal16373144

Shades and tints

Shades of #733B64

#733B64
(115,59,100)
#69365B
(105,54,91)
#5F3152
(95,49,82)
#552C49
(85,44,73)
#4B2740
(75,39,64)
#412237
(65,34,55)
#371D2E
(55,29,46)
#2D1825
(45,24,37)
#23131C
(35,19,28)
#190E13
(25,14,19)
#0F090A
(15,9,10)
#000000
(0,0,0)

Tints of #733B64

#733B64
(115,59,100)
#7F4C72
(127,76,114)
#8B5D80
(139,93,128)
#976E8E
(151,110,142)
#A37F9C
(163,127,156)
#AF90AA
(175,144,170)
#BBA1B8
(187,161,184)
#C7B2C6
(199,178,198)
#D3C3D4
(211,195,212)
#DFD4E2
(223,212,226)
#EBE5F0
(235,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #733B64; }

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

This text font color is #733B64.


Background Color

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

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

This div background color is #733B64.


Border color

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

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

This div border color is #733B64.


Opacity

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

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

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

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

This text has shadow with #733B64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #733B64 on black background.


Color preview on white background

This text has color #733B64 on white background.



Black color preview on #733B64 background

This text has black color on #733B64 background.


White color preview on #733B64 background

This text has white color on #733B64 background.