COLOR #733C4C

HEX: #733C4C RGB: (115,60,76)

Color info

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

RGB color model

#733C4C color RGB value is (115,60,76).

RGB: (115,60,76) (45%, 24%, 30%)

RGB channels and saturation

R 115 of 255 = 45%
G 60 of 255 = 24%
B 76 of 255 = 30%

115
60
76

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

Portions of RGB colors in percentages

R + G + B = 115 + 60 + 76 = 251 (100%)
R 115 of 251 ~ 45.82%
G 60 of 251 ~ 23.9%
B 76 of 251 ~ 30.28'%

%45.82
%23.9
%30.28

CMYK color model

#733C4C color CMYK value is (0,48,34,55).

  • cyan value is 0.00%
  • magenta value is 47.83%
  • yellow value is 33.91%
  • key color value is 54.90%

CMYK: (0,48,34,55)
C0M48Y34K55 (0%, 48%, 34%, 55%)
(0.00 / 0.48 / 0.34 / 0.55)

CMYK percentages

%0
%47.83
%33.91
%54.9

Codes

Color #733C4C in popluar color models

73 3C 4C
RGB 115 60 76
HSL 343° 31.43% 34.31%
HSB/HSV 343° 47.83% 45.10%
CMYK 0.00% 47.83% 33.91%
54.90%

Color #733C4C in popluar number systems.

HEX 73 3C 4C
Decimal 115 60 76
Binary 1110011 111100 1001100
Octal 163 74 114

Shades and tints

Shades of #733C4C

#733C4C
(115,60,76)
#693746
(105,55,70)
#5F3240
(95,50,64)
#552D3A
(85,45,58)
#4B2834
(75,40,52)
#41232E
(65,35,46)
#371E28
(55,30,40)
#2D1922
(45,25,34)
#23141C
(35,20,28)
#190F16
(25,15,22)
#0F0A10
(15,10,16)
#000000
(0,0,0)

Tints of #733C4C

#733C4C
(115,60,76)
#7F4D5C
(127,77,92)
#8B5E6C
(139,94,108)
#976F7C
(151,111,124)
#A3808C
(163,128,140)
#AF919C
(175,145,156)
#BBA2AC
(187,162,172)
#C7B3BC
(199,179,188)
#D3C4CC
(211,196,204)
#DFD5DC
(223,213,220)
#EBE6EC
(235,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #733C4C color. Also use rgb(115,60,76) instead hex code.

Text Font Color

.myTextColor { color: #733C4C; }

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

This text font color is #733C4C.

Background Color

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

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

This div background color is #733C4C.

Border color

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

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

This div border color is #733C4C.

Opacity

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

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

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

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

This text has shadow with #733C4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #733C4C.

Preview

Color preview on black background

This text has color #733C4C on black background.


Color preview on white background

This text has color #733C4C on white background.


Black color preview on #733C4C background

This text has black color on #733C4C background.


White color preview on #733C4C background

This text has white color on #733C4C background.


Related colors

Complementary color

Complementary color for #hex is #8CC3B3.


I love getcolorcode.com

Triadic colors

1 #4C733C and #3C4C73 with #733C4C are triadic colors.

2 #4C3C73 and #3C734C with #733C4C are triadic colors.