COLOR #733F59

HEX: #733F59
RGB: (115,63,89)

Color info

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

RGB color model

#733F59 color RGB value is (115,63,89).

  • red value is 115;
  • green value is 63;
  • blue value is 89.
RGB:
(115,63,89)
(45%,25%,35%)

RGB channels and saturation

R 115 of 255 = 45%
G 63 of 255 = 25%
B 89 of 255 = 35%

115
63
89

R + G + B ~ 35%. #733F59 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 63 + 89 = 267 (100%)
R 115 of 267 ~ 43.07%
G 63 of 267 ~ 23.6%
B 89 of 267 ~ 33.33%

%43.07
%23.6
%33.33

CMYK color model

#733F59 color CMYK value is (0,45,23,55).

  • cyan value is 0.00%
  • magenta value is 45.22%
  • yellow value is 22.61%
  • key color value is 54.90%
CMYK:
(0,45,23,55)
C0M45Y23K55 
(0%,45%,23%,55%)
(0.00/0.45/0.23/0.55)	

CMYK percentages

%0
%45.22
%22.61
%54.9

Codes

Color #733F59 in popluar color models

733F59
RGB1156389
HSL330°29.21%34.90%
HSB/HSV330°45.22%45.10%
CMYK0.00%45.22%22.61%
54.90%

Color #733F59 in popluar number systems.

HEX733F59
Decimal1156389
Binary11100111111111011001
Octal16377131

Shades and tints

Shades of #733F59

#733F59
(115,63,89)
#693A51
(105,58,81)
#5F3549
(95,53,73)
#553041
(85,48,65)
#4B2B39
(75,43,57)
#412631
(65,38,49)
#372129
(55,33,41)
#2D1C21
(45,28,33)
#231719
(35,23,25)
#191211
(25,18,17)
#0F0D09
(15,13,9)
#000000
(0,0,0)

Tints of #733F59

#733F59
(115,63,89)
#7F5068
(127,80,104)
#8B6177
(139,97,119)
#977286
(151,114,134)
#A38395
(163,131,149)
#AF94A4
(175,148,164)
#BBA5B3
(187,165,179)
#C7B6C2
(199,182,194)
#D3C7D1
(211,199,209)
#DFD8E0
(223,216,224)
#EBE9EF
(235,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #733F59; }

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

This text font color is #733F59.


Background Color

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

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

This div background color is #733F59.


Border color

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

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

This div border color is #733F59.


Opacity

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

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

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

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

This text has shadow with #733F59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #733F59 on black background.


Color preview on white background

This text has color #733F59 on white background.



Black color preview on #733F59 background

This text has black color on #733F59 background.


White color preview on #733F59 background

This text has white color on #733F59 background.