COLOR #733E47

HEX: #733E47
RGB: (115,62,71)

Color info

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

RGB color model

#733E47 color RGB value is (115,62,71).

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

RGB channels and saturation

R 115 of 255 = 45%
G 62 of 255 = 24%
B 71 of 255 = 28%

115
62
71

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

Portions of RGB colors in percentages

R + G + B =
115 + 62 + 71 = 248 (100%)
R 115 of 248 ~ 46.37%
G 62 of 248 ~ 25%
B 71 of 248 ~ 28.63%

%46.37
%25
%28.63

CMYK color model

#733E47 color CMYK value is (0,46,38,55).

  • cyan value is 0.00%
  • magenta value is 46.09%
  • yellow value is 38.26%
  • key color value is 54.90%
CMYK:
(0,46,38,55)
C0M46Y38K55 
(0%,46%,38%,55%)
(0.00/0.46/0.38/0.55)	

CMYK percentages

%0
%46.09
%38.26
%54.9

Codes

Color #733E47 in popluar color models

733E47
RGB1156271
HSL350°29.94%34.71%
HSB/HSV350°46.09%45.10%
CMYK0.00%46.09%38.26%
54.90%

Color #733E47 in popluar number systems.

HEX733E47
Decimal1156271
Binary11100111111101000111
Octal16376107

Shades and tints

Shades of #733E47

#733E47
(115,62,71)
#693941
(105,57,65)
#5F343B
(95,52,59)
#552F35
(85,47,53)
#4B2A2F
(75,42,47)
#412529
(65,37,41)
#372023
(55,32,35)
#2D1B1D
(45,27,29)
#231617
(35,22,23)
#191111
(25,17,17)
#0F0C0B
(15,12,11)
#000000
(0,0,0)

Tints of #733E47

#733E47
(115,62,71)
#7F4F57
(127,79,87)
#8B6067
(139,96,103)
#977177
(151,113,119)
#A38287
(163,130,135)
#AF9397
(175,147,151)
#BBA4A7
(187,164,167)
#C7B5B7
(199,181,183)
#D3C6C7
(211,198,199)
#DFD7D7
(223,215,215)
#EBE8E7
(235,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #733E47; }

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

This text font color is #733E47.


Background Color

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

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

This div background color is #733E47.


Border color

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

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

This div border color is #733E47.


Opacity

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

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

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

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

This text has shadow with #733E47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #733E47 on black background.


Color preview on white background

This text has color #733E47 on white background.



Black color preview on #733E47 background

This text has black color on #733E47 background.


White color preview on #733E47 background

This text has white color on #733E47 background.