COLOR #73465E

HEX: #73465E
RGB: (115,70,94)

Color info

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

RGB color model

#73465E color RGB value is (115,70,94).

  • red value is 115;
  • green value is 70;
  • blue value is 94.
RGB:
(115,70,94)
(45%,27%,37%)

RGB channels and saturation

R 115 of 255 = 45%
G 70 of 255 = 27%
B 94 of 255 = 37%

115
70
94

R + G + B ~ 36%. #73465E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 70 + 94 = 279 (100%)
R 115 of 279 ~ 41.22%
G 70 of 279 ~ 25.09%
B 94 of 279 ~ 33.69%

%41.22
%25.09
%33.69

CMYK color model

#73465E color CMYK value is (0,39,18,55).

  • cyan value is 0.00%
  • magenta value is 39.13%
  • yellow value is 18.26%
  • key color value is 54.90%
CMYK:
(0,39,18,55)
C0M39Y18K55 
(0%,39%,18%,55%)
(0.00/0.39/0.18/0.55)	

CMYK percentages

%0
%39.13
%18.26
%54.9

Codes

Color #73465E in popluar color models

73465E
RGB1157094
HSL328°24.32%36.27%
HSB/HSV328°39.13%45.10%
CMYK0.00%39.13%18.26%
54.90%

Color #73465E in popluar number systems.

HEX73465E
Decimal1157094
Binary111001110001101011110
Octal163106136

Shades and tints

Shades of #73465E

#73465E
(115,70,94)
#694056
(105,64,86)
#5F3A4E
(95,58,78)
#553446
(85,52,70)
#4B2E3E
(75,46,62)
#412836
(65,40,54)
#37222E
(55,34,46)
#2D1C26
(45,28,38)
#23161E
(35,22,30)
#191016
(25,16,22)
#0F0A0E
(15,10,14)
#000000
(0,0,0)

Tints of #73465E

#73465E
(115,70,94)
#7F566C
(127,86,108)
#8B667A
(139,102,122)
#977688
(151,118,136)
#A38696
(163,134,150)
#AF96A4
(175,150,164)
#BBA6B2
(187,166,178)
#C7B6C0
(199,182,192)
#D3C6CE
(211,198,206)
#DFD6DC
(223,214,220)
#EBE6EA
(235,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73465E color. Also use rgb(115,70,94) instead hex code.

Text Font Color

.myTextColor { color: #73465E; }

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

This text font color is #73465E.


Background Color

.myBgColor { background-color: #73465E; }

<div style="background-color:#73465E">Inner text</div>

This div background color is #73465E.


Border color

.myBorderColor { border: 1px solid #73465E; }

<div style="border:3px solid #73465E">Div</div>

This div border color is #73465E.


Opacity

.myOpacity80 { color: #73465E; opacity: 0.8; }

<p style="color:#73465E;opacity:0.8;">80%</p>

Text with #73465E 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 #73465E;}

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

This text has shadow with #73465E color.

.textShadow {text-shadow: 3px 3px 1px #73465E, 3px 3px 1px red;}

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

This text has shadow with #73465E primary color and red secondary color.


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

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

This text has shadow with #73465E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73465E on black background.


Color preview on white background

This text has color #73465E on white background.



Black color preview on #73465E background

This text has black color on #73465E background.


White color preview on #73465E background

This text has white color on #73465E background.