COLOR #733E7E

HEX: #733E7E
RGB: (115,62,126)

Color info

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

RGB color model

#733E7E color RGB value is (115,62,126).

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

RGB channels and saturation

R 115 of 255 = 45%
G 62 of 255 = 24%
B 126 of 255 = 49%

115
62
126

R + G + B ~ 39%. #733E7E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 62 + 126 = 303 (100%)
R 115 of 303 ~ 37.95%
G 62 of 303 ~ 20.46%
B 126 of 303 ~ 41.58%

%37.95
%20.46
%41.58

CMYK color model

#733E7E color CMYK value is (9,51,0,51).

  • cyan value is 8.73%
  • magenta value is 50.79%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(9,51,0,51)
C9M51Y0K51 
(9%,51%,0%,51%)
(0.09/0.51/0.00/0.51)	

CMYK percentages

%8.73
%50.79
%0
%50.59

Codes

Color #733E7E in popluar color models

733E7E
RGB11562126
HSL290°34.04%36.86%
HSB/HSV290°50.79%49.41%
CMYK8.73%50.79%0.00%
50.59%

Color #733E7E in popluar number systems.

HEX733E7E
Decimal11562126
Binary11100111111101111110
Octal16376176

Shades and tints

Shades of #733E7E

#733E7E
(115,62,126)
#693973
(105,57,115)
#5F3468
(95,52,104)
#552F5D
(85,47,93)
#4B2A52
(75,42,82)
#412547
(65,37,71)
#37203C
(55,32,60)
#2D1B31
(45,27,49)
#231626
(35,22,38)
#19111B
(25,17,27)
#0F0C10
(15,12,16)
#000000
(0,0,0)

Tints of #733E7E

#733E7E
(115,62,126)
#7F4F89
(127,79,137)
#8B6094
(139,96,148)
#97719F
(151,113,159)
#A382AA
(163,130,170)
#AF93B5
(175,147,181)
#BBA4C0
(187,164,192)
#C7B5CB
(199,181,203)
#D3C6D6
(211,198,214)
#DFD7E1
(223,215,225)
#EBE8EC
(235,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #733E7E; }

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

This text font color is #733E7E.


Background Color

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

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

This div background color is #733E7E.


Border color

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

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

This div border color is #733E7E.


Opacity

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

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

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

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

This text has shadow with #733E7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #733E7E on black background.


Color preview on white background

This text has color #733E7E on white background.



Black color preview on #733E7E background

This text has black color on #733E7E background.


White color preview on #733E7E background

This text has white color on #733E7E background.