COLOR #733C5F

HEX: #733C5F
RGB: (115,60,95)

Color info

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

RGB color model

#733C5F color RGB value is (115,60,95).

  • red value is 115;
  • green value is 60;
  • blue value is 95.
RGB:
(115,60,95)
(45%,24%,37%)

RGB channels and saturation

R 115 of 255 = 45%
G 60 of 255 = 24%
B 95 of 255 = 37%

115
60
95

R + G + B ~ 35%. #733C5F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 60 + 95 = 270 (100%)
R 115 of 270 ~ 42.59%
G 60 of 270 ~ 22.22%
B 95 of 270 ~ 35.19%

%42.59
%22.22
%35.19

CMYK color model

#733C5F color CMYK value is (0,48,17,55).

  • cyan value is 0.00%
  • magenta value is 47.83%
  • yellow value is 17.39%
  • key color value is 54.90%
CMYK:
(0,48,17,55)
C0M48Y17K55 
(0%,48%,17%,55%)
(0.00/0.48/0.17/0.55)	

CMYK percentages

%0
%47.83
%17.39
%54.9

Codes

Color #733C5F in popluar color models

733C5F
RGB1156095
HSL322°31.43%34.31%
HSB/HSV322°47.83%45.10%
CMYK0.00%47.83%17.39%
54.90%

Color #733C5F in popluar number systems.

HEX733C5F
Decimal1156095
Binary11100111111001011111
Octal16374137

Shades and tints

Shades of #733C5F

#733C5F
(115,60,95)
#693757
(105,55,87)
#5F324F
(95,50,79)
#552D47
(85,45,71)
#4B283F
(75,40,63)
#412337
(65,35,55)
#371E2F
(55,30,47)
#2D1927
(45,25,39)
#23141F
(35,20,31)
#190F17
(25,15,23)
#0F0A0F
(15,10,15)
#000000
(0,0,0)

Tints of #733C5F

#733C5F
(115,60,95)
#7F4D6D
(127,77,109)
#8B5E7B
(139,94,123)
#976F89
(151,111,137)
#A38097
(163,128,151)
#AF91A5
(175,145,165)
#BBA2B3
(187,162,179)
#C7B3C1
(199,179,193)
#D3C4CF
(211,196,207)
#DFD5DD
(223,213,221)
#EBE6EB
(235,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #733C5F color. Also use rgb(115,60,95) instead hex code.

Text Font Color

.myTextColor { color: #733C5F; }

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

This text font color is #733C5F.


Background Color

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

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

This div background color is #733C5F.


Border color

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

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

This div border color is #733C5F.


Opacity

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

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

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

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

This text has shadow with #733C5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #733C5F on black background.


Color preview on white background

This text has color #733C5F on white background.



Black color preview on #733C5F background

This text has black color on #733C5F background.


White color preview on #733C5F background

This text has white color on #733C5F background.