COLOR #733B44

HEX: #733B44
RGB: (115,59,68)

Color info

#733B44 contains red, green and blue colors in about the same proportion. Web safe color of #733B44 is #663333 (or #633).

RGB color model

#733B44 color RGB value is (115,59,68).

  • red value is 115;
  • green value is 59;
  • blue value is 68.
RGB:
(115,59,68)
(45%,23%,27%)

RGB channels and saturation

R 115 of 255 = 45%
G 59 of 255 = 23%
B 68 of 255 = 27%

115
59
68

R + G + B ~ 32%. #733B44 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 59 + 68 = 242 (100%)
R 115 of 242 ~ 47.52%
G 59 of 242 ~ 24.38%
B 68 of 242 ~ 28.1%

%47.52
%24.38
%28.1

CMYK color model

#733B44 color CMYK value is (0,49,41,55).

  • cyan value is 0.00%
  • magenta value is 48.70%
  • yellow value is 40.87%
  • key color value is 54.90%
CMYK:
(0,49,41,55)
C0M49Y41K55 
(0%,49%,41%,55%)
(0.00/0.49/0.41/0.55)	

CMYK percentages

%0
%48.7
%40.87
%54.9

Codes

Color #733B44 in popluar color models

733B44
RGB1155968
HSL350°32.18%34.12%
HSB/HSV350°48.70%45.10%
CMYK0.00%48.70%40.87%
54.90%

Color #733B44 in popluar number systems.

HEX733B44
Decimal1155968
Binary11100111110111000100
Octal16373104

Shades and tints

Shades of #733B44

#733B44
(115,59,68)
#69363E
(105,54,62)
#5F3138
(95,49,56)
#552C32
(85,44,50)
#4B272C
(75,39,44)
#412226
(65,34,38)
#371D20
(55,29,32)
#2D181A
(45,24,26)
#231314
(35,19,20)
#190E0E
(25,14,14)
#0F0908
(15,9,8)
#000000
(0,0,0)

Tints of #733B44

#733B44
(115,59,68)
#7F4C55
(127,76,85)
#8B5D66
(139,93,102)
#976E77
(151,110,119)
#A37F88
(163,127,136)
#AF9099
(175,144,153)
#BBA1AA
(187,161,170)
#C7B2BB
(199,178,187)
#D3C3CC
(211,195,204)
#DFD4DD
(223,212,221)
#EBE5EE
(235,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #733B44 color. Also use rgb(115,59,68) instead hex code.

Text Font Color

.myTextColor { color: #733B44; }

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

This text font color is #733B44.


Background Color

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

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

This div background color is #733B44.


Border color

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

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

This div border color is #733B44.


Opacity

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

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

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

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

This text has shadow with #733B44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #733B44 on black background.


Color preview on white background

This text has color #733B44 on white background.



Black color preview on #733B44 background

This text has black color on #733B44 background.


White color preview on #733B44 background

This text has white color on #733B44 background.