COLOR #73002C

HEX: #73002C
RGB: (115,0,44)

Color info

#73002C contains mainly red color. Web safe color of #73002C is #660033 (or #603).

RGB color model

#73002C color RGB value is (115,0,44).

  • red value is 115;
  • green value is 0;
  • blue value is 44.
RGB:
(115,0,44)
(45%,0%,17%)

RGB channels and saturation

R 115 of 255 = 45%
G 0 of 255 = 0%
B 44 of 255 = 17%

115
0
44

R + G + B ~ 21%. #73002C is dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 0 + 44 = 159 (100%)
R 115 of 159 ~ 72.33%
G 0 of 159 ~ 0%
B 44 of 159 ~ 27.67%

%72.33
%27.67

CMYK color model

#73002C color CMYK value is (0,100,62,55).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 61.74%
  • key color value is 54.90%
CMYK:
(0,100,62,55)
C0M100Y62K55 
(0%,100%,62%,55%)
(0.00/1.00/0.62/0.55)	

CMYK percentages

%0
%100
%61.74
%54.9

Codes

Color #73002C in popluar color models

73002C
RGB115044
HSL337°100.00%22.55%
HSB/HSV337°100.00%45.10%
CMYK0.00%100.00%61.74%
54.90%

Color #73002C in popluar number systems.

HEX73002C
Decimal115044
Binary11100110101100
Octal163054

Shades and tints

Shades of #73002C

#73002C
(115,0,44)
#690028
(105,0,40)
#5F0024
(95,0,36)
#550020
(85,0,32)
#4B001C
(75,0,28)
#410018
(65,0,24)
#370014
(55,0,20)
#2D0010
(45,0,16)
#23000C
(35,0,12)
#190008
(25,0,8)
#0F0004
(15,0,4)
#000000
(0,0,0)

Tints of #73002C

#73002C
(115,0,44)
#7F173F
(127,23,63)
#8B2E52
(139,46,82)
#974565
(151,69,101)
#A35C78
(163,92,120)
#AF738B
(175,115,139)
#BB8A9E
(187,138,158)
#C7A1B1
(199,161,177)
#D3B8C4
(211,184,196)
#DFCFD7
(223,207,215)
#EBE6EA
(235,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73002C color. Also use rgb(115,0,44) instead hex code.

Text Font Color

.myTextColor { color: #73002C; }

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

This text font color is #73002C.


Background Color

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

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

This div background color is #73002C.


Border color

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

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

This div border color is #73002C.


Opacity

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

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

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

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

This text has shadow with #73002C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73002C on black background.


Color preview on white background

This text has color #73002C on white background.



Black color preview on #73002C background

This text has black color on #73002C background.


White color preview on #73002C background

This text has white color on #73002C background.