COLOR #733B63

HEX: #733B63 RGB: (115,59,99)

Color info

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

RGB color model

#733B63 color RGB value is (115,59,99).

RGB: (115,59,99) (45%, 23%, 39%)

RGB channels and saturation

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

115
59
99

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

Portions of RGB colors in percentages

R + G + B = 115 + 59 + 99 = 273 (100%)
R 115 of 273 ~ 42.12%
G 59 of 273 ~ 21.61%
B 99 of 273 ~ 36.26'%

%42.12
%21.61
%36.26

CMYK color model

#733B63 color CMYK value is (0,49,14,55).

  • cyan value is 0.00%
  • magenta value is 48.70%
  • yellow value is 13.91%
  • key color value is 54.90%

CMYK: (0,49,14,55)
C0M49Y14K55 (0%, 49%, 14%, 55%)
(0.00 / 0.49 / 0.14 / 0.55)

CMYK percentages

%0
%48.7
%13.91
%54.9

Codes

Color #733B63 in popluar color models

73 3B 63
RGB 115 59 99
HSL 317° 32.18% 34.12%
HSB/HSV 317° 48.70% 45.10%
CMYK 0.00% 48.70% 13.91%
54.90%

Color #733B63 in popluar number systems.

HEX 73 3B 63
Decimal 115 59 99
Binary 1110011 111011 1100011
Octal 163 73 143

Shades and tints

Shades of #733B63

#733B63
(115,59,99)
#69365A
(105,54,90)
#5F3151
(95,49,81)
#552C48
(85,44,72)
#4B273F
(75,39,63)
#412236
(65,34,54)
#371D2D
(55,29,45)
#2D1824
(45,24,36)
#23131B
(35,19,27)
#190E12
(25,14,18)
#0F0909
(15,9,9)
#000000
(0,0,0)

Tints of #733B63

#733B63
(115,59,99)
#7F4C71
(127,76,113)
#8B5D7F
(139,93,127)
#976E8D
(151,110,141)
#A37F9B
(163,127,155)
#AF90A9
(175,144,169)
#BBA1B7
(187,161,183)
#C7B2C5
(199,178,197)
#D3C3D3
(211,195,211)
#DFD4E1
(223,212,225)
#EBE5EF
(235,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #733B63; }

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

This text font color is #733B63.

Background Color

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

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

This div background color is #733B63.

Border color

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

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

This div border color is #733B63.

Opacity

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

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

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

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

This text has shadow with #733B63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #733B63.

Preview

Color preview on black background

This text has color #733B63 on black background.


Color preview on white background

This text has color #733B63 on white background.


Black color preview on #733B63 background

This text has black color on #733B63 background.


White color preview on #733B63 background

This text has white color on #733B63 background.


Related colors

Complementary color

Complementary color for #hex is #8CC49C.


I love getcolorcode.com

Triadic colors

1 #63733B and #3B6373 with #733B63 are triadic colors.

2 #633B73 and #3B7363 with #733B63 are triadic colors.