COLOR #733B67

HEX: #733B67
RGB: (115,59,103)

Color info

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

RGB color model

#733B67 color RGB value is (115,59,103).

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

RGB channels and saturation

R 115 of 255 = 45%
G 59 of 255 = 23%
B 103 of 255 = 40%

115
59
103

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

Portions of RGB colors in percentages

R + G + B =
115 + 59 + 103 = 277 (100%)
R 115 of 277 ~ 41.52%
G 59 of 277 ~ 21.3%
B 103 of 277 ~ 37.18%

%41.52
%21.3
%37.18

CMYK color model

#733B67 color CMYK value is (0,49,10,55).

  • cyan value is 0.00%
  • magenta value is 48.70%
  • yellow value is 10.43%
  • key color value is 54.90%
CMYK:
(0,49,10,55)
C0M49Y10K55 
(0%,49%,10%,55%)
(0.00/0.49/0.10/0.55)	

CMYK percentages

%0
%48.7
%10.43
%54.9

Codes

Color #733B67 in popluar color models

733B67
RGB11559103
HSL313°32.18%34.12%
HSB/HSV313°48.70%45.10%
CMYK0.00%48.70%10.43%
54.90%

Color #733B67 in popluar number systems.

HEX733B67
Decimal11559103
Binary11100111110111100111
Octal16373147

Shades and tints

Shades of #733B67

#733B67
(115,59,103)
#69365E
(105,54,94)
#5F3155
(95,49,85)
#552C4C
(85,44,76)
#4B2743
(75,39,67)
#41223A
(65,34,58)
#371D31
(55,29,49)
#2D1828
(45,24,40)
#23131F
(35,19,31)
#190E16
(25,14,22)
#0F090D
(15,9,13)
#000000
(0,0,0)

Tints of #733B67

#733B67
(115,59,103)
#7F4C74
(127,76,116)
#8B5D81
(139,93,129)
#976E8E
(151,110,142)
#A37F9B
(163,127,155)
#AF90A8
(175,144,168)
#BBA1B5
(187,161,181)
#C7B2C2
(199,178,194)
#D3C3CF
(211,195,207)
#DFD4DC
(223,212,220)
#EBE5E9
(235,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #733B67; }

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

This text font color is #733B67.


Background Color

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

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

This div background color is #733B67.


Border color

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

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

This div border color is #733B67.


Opacity

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

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

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

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

This text has shadow with #733B67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #733B67 on black background.


Color preview on white background

This text has color #733B67 on white background.



Black color preview on #733B67 background

This text has black color on #733B67 background.


White color preview on #733B67 background

This text has white color on #733B67 background.