COLOR #73293E

HEX: #73293E
RGB: (115,41,62)

Color info

#73293E contains mainly red and blue colors. Web safe color of #73293E is #663333 (or #633).

RGB color model

#73293E color RGB value is (115,41,62).

  • red value is 115;
  • green value is 41;
  • blue value is 62.
RGB:
(115,41,62)
(45%,16%,24%)

RGB channels and saturation

R 115 of 255 = 45%
G 41 of 255 = 16%
B 62 of 255 = 24%

115
41
62

R + G + B ~ 28%. #73293E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 41 + 62 = 218 (100%)
R 115 of 218 ~ 52.75%
G 41 of 218 ~ 18.81%
B 62 of 218 ~ 28.44%

%52.75
%18.81
%28.44

CMYK color model

#73293E color CMYK value is (0,64,46,55).

  • cyan value is 0.00%
  • magenta value is 64.35%
  • yellow value is 46.09%
  • key color value is 54.90%
CMYK:
(0,64,46,55)
C0M64Y46K55 
(0%,64%,46%,55%)
(0.00/0.64/0.46/0.55)	

CMYK percentages

%0
%64.35
%46.09
%54.9

Codes

Color #73293E in popluar color models

73293E
RGB1154162
HSL343°47.44%30.59%
HSB/HSV343°64.35%45.10%
CMYK0.00%64.35%46.09%
54.90%

Color #73293E in popluar number systems.

HEX73293E
Decimal1154162
Binary1110011101001111110
Octal1635176

Shades and tints

Shades of #73293E

#73293E
(115,41,62)
#692639
(105,38,57)
#5F2334
(95,35,52)
#55202F
(85,32,47)
#4B1D2A
(75,29,42)
#411A25
(65,26,37)
#371720
(55,23,32)
#2D141B
(45,20,27)
#231116
(35,17,22)
#190E11
(25,14,17)
#0F0B0C
(15,11,12)
#000000
(0,0,0)

Tints of #73293E

#73293E
(115,41,62)
#7F3C4F
(127,60,79)
#8B4F60
(139,79,96)
#976271
(151,98,113)
#A37582
(163,117,130)
#AF8893
(175,136,147)
#BB9BA4
(187,155,164)
#C7AEB5
(199,174,181)
#D3C1C6
(211,193,198)
#DFD4D7
(223,212,215)
#EBE7E8
(235,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73293E color. Also use rgb(115,41,62) instead hex code.

Text Font Color

.myTextColor { color: #73293E; }

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

This text font color is #73293E.


Background Color

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

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

This div background color is #73293E.


Border color

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

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

This div border color is #73293E.


Opacity

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

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

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

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

This text has shadow with #73293E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73293E on black background.


Color preview on white background

This text has color #73293E on white background.



Black color preview on #73293E background

This text has black color on #73293E background.


White color preview on #73293E background

This text has white color on #73293E background.