COLOR #73093F

HEX: #73093F
RGB: (115,9,63)

Color info

#73093F contains mainly red and blue colors. Web safe color of #73093F is #660033 (or #603).

RGB color model

#73093F color RGB value is (115,9,63).

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

RGB channels and saturation

R 115 of 255 = 45%
G 9 of 255 = 4%
B 63 of 255 = 25%

115
9
63

R + G + B ~ 25%. #73093F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 9 + 63 = 187 (100%)
R 115 of 187 ~ 61.5%
G 9 of 187 ~ 4.81%
B 63 of 187 ~ 33.69%

%61.5
%33.69

CMYK color model

#73093F color CMYK value is (0,92,45,55).

  • cyan value is 0.00%
  • magenta value is 92.17%
  • yellow value is 45.22%
  • key color value is 54.90%
CMYK:
(0,92,45,55)
C0M92Y45K55 
(0%,92%,45%,55%)
(0.00/0.92/0.45/0.55)	

CMYK percentages

%0
%92.17
%45.22
%54.9

Codes

Color #73093F in popluar color models

73093F
RGB115963
HSL329°85.48%24.31%
HSB/HSV329°92.17%45.10%
CMYK0.00%92.17%45.22%
54.90%

Color #73093F in popluar number systems.

HEX73093F
Decimal115963
Binary11100111001111111
Octal1631177

Shades and tints

Shades of #73093F

#73093F
(115,9,63)
#69093A
(105,9,58)
#5F0935
(95,9,53)
#550930
(85,9,48)
#4B092B
(75,9,43)
#410926
(65,9,38)
#370921
(55,9,33)
#2D091C
(45,9,28)
#230917
(35,9,23)
#190912
(25,9,18)
#0F090D
(15,9,13)
#000000
(0,0,0)

Tints of #73093F

#73093F
(115,9,63)
#7F1F50
(127,31,80)
#8B3561
(139,53,97)
#974B72
(151,75,114)
#A36183
(163,97,131)
#AF7794
(175,119,148)
#BB8DA5
(187,141,165)
#C7A3B6
(199,163,182)
#D3B9C7
(211,185,199)
#DFCFD8
(223,207,216)
#EBE5E9
(235,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73093F color. Also use rgb(115,9,63) instead hex code.

Text Font Color

.myTextColor { color: #73093F; }

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

This text font color is #73093F.


Background Color

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

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

This div background color is #73093F.


Border color

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

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

This div border color is #73093F.


Opacity

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

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

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

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

This text has shadow with #73093F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73093F on black background.


Color preview on white background

This text has color #73093F on white background.



Black color preview on #73093F background

This text has black color on #73093F background.


White color preview on #73093F background

This text has white color on #73093F background.