COLOR #733E6B

HEX: #733E6B RGB: (115,62,107)

Color info

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

RGB color model

#733E6B color RGB value is (115,62,107).

RGB: (115,62,107) (45%, 24%, 42%)

RGB channels and saturation

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

115
62
107

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

Portions of RGB colors in percentages

R + G + B = 115 + 62 + 107 = 284 (100%)
R 115 of 284 ~ 40.49%
G 62 of 284 ~ 21.83%
B 107 of 284 ~ 37.68'%

%40.49
%21.83
%37.68

CMYK color model

#733E6B color CMYK value is (0,46,7,55).

  • cyan value is 0.00%
  • magenta value is 46.09%
  • yellow value is 6.96%
  • key color value is 54.90%

CMYK: (0,46,7,55)
C0M46Y7K55 (0%, 46%, 7%, 55%)
(0.00 / 0.46 / 0.07 / 0.55)

CMYK percentages

%0
%46.09
%6.96
%54.9

Codes

Color #733E6B in popluar color models

73 3E 6B
RGB 115 62 107
HSL 309° 29.94% 34.71%
HSB/HSV 309° 46.09% 45.10%
CMYK 0.00% 46.09% 6.96%
54.90%

Color #733E6B in popluar number systems.

HEX 73 3E 6B
Decimal 115 62 107
Binary 1110011 111110 1101011
Octal 163 76 153

Shades and tints

Shades of #733E6B

#733E6B
(115,62,107)
#693962
(105,57,98)
#5F3459
(95,52,89)
#552F50
(85,47,80)
#4B2A47
(75,42,71)
#41253E
(65,37,62)
#372035
(55,32,53)
#2D1B2C
(45,27,44)
#231623
(35,22,35)
#19111A
(25,17,26)
#0F0C11
(15,12,17)
#000000
(0,0,0)

Tints of #733E6B

#733E6B
(115,62,107)
#7F4F78
(127,79,120)
#8B6085
(139,96,133)
#977192
(151,113,146)
#A3829F
(163,130,159)
#AF93AC
(175,147,172)
#BBA4B9
(187,164,185)
#C7B5C6
(199,181,198)
#D3C6D3
(211,198,211)
#DFD7E0
(223,215,224)
#EBE8ED
(235,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #733E6B; }

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

This text font color is #733E6B.

Background Color

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

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

This div background color is #733E6B.

Border color

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

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

This div border color is #733E6B.

Opacity

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

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

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

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

This text has shadow with #733E6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #733E6B.

Preview

Color preview on black background

This text has color #733E6B on black background.


Color preview on white background

This text has color #733E6B on white background.


Black color preview on #733E6B background

This text has black color on #733E6B background.


White color preview on #733E6B background

This text has white color on #733E6B background.


Related colors

Complementary color

Complementary color for #hex is #8CC194.


I love getcolorcode.com

Triadic colors

1 #6B733E and #3E6B73 with #733E6B are triadic colors.

2 #6B3E73 and #3E736B with #733E6B are triadic colors.