COLOR #73335B

HEX: #73335B
RGB: (115,51,91)

Color info

#73335B contains mainly red and blue colors. Web safe color of #73335B is #663366 (or #636).

RGB color model

#73335B color RGB value is (115,51,91).

  • red value is 115;
  • green value is 51;
  • blue value is 91.
RGB:
(115,51,91)
(45%,20%,36%)

RGB channels and saturation

R 115 of 255 = 45%
G 51 of 255 = 20%
B 91 of 255 = 36%

115
51
91

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

Portions of RGB colors in percentages

R + G + B =
115 + 51 + 91 = 257 (100%)
R 115 of 257 ~ 44.75%
G 51 of 257 ~ 19.84%
B 91 of 257 ~ 35.41%

%44.75
%19.84
%35.41

CMYK color model

#73335B color CMYK value is (0,56,21,55).

  • cyan value is 0.00%
  • magenta value is 55.65%
  • yellow value is 20.87%
  • key color value is 54.90%
CMYK:
(0,56,21,55)
C0M56Y21K55 
(0%,56%,21%,55%)
(0.00/0.56/0.21/0.55)	

CMYK percentages

%0
%55.65
%20.87
%54.9

Codes

Color #73335B in popluar color models

73335B
RGB1155191
HSL323°38.55%32.55%
HSB/HSV323°55.65%45.10%
CMYK0.00%55.65%20.87%
54.90%

Color #73335B in popluar number systems.

HEX73335B
Decimal1155191
Binary11100111100111011011
Octal16363133

Shades and tints

Shades of #73335B

#73335B
(115,51,91)
#692F53
(105,47,83)
#5F2B4B
(95,43,75)
#552743
(85,39,67)
#4B233B
(75,35,59)
#411F33
(65,31,51)
#371B2B
(55,27,43)
#2D1723
(45,23,35)
#23131B
(35,19,27)
#190F13
(25,15,19)
#0F0B0B
(15,11,11)
#000000
(0,0,0)

Tints of #73335B

#73335B
(115,51,91)
#7F4569
(127,69,105)
#8B5777
(139,87,119)
#976985
(151,105,133)
#A37B93
(163,123,147)
#AF8DA1
(175,141,161)
#BB9FAF
(187,159,175)
#C7B1BD
(199,177,189)
#D3C3CB
(211,195,203)
#DFD5D9
(223,213,217)
#EBE7E7
(235,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73335B color. Also use rgb(115,51,91) instead hex code.

Text Font Color

.myTextColor { color: #73335B; }

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

This text font color is #73335B.


Background Color

.myBgColor { background-color: #73335B; }

<div style="background-color:#73335B">Inner text</div>

This div background color is #73335B.


Border color

.myBorderColor { border: 1px solid #73335B; }

<div style="border:3px solid #73335B">Div</div>

This div border color is #73335B.


Opacity

.myOpacity80 { color: #73335B; opacity: 0.8; }

<p style="color:#73335B;opacity:0.8;">80%</p>

Text with #73335B 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 #73335B;}

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

This text has shadow with #73335B color.

.textShadow {text-shadow: 3px 3px 1px #73335B, 3px 3px 1px red;}

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

This text has shadow with #73335B primary color and red secondary color.


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

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

This text has shadow with #73335B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73335B on black background.


Color preview on white background

This text has color #73335B on white background.



Black color preview on #73335B background

This text has black color on #73335B background.


White color preview on #73335B background

This text has white color on #73335B background.