COLOR #733347

HEX: #733347
RGB: (115,51,71)

Color info

#733347 contains mainly red and blue colors. Web safe color of #733347 is #663333 (or #633).

RGB color model

#733347 color RGB value is (115,51,71).

  • red value is 115;
  • green value is 51;
  • blue value is 71.
RGB:
(115,51,71)
(45%,20%,28%)

RGB channels and saturation

R 115 of 255 = 45%
G 51 of 255 = 20%
B 71 of 255 = 28%

115
51
71

R + G + B ~ 31%. #733347 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 51 + 71 = 237 (100%)
R 115 of 237 ~ 48.52%
G 51 of 237 ~ 21.52%
B 71 of 237 ~ 29.96%

%48.52
%21.52
%29.96

CMYK color model

#733347 color CMYK value is (0,56,38,55).

  • cyan value is 0.00%
  • magenta value is 55.65%
  • yellow value is 38.26%
  • key color value is 54.90%
CMYK:
(0,56,38,55)
C0M56Y38K55 
(0%,56%,38%,55%)
(0.00/0.56/0.38/0.55)	

CMYK percentages

%0
%55.65
%38.26
%54.9

Codes

Color #733347 in popluar color models

733347
RGB1155171
HSL341°38.55%32.55%
HSB/HSV341°55.65%45.10%
CMYK0.00%55.65%38.26%
54.90%

Color #733347 in popluar number systems.

HEX733347
Decimal1155171
Binary11100111100111000111
Octal16363107

Shades and tints

Shades of #733347

#733347
(115,51,71)
#692F41
(105,47,65)
#5F2B3B
(95,43,59)
#552735
(85,39,53)
#4B232F
(75,35,47)
#411F29
(65,31,41)
#371B23
(55,27,35)
#2D171D
(45,23,29)
#231317
(35,19,23)
#190F11
(25,15,17)
#0F0B0B
(15,11,11)
#000000
(0,0,0)

Tints of #733347

#733347
(115,51,71)
#7F4557
(127,69,87)
#8B5767
(139,87,103)
#976977
(151,105,119)
#A37B87
(163,123,135)
#AF8D97
(175,141,151)
#BB9FA7
(187,159,167)
#C7B1B7
(199,177,183)
#D3C3C7
(211,195,199)
#DFD5D7
(223,213,215)
#EBE7E7
(235,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #733347 color. Also use rgb(115,51,71) instead hex code.

Text Font Color

.myTextColor { color: #733347; }

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

This text font color is #733347.


Background Color

.myBgColor { background-color: #733347; }

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

This div background color is #733347.


Border color

.myBorderColor { border: 1px solid #733347; }

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

This div border color is #733347.


Opacity

.myOpacity80 { color: #733347; opacity: 0.8; }

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

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

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

This text has shadow with #733347 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #733347 on black background.


Color preview on white background

This text has color #733347 on white background.



Black color preview on #733347 background

This text has black color on #733347 background.


White color preview on #733347 background

This text has white color on #733347 background.