COLOR #733D4F

HEX: #733D4F RGB: (115,61,79)

Color info

#733D4F contains red, green and blue colors in about the same proportion. Web safe color of #733D4F is #663366 (or #636).

RGB color model

#733D4F color RGB value is (115,61,79).

RGB: (115,61,79) (45%, 24%, 31%)

RGB channels and saturation

R 115 of 255 = 45%
G 61 of 255 = 24%
B 79 of 255 = 31%

115
61
79

R + G + B ~ 33%. #733D4F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 115 + 61 + 79 = 255 (100%)
R 115 of 255 ~ 45.1%
G 61 of 255 ~ 23.92%
B 79 of 255 ~ 30.98'%

%45.1
%23.92
%30.98

CMYK color model

#733D4F color CMYK value is (0,47,31,55).

  • cyan value is 0.00%
  • magenta value is 46.96%
  • yellow value is 31.30%
  • key color value is 54.90%
CMYK: (0,47,31,55) C0M47Y31K55 (0%,47%,31%,55%) (0.00/0.47/0.31/0.55) 

CMYK percentages

%0
%46.96
%31.3
%54.9

Codes

Color #733D4F in popluar color models

73 3D 4F
RGB 115 61 79
HSL 340° 30.68% 34.51%
HSB/HSV 340° 46.96% 45.10%
CMYK 0.00% 46.96% 31.30%
54.90%

Color #733D4F in popluar number systems.

HEX 73 3D 4F
Decimal 115 61 79
Binary 1110011 111101 1001111
Octal 163 75 117

Shades and tints

Shades of #733D4F

#733D4F
(115,61,79)
#693848
(105,56,72)
#5F3341
(95,51,65)
#552E3A
(85,46,58)
#4B2933
(75,41,51)
#41242C
(65,36,44)
#371F25
(55,31,37)
#2D1A1E
(45,26,30)
#231517
(35,21,23)
#191010
(25,16,16)
#0F0B09
(15,11,9)
#000000
(0,0,0)

Tints of #733D4F

#733D4F
(115,61,79)
#7F4E5F
(127,78,95)
#8B5F6F
(139,95,111)
#97707F
(151,112,127)
#A3818F
(163,129,143)
#AF929F
(175,146,159)
#BBA3AF
(187,163,175)
#C7B4BF
(199,180,191)
#D3C5CF
(211,197,207)
#DFD6DF
(223,214,223)
#EBE7EF
(235,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #733D4F color. Also use rgb(115,61,79) instead hex code.

Text Font Color

.myTextColor { color: #733D4F; }

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

This text font color is #733D4F.

Background Color

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

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

This div background color is #733D4F.

Border color

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

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

This div border color is #733D4F.

Opacity

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

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

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

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

This text has shadow with #733D4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #733D4F.

Preview

Color preview on black background

This text has color #733D4F on black background.


Color preview on white background

This text has color #733D4F on white background.


Black color preview on #733D4F background

This text has black color on #733D4F background.


White color preview on #733D4F background

This text has white color on #733D4F background.


Related colors

Complementary color

Complementary color for #hex is #8CC2B0.


I love getcolorcode.com

Triadic colors

1 #4F733D and #3D4F73 with #733D4F are triadic colors.

2 #4F3D73 and #3D734F with #733D4F are triadic colors.