COLOR #733A68

HEX: #733A68
RGB: (115,58,104)

Color info

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

RGB color model

#733A68 color RGB value is (115,58,104).

  • red value is 115;
  • green value is 58;
  • blue value is 104.
RGB:
(115,58,104)
(45%,23%,41%)

RGB channels and saturation

R 115 of 255 = 45%
G 58 of 255 = 23%
B 104 of 255 = 41%

115
58
104

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

Portions of RGB colors in percentages

R + G + B =
115 + 58 + 104 = 277 (100%)
R 115 of 277 ~ 41.52%
G 58 of 277 ~ 20.94%
B 104 of 277 ~ 37.55%

%41.52
%20.94
%37.55

CMYK color model

#733A68 color CMYK value is (0,50,10,55).

  • cyan value is 0.00%
  • magenta value is 49.57%
  • yellow value is 9.57%
  • key color value is 54.90%
CMYK:
(0,50,10,55)
C0M50Y10K55 
(0%,50%,10%,55%)
(0.00/0.50/0.10/0.55)	

CMYK percentages

%0
%49.57
%9.57
%54.9

Codes

Color #733A68 in popluar color models

733A68
RGB11558104
HSL312°32.95%33.92%
HSB/HSV312°49.57%45.10%
CMYK0.00%49.57%9.57%
54.90%

Color #733A68 in popluar number systems.

HEX733A68
Decimal11558104
Binary11100111110101101000
Octal16372150

Shades and tints

Shades of #733A68

#733A68
(115,58,104)
#69355F
(105,53,95)
#5F3056
(95,48,86)
#552B4D
(85,43,77)
#4B2644
(75,38,68)
#41213B
(65,33,59)
#371C32
(55,28,50)
#2D1729
(45,23,41)
#231220
(35,18,32)
#190D17
(25,13,23)
#0F080E
(15,8,14)
#000000
(0,0,0)

Tints of #733A68

#733A68
(115,58,104)
#7F4B75
(127,75,117)
#8B5C82
(139,92,130)
#976D8F
(151,109,143)
#A37E9C
(163,126,156)
#AF8FA9
(175,143,169)
#BBA0B6
(187,160,182)
#C7B1C3
(199,177,195)
#D3C2D0
(211,194,208)
#DFD3DD
(223,211,221)
#EBE4EA
(235,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #733A68 color. Also use rgb(115,58,104) instead hex code.

Text Font Color

.myTextColor { color: #733A68; }

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

This text font color is #733A68.


Background Color

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

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

This div background color is #733A68.


Border color

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

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

This div border color is #733A68.


Opacity

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

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

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

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

This text has shadow with #733A68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #733A68 on black background.


Color preview on white background

This text has color #733A68 on white background.



Black color preview on #733A68 background

This text has black color on #733A68 background.


White color preview on #733A68 background

This text has white color on #733A68 background.