COLOR #733E62

HEX: #733E62
RGB: (115,62,98)

Color info

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

RGB color model

#733E62 color RGB value is (115,62,98).

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

RGB channels and saturation

R 115 of 255 = 45%
G 62 of 255 = 24%
B 98 of 255 = 38%

115
62
98

R + G + B ~ 36%. #733E62 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 62 + 98 = 275 (100%)
R 115 of 275 ~ 41.82%
G 62 of 275 ~ 22.55%
B 98 of 275 ~ 35.64%

%41.82
%22.55
%35.64

CMYK color model

#733E62 color CMYK value is (0,46,15,55).

  • cyan value is 0.00%
  • magenta value is 46.09%
  • yellow value is 14.78%
  • key color value is 54.90%
CMYK:
(0,46,15,55)
C0M46Y15K55 
(0%,46%,15%,55%)
(0.00/0.46/0.15/0.55)	

CMYK percentages

%0
%46.09
%14.78
%54.9

Codes

Color #733E62 in popluar color models

733E62
RGB1156298
HSL319°29.94%34.71%
HSB/HSV319°46.09%45.10%
CMYK0.00%46.09%14.78%
54.90%

Color #733E62 in popluar number systems.

HEX733E62
Decimal1156298
Binary11100111111101100010
Octal16376142

Shades and tints

Shades of #733E62

#733E62
(115,62,98)
#69395A
(105,57,90)
#5F3452
(95,52,82)
#552F4A
(85,47,74)
#4B2A42
(75,42,66)
#41253A
(65,37,58)
#372032
(55,32,50)
#2D1B2A
(45,27,42)
#231622
(35,22,34)
#19111A
(25,17,26)
#0F0C12
(15,12,18)
#000000
(0,0,0)

Tints of #733E62

#733E62
(115,62,98)
#7F4F70
(127,79,112)
#8B607E
(139,96,126)
#97718C
(151,113,140)
#A3829A
(163,130,154)
#AF93A8
(175,147,168)
#BBA4B6
(187,164,182)
#C7B5C4
(199,181,196)
#D3C6D2
(211,198,210)
#DFD7E0
(223,215,224)
#EBE8EE
(235,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #733E62; }

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

This text font color is #733E62.


Background Color

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

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

This div background color is #733E62.


Border color

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

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

This div border color is #733E62.


Opacity

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

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

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

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

This text has shadow with #733E62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #733E62 on black background.


Color preview on white background

This text has color #733E62 on white background.



Black color preview on #733E62 background

This text has black color on #733E62 background.


White color preview on #733E62 background

This text has white color on #733E62 background.