COLOR #733450

HEX: #733450
RGB: (115,52,80)

Color info

#733450 contains mainly red and blue colors. Web safe color of #733450 is #663366 (or #636).

RGB color model

#733450 color RGB value is (115,52,80).

  • red value is 115;
  • green value is 52;
  • blue value is 80.
RGB:
(115,52,80)
(45%,20%,31%)

RGB channels and saturation

R 115 of 255 = 45%
G 52 of 255 = 20%
B 80 of 255 = 31%

115
52
80

R + G + B ~ 32%. #733450 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 52 + 80 = 247 (100%)
R 115 of 247 ~ 46.56%
G 52 of 247 ~ 21.05%
B 80 of 247 ~ 32.39%

%46.56
%21.05
%32.39

CMYK color model

#733450 color CMYK value is (0,55,30,55).

  • cyan value is 0.00%
  • magenta value is 54.78%
  • yellow value is 30.43%
  • key color value is 54.90%
CMYK:
(0,55,30,55)
C0M55Y30K55 
(0%,55%,30%,55%)
(0.00/0.55/0.30/0.55)	

CMYK percentages

%0
%54.78
%30.43
%54.9

Codes

Color #733450 in popluar color models

733450
RGB1155280
HSL333°37.72%32.75%
HSB/HSV333°54.78%45.10%
CMYK0.00%54.78%30.43%
54.90%

Color #733450 in popluar number systems.

HEX733450
Decimal1155280
Binary11100111101001010000
Octal16364120

Shades and tints

Shades of #733450

#733450
(115,52,80)
#693049
(105,48,73)
#5F2C42
(95,44,66)
#55283B
(85,40,59)
#4B2434
(75,36,52)
#41202D
(65,32,45)
#371C26
(55,28,38)
#2D181F
(45,24,31)
#231418
(35,20,24)
#191011
(25,16,17)
#0F0C0A
(15,12,10)
#000000
(0,0,0)

Tints of #733450

#733450
(115,52,80)
#7F465F
(127,70,95)
#8B586E
(139,88,110)
#976A7D
(151,106,125)
#A37C8C
(163,124,140)
#AF8E9B
(175,142,155)
#BBA0AA
(187,160,170)
#C7B2B9
(199,178,185)
#D3C4C8
(211,196,200)
#DFD6D7
(223,214,215)
#EBE8E6
(235,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #733450 color. Also use rgb(115,52,80) instead hex code.

Text Font Color

.myTextColor { color: #733450; }

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

This text font color is #733450.


Background Color

.myBgColor { background-color: #733450; }

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

This div background color is #733450.


Border color

.myBorderColor { border: 1px solid #733450; }

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

This div border color is #733450.


Opacity

.myOpacity80 { color: #733450; opacity: 0.8; }

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

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

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

This text has shadow with #733450 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #733450 on black background.


Color preview on white background

This text has color #733450 on white background.



Black color preview on #733450 background

This text has black color on #733450 background.


White color preview on #733450 background

This text has white color on #733450 background.