COLOR #733355

HEX: #733355
RGB: (115,51,85)

Color info

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

RGB color model

#733355 color RGB value is (115,51,85).

  • red value is 115;
  • green value is 51;
  • blue value is 85.
RGB:
(115,51,85)
(45%,20%,33%)

RGB channels and saturation

R 115 of 255 = 45%
G 51 of 255 = 20%
B 85 of 255 = 33%

115
51
85

R + G + B ~ 33%. #733355 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 51 + 85 = 251 (100%)
R 115 of 251 ~ 45.82%
G 51 of 251 ~ 20.32%
B 85 of 251 ~ 33.86%

%45.82
%20.32
%33.86

CMYK color model

#733355 color CMYK value is (0,56,26,55).

  • cyan value is 0.00%
  • magenta value is 55.65%
  • yellow value is 26.09%
  • key color value is 54.90%
CMYK:
(0,56,26,55)
C0M56Y26K55 
(0%,56%,26%,55%)
(0.00/0.56/0.26/0.55)	

CMYK percentages

%0
%55.65
%26.09
%54.9

Codes

Color #733355 in popluar color models

733355
RGB1155185
HSL328°38.55%32.55%
HSB/HSV328°55.65%45.10%
CMYK0.00%55.65%26.09%
54.90%

Color #733355 in popluar number systems.

HEX733355
Decimal1155185
Binary11100111100111010101
Octal16363125

Shades and tints

Shades of #733355

#733355
(115,51,85)
#692F4E
(105,47,78)
#5F2B47
(95,43,71)
#552740
(85,39,64)
#4B2339
(75,35,57)
#411F32
(65,31,50)
#371B2B
(55,27,43)
#2D1724
(45,23,36)
#23131D
(35,19,29)
#190F16
(25,15,22)
#0F0B0F
(15,11,15)
#000000
(0,0,0)

Tints of #733355

#733355
(115,51,85)
#7F4564
(127,69,100)
#8B5773
(139,87,115)
#976982
(151,105,130)
#A37B91
(163,123,145)
#AF8DA0
(175,141,160)
#BB9FAF
(187,159,175)
#C7B1BE
(199,177,190)
#D3C3CD
(211,195,205)
#DFD5DC
(223,213,220)
#EBE7EB
(235,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #733355 color. Also use rgb(115,51,85) instead hex code.

Text Font Color

.myTextColor { color: #733355; }

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

This text font color is #733355.


Background Color

.myBgColor { background-color: #733355; }

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

This div background color is #733355.


Border color

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

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

This div border color is #733355.


Opacity

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

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

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

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

This text has shadow with #733355 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #733355 on black background.


Color preview on white background

This text has color #733355 on white background.



Black color preview on #733355 background

This text has black color on #733355 background.


White color preview on #733355 background

This text has white color on #733355 background.