COLOR #733E56

HEX: #733E56
RGB: (115,62,86)

Color info

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

RGB color model

#733E56 color RGB value is (115,62,86).

  • red value is 115;
  • green value is 62;
  • blue value is 86.
RGB:
(115,62,86)
(45%,24%,34%)

RGB channels and saturation

R 115 of 255 = 45%
G 62 of 255 = 24%
B 86 of 255 = 34%

115
62
86

R + G + B ~ 34%. #733E56 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 62 + 86 = 263 (100%)
R 115 of 263 ~ 43.73%
G 62 of 263 ~ 23.57%
B 86 of 263 ~ 32.7%

%43.73
%23.57
%32.7

CMYK color model

#733E56 color CMYK value is (0,46,25,55).

  • cyan value is 0.00%
  • magenta value is 46.09%
  • yellow value is 25.22%
  • key color value is 54.90%
CMYK:
(0,46,25,55)
C0M46Y25K55 
(0%,46%,25%,55%)
(0.00/0.46/0.25/0.55)	

CMYK percentages

%0
%46.09
%25.22
%54.9

Codes

Color #733E56 in popluar color models

733E56
RGB1156286
HSL333°29.94%34.71%
HSB/HSV333°46.09%45.10%
CMYK0.00%46.09%25.22%
54.90%

Color #733E56 in popluar number systems.

HEX733E56
Decimal1156286
Binary11100111111101010110
Octal16376126

Shades and tints

Shades of #733E56

#733E56
(115,62,86)
#69394F
(105,57,79)
#5F3448
(95,52,72)
#552F41
(85,47,65)
#4B2A3A
(75,42,58)
#412533
(65,37,51)
#37202C
(55,32,44)
#2D1B25
(45,27,37)
#23161E
(35,22,30)
#191117
(25,17,23)
#0F0C10
(15,12,16)
#000000
(0,0,0)

Tints of #733E56

#733E56
(115,62,86)
#7F4F65
(127,79,101)
#8B6074
(139,96,116)
#977183
(151,113,131)
#A38292
(163,130,146)
#AF93A1
(175,147,161)
#BBA4B0
(187,164,176)
#C7B5BF
(199,181,191)
#D3C6CE
(211,198,206)
#DFD7DD
(223,215,221)
#EBE8EC
(235,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #733E56 color. Also use rgb(115,62,86) instead hex code.

Text Font Color

.myTextColor { color: #733E56; }

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

This text font color is #733E56.


Background Color

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

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

This div background color is #733E56.


Border color

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

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

This div border color is #733E56.


Opacity

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

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

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

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

This text has shadow with #733E56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #733E56 on black background.


Color preview on white background

This text has color #733E56 on white background.



Black color preview on #733E56 background

This text has black color on #733E56 background.


White color preview on #733E56 background

This text has white color on #733E56 background.