COLOR #733246

HEX: #733246
RGB: (115,50,70)

Color info

#733246 contains mainly red and blue colors. Web safe color of #733246 is #663333 (or #633).

RGB color model

#733246 color RGB value is (115,50,70).

  • red value is 115;
  • green value is 50;
  • blue value is 70.
RGB:
(115,50,70)
(45%,20%,27%)

RGB channels and saturation

R 115 of 255 = 45%
G 50 of 255 = 20%
B 70 of 255 = 27%

115
50
70

R + G + B ~ 31%. #733246 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 50 + 70 = 235 (100%)
R 115 of 235 ~ 48.94%
G 50 of 235 ~ 21.28%
B 70 of 235 ~ 29.79%

%48.94
%21.28
%29.79

CMYK color model

#733246 color CMYK value is (0,57,39,55).

  • cyan value is 0.00%
  • magenta value is 56.52%
  • yellow value is 39.13%
  • key color value is 54.90%
CMYK:
(0,57,39,55)
C0M57Y39K55 
(0%,57%,39%,55%)
(0.00/0.57/0.39/0.55)	

CMYK percentages

%0
%56.52
%39.13
%54.9

Codes

Color #733246 in popluar color models

733246
RGB1155070
HSL342°39.39%32.35%
HSB/HSV342°56.52%45.10%
CMYK0.00%56.52%39.13%
54.90%

Color #733246 in popluar number systems.

HEX733246
Decimal1155070
Binary11100111100101000110
Octal16362106

Shades and tints

Shades of #733246

#733246
(115,50,70)
#692E40
(105,46,64)
#5F2A3A
(95,42,58)
#552634
(85,38,52)
#4B222E
(75,34,46)
#411E28
(65,30,40)
#371A22
(55,26,34)
#2D161C
(45,22,28)
#231216
(35,18,22)
#190E10
(25,14,16)
#0F0A0A
(15,10,10)
#000000
(0,0,0)

Tints of #733246

#733246
(115,50,70)
#7F4456
(127,68,86)
#8B5666
(139,86,102)
#976876
(151,104,118)
#A37A86
(163,122,134)
#AF8C96
(175,140,150)
#BB9EA6
(187,158,166)
#C7B0B6
(199,176,182)
#D3C2C6
(211,194,198)
#DFD4D6
(223,212,214)
#EBE6E6
(235,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #733246 color. Also use rgb(115,50,70) instead hex code.

Text Font Color

.myTextColor { color: #733246; }

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

This text font color is #733246.


Background Color

.myBgColor { background-color: #733246; }

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

This div background color is #733246.


Border color

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

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

This div border color is #733246.


Opacity

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

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

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

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

This text has shadow with #733246 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #733246 on black background.


Color preview on white background

This text has color #733246 on white background.



Black color preview on #733246 background

This text has black color on #733246 background.


White color preview on #733246 background

This text has white color on #733246 background.