COLOR #733F33

HEX: #733F33 RGB: (115,63,51)

Color info

#733F33 contains mainly red and green colors. Web safe color of #733F33 is #663333 (or #633).

RGB color model

#733F33 color RGB value is (115,63,51).

RGB: (115,63,51) (45%, 25%, 20%)

RGB channels and saturation

R 115 of 255 = 45%
G 63 of 255 = 25%
B 51 of 255 = 20%

115
63
51

R + G + B ~ 30%. #733F33 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 115 + 63 + 51 = 229 (100%)
R 115 of 229 ~ 50.22%
G 63 of 229 ~ 27.51%
B 51 of 229 ~ 22.27'%

%50.22
%27.51
%22.27

CMYK color model

#733F33 color CMYK value is (0,45,56,55).

  • cyan value is 0.00%
  • magenta value is 45.22%
  • yellow value is 55.65%
  • key color value is 54.90%

CMYK: (0,45,56,55)
C0M45Y56K55 (0%, 45%, 56%, 55%)
(0.00 / 0.45 / 0.56 / 0.55)

CMYK percentages

%0
%45.22
%55.65
%54.9

Codes

Color #733F33 in popluar color models

73 3F 33
RGB 115 63 51
HSL 11° 38.55% 32.55%
HSB/HSV 11° 55.65% 45.10%
CMYK 0.00% 45.22% 55.65%
54.90%

Color #733F33 in popluar number systems.

HEX 73 3F 33
Decimal 115 63 51
Binary 1110011 111111 110011
Octal 163 77 63

Shades and tints

Shades of #733F33

#733F33
(115,63,51)
#693A2F
(105,58,47)
#5F352B
(95,53,43)
#553027
(85,48,39)
#4B2B23
(75,43,35)
#41261F
(65,38,31)
#37211B
(55,33,27)
#2D1C17
(45,28,23)
#231713
(35,23,19)
#19120F
(25,18,15)
#0F0D0B
(15,13,11)
#000000
(0,0,0)

Tints of #733F33

#733F33
(115,63,51)
#7F5045
(127,80,69)
#8B6157
(139,97,87)
#977269
(151,114,105)
#A3837B
(163,131,123)
#AF948D
(175,148,141)
#BBA59F
(187,165,159)
#C7B6B1
(199,182,177)
#D3C7C3
(211,199,195)
#DFD8D5
(223,216,213)
#EBE9E7
(235,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #733F33; }

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

This text font color is #733F33.

Background Color

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

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

This div background color is #733F33.

Border color

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

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

This div border color is #733F33.

Opacity

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

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

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

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

This text has shadow with #733F33 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #733F33.

Preview

Color preview on black background

This text has color #733F33 on black background.


Color preview on white background

This text has color #733F33 on white background.


Black color preview on #733F33 background

This text has black color on #733F33 background.


White color preview on #733F33 background

This text has white color on #733F33 background.


Related colors

Complementary color

Complementary color for #hex is #8CC0CC.


I love getcolorcode.com

Triadic colors

1 #33733F and #3F3373 with #733F33 are triadic colors.

2 #333F73 and #3F7333 with #733F33 are triadic colors.