COLOR #733E6A

HEX: #733E6A
RGB: (115,62,106)

Color info

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

RGB color model

#733E6A color RGB value is (115,62,106).

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

RGB channels and saturation

R 115 of 255 = 45%
G 62 of 255 = 24%
B 106 of 255 = 42%

115
62
106

R + G + B ~ 37%. #733E6A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 62 + 106 = 283 (100%)
R 115 of 283 ~ 40.64%
G 62 of 283 ~ 21.91%
B 106 of 283 ~ 37.46%

%40.64
%21.91
%37.46

CMYK color model

#733E6A color CMYK value is (0,46,8,55).

  • cyan value is 0.00%
  • magenta value is 46.09%
  • yellow value is 7.83%
  • key color value is 54.90%
CMYK:
(0,46,8,55)
C0M46Y8K55 
(0%,46%,8%,55%)
(0.00/0.46/0.08/0.55)	

CMYK percentages

%0
%46.09
%7.83
%54.9

Codes

Color #733E6A in popluar color models

733E6A
RGB11562106
HSL310°29.94%34.71%
HSB/HSV310°46.09%45.10%
CMYK0.00%46.09%7.83%
54.90%

Color #733E6A in popluar number systems.

HEX733E6A
Decimal11562106
Binary11100111111101101010
Octal16376152

Shades and tints

Shades of #733E6A

#733E6A
(115,62,106)
#693961
(105,57,97)
#5F3458
(95,52,88)
#552F4F
(85,47,79)
#4B2A46
(75,42,70)
#41253D
(65,37,61)
#372034
(55,32,52)
#2D1B2B
(45,27,43)
#231622
(35,22,34)
#191119
(25,17,25)
#0F0C10
(15,12,16)
#000000
(0,0,0)

Tints of #733E6A

#733E6A
(115,62,106)
#7F4F77
(127,79,119)
#8B6084
(139,96,132)
#977191
(151,113,145)
#A3829E
(163,130,158)
#AF93AB
(175,147,171)
#BBA4B8
(187,164,184)
#C7B5C5
(199,181,197)
#D3C6D2
(211,198,210)
#DFD7DF
(223,215,223)
#EBE8EC
(235,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #733E6A; }

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

This text font color is #733E6A.


Background Color

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

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

This div background color is #733E6A.


Border color

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

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

This div border color is #733E6A.


Opacity

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

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

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

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

This text has shadow with #733E6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #733E6A on black background.


Color preview on white background

This text has color #733E6A on white background.



Black color preview on #733E6A background

This text has black color on #733E6A background.


White color preview on #733E6A background

This text has white color on #733E6A background.