COLOR #733C55

HEX: #733C55
RGB: (115,60,85)

Color info

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

RGB color model

#733C55 color RGB value is (115,60,85).

  • red value is 115;
  • green value is 60;
  • blue value is 85.
RGB:
(115,60,85)
(45%,24%,33%)

RGB channels and saturation

R 115 of 255 = 45%
G 60 of 255 = 24%
B 85 of 255 = 33%

115
60
85

R + G + B ~ 34%. #733C55 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 60 + 85 = 260 (100%)
R 115 of 260 ~ 44.23%
G 60 of 260 ~ 23.08%
B 85 of 260 ~ 32.69%

%44.23
%23.08
%32.69

CMYK color model

#733C55 color CMYK value is (0,48,26,55).

  • cyan value is 0.00%
  • magenta value is 47.83%
  • yellow value is 26.09%
  • key color value is 54.90%
CMYK:
(0,48,26,55)
C0M48Y26K55 
(0%,48%,26%,55%)
(0.00/0.48/0.26/0.55)	

CMYK percentages

%0
%47.83
%26.09
%54.9

Codes

Color #733C55 in popluar color models

733C55
RGB1156085
HSL333°31.43%34.31%
HSB/HSV333°47.83%45.10%
CMYK0.00%47.83%26.09%
54.90%

Color #733C55 in popluar number systems.

HEX733C55
Decimal1156085
Binary11100111111001010101
Octal16374125

Shades and tints

Shades of #733C55

#733C55
(115,60,85)
#69374E
(105,55,78)
#5F3247
(95,50,71)
#552D40
(85,45,64)
#4B2839
(75,40,57)
#412332
(65,35,50)
#371E2B
(55,30,43)
#2D1924
(45,25,36)
#23141D
(35,20,29)
#190F16
(25,15,22)
#0F0A0F
(15,10,15)
#000000
(0,0,0)

Tints of #733C55

#733C55
(115,60,85)
#7F4D64
(127,77,100)
#8B5E73
(139,94,115)
#976F82
(151,111,130)
#A38091
(163,128,145)
#AF91A0
(175,145,160)
#BBA2AF
(187,162,175)
#C7B3BE
(199,179,190)
#D3C4CD
(211,196,205)
#DFD5DC
(223,213,220)
#EBE6EB
(235,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #733C55; }

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

This text font color is #733C55.


Background Color

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

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

This div background color is #733C55.


Border color

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

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

This div border color is #733C55.


Opacity

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

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

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

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

This text has shadow with #733C55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #733C55 on black background.


Color preview on white background

This text has color #733C55 on white background.



Black color preview on #733C55 background

This text has black color on #733C55 background.


White color preview on #733C55 background

This text has white color on #733C55 background.