COLOR #73093C

HEX: #73093C
RGB: (115,9,60)

Color info

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

RGB color model

#73093C color RGB value is (115,9,60).

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

RGB channels and saturation

R 115 of 255 = 45%
G 9 of 255 = 4%
B 60 of 255 = 24%

115
9
60

R + G + B ~ 24%. #73093C is dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 9 + 60 = 184 (100%)
R 115 of 184 ~ 62.5%
G 9 of 184 ~ 4.89%
B 60 of 184 ~ 32.61%

%62.5
%32.61

CMYK color model

#73093C color CMYK value is (0,92,48,55).

  • cyan value is 0.00%
  • magenta value is 92.17%
  • yellow value is 47.83%
  • key color value is 54.90%
CMYK:
(0,92,48,55)
C0M92Y48K55 
(0%,92%,48%,55%)
(0.00/0.92/0.48/0.55)	

CMYK percentages

%0
%92.17
%47.83
%54.9

Codes

Color #73093C in popluar color models

73093C
RGB115960
HSL331°85.48%24.31%
HSB/HSV331°92.17%45.10%
CMYK0.00%92.17%47.83%
54.90%

Color #73093C in popluar number systems.

HEX73093C
Decimal115960
Binary11100111001111100
Octal1631174

Shades and tints

Shades of #73093C

#73093C
(115,9,60)
#690937
(105,9,55)
#5F0932
(95,9,50)
#55092D
(85,9,45)
#4B0928
(75,9,40)
#410923
(65,9,35)
#37091E
(55,9,30)
#2D0919
(45,9,25)
#230914
(35,9,20)
#19090F
(25,9,15)
#0F090A
(15,9,10)
#000000
(0,0,0)

Tints of #73093C

#73093C
(115,9,60)
#7F1F4D
(127,31,77)
#8B355E
(139,53,94)
#974B6F
(151,75,111)
#A36180
(163,97,128)
#AF7791
(175,119,145)
#BB8DA2
(187,141,162)
#C7A3B3
(199,163,179)
#D3B9C4
(211,185,196)
#DFCFD5
(223,207,213)
#EBE5E6
(235,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73093C; }

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

This text font color is #73093C.


Background Color

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

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

This div background color is #73093C.


Border color

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

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

This div border color is #73093C.


Opacity

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

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

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

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

This text has shadow with #73093C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73093C on black background.


Color preview on white background

This text has color #73093C on white background.



Black color preview on #73093C background

This text has black color on #73093C background.


White color preview on #73093C background

This text has white color on #73093C background.