COLOR #733B48

HEX: #733B48 RGB: (115,59,72)

Color info

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

RGB color model

#733B48 color RGB value is (115,59,72).

RGB: (115,59,72) (45%, 23%, 28%)

RGB channels and saturation

R 115 of 255 = 45%
G 59 of 255 = 23%
B 72 of 255 = 28%

115
59
72

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

Portions of RGB colors in percentages

R + G + B = 115 + 59 + 72 = 246 (100%)
R 115 of 246 ~ 46.75%
G 59 of 246 ~ 23.98%
B 72 of 246 ~ 29.27'%

%46.75
%23.98
%29.27

CMYK color model

#733B48 color CMYK value is (0,49,37,55).

  • cyan value is 0.00%
  • magenta value is 48.70%
  • yellow value is 37.39%
  • key color value is 54.90%

CMYK: (0,49,37,55)
C0M49Y37K55 (0%, 49%, 37%, 55%)
(0.00 / 0.49 / 0.37 / 0.55)

CMYK percentages

%0
%48.7
%37.39
%54.9

Codes

Color #733B48 in popluar color models

73 3B 48
RGB 115 59 72
HSL 346° 32.18% 34.12%
HSB/HSV 346° 48.70% 45.10%
CMYK 0.00% 48.70% 37.39%
54.90%

Color #733B48 in popluar number systems.

HEX 73 3B 48
Decimal 115 59 72
Binary 1110011 111011 1001000
Octal 163 73 110

Shades and tints

Shades of #733B48

#733B48
(115,59,72)
#693642
(105,54,66)
#5F313C
(95,49,60)
#552C36
(85,44,54)
#4B2730
(75,39,48)
#41222A
(65,34,42)
#371D24
(55,29,36)
#2D181E
(45,24,30)
#231318
(35,19,24)
#190E12
(25,14,18)
#0F090C
(15,9,12)
#000000
(0,0,0)

Tints of #733B48

#733B48
(115,59,72)
#7F4C58
(127,76,88)
#8B5D68
(139,93,104)
#976E78
(151,110,120)
#A37F88
(163,127,136)
#AF9098
(175,144,152)
#BBA1A8
(187,161,168)
#C7B2B8
(199,178,184)
#D3C3C8
(211,195,200)
#DFD4D8
(223,212,216)
#EBE5E8
(235,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #733B48; }

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

This text font color is #733B48.

Background Color

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

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

This div background color is #733B48.

Border color

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

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

This div border color is #733B48.

Opacity

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

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

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

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

This text has shadow with #733B48 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #733B48.

Preview

Color preview on black background

This text has color #733B48 on black background.


Color preview on white background

This text has color #733B48 on white background.


Black color preview on #733B48 background

This text has black color on #733B48 background.


White color preview on #733B48 background

This text has white color on #733B48 background.


Related colors

Complementary color

Complementary color for #hex is #8CC4B7.


I love getcolorcode.com

Triadic colors

1 #48733B and #3B4873 with #733B48 are triadic colors.

2 #483B73 and #3B7348 with #733B48 are triadic colors.