COLOR #73464F

HEX: #73464F
RGB: (115,70,79)

Color info

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

RGB color model

#73464F color RGB value is (115,70,79).

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

RGB channels and saturation

R 115 of 255 = 45%
G 70 of 255 = 27%
B 79 of 255 = 31%

115
70
79

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

Portions of RGB colors in percentages

R + G + B =
115 + 70 + 79 = 264 (100%)
R 115 of 264 ~ 43.56%
G 70 of 264 ~ 26.52%
B 79 of 264 ~ 29.92%

%43.56
%26.52
%29.92

CMYK color model

#73464F color CMYK value is (0,39,31,55).

  • cyan value is 0.00%
  • magenta value is 39.13%
  • yellow value is 31.30%
  • key color value is 54.90%
CMYK:
(0,39,31,55)
C0M39Y31K55 
(0%,39%,31%,55%)
(0.00/0.39/0.31/0.55)	

CMYK percentages

%0
%39.13
%31.3
%54.9

Codes

Color #73464F in popluar color models

73464F
RGB1157079
HSL348°24.32%36.27%
HSB/HSV348°39.13%45.10%
CMYK0.00%39.13%31.30%
54.90%

Color #73464F in popluar number systems.

HEX73464F
Decimal1157079
Binary111001110001101001111
Octal163106117

Shades and tints

Shades of #73464F

#73464F
(115,70,79)
#694048
(105,64,72)
#5F3A41
(95,58,65)
#55343A
(85,52,58)
#4B2E33
(75,46,51)
#41282C
(65,40,44)
#372225
(55,34,37)
#2D1C1E
(45,28,30)
#231617
(35,22,23)
#191010
(25,16,16)
#0F0A09
(15,10,9)
#000000
(0,0,0)

Tints of #73464F

#73464F
(115,70,79)
#7F565F
(127,86,95)
#8B666F
(139,102,111)
#97767F
(151,118,127)
#A3868F
(163,134,143)
#AF969F
(175,150,159)
#BBA6AF
(187,166,175)
#C7B6BF
(199,182,191)
#D3C6CF
(211,198,207)
#DFD6DF
(223,214,223)
#EBE6EF
(235,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73464F color. Also use rgb(115,70,79) instead hex code.

Text Font Color

.myTextColor { color: #73464F; }

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

This text font color is #73464F.


Background Color

.myBgColor { background-color: #73464F; }

<div style="background-color:#73464F">Inner text</div>

This div background color is #73464F.


Border color

.myBorderColor { border: 1px solid #73464F; }

<div style="border:3px solid #73464F">Div</div>

This div border color is #73464F.


Opacity

.myOpacity80 { color: #73464F; opacity: 0.8; }

<p style="color:#73464F;opacity:0.8;">80%</p>

Text with #73464F 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 #73464F;}

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

This text has shadow with #73464F color.

.textShadow {text-shadow: 3px 3px 1px #73464F, 3px 3px 1px red;}

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

This text has shadow with #73464F primary color and red secondary color.


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

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

This text has shadow with #73464F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73464F on black background.


Color preview on white background

This text has color #73464F on white background.



Black color preview on #73464F background

This text has black color on #73464F background.


White color preview on #73464F background

This text has white color on #73464F background.