COLOR #73082A

HEX: #73082A
RGB: (115,8,42)

Color info

#73082A contains mainly red color. Web safe color of #73082A is #660033 (or #603).

RGB color model

#73082A color RGB value is (115,8,42).

  • red value is 115;
  • green value is 8;
  • blue value is 42.
RGB:
(115,8,42)
(45%,3%,16%)

RGB channels and saturation

R 115 of 255 = 45%
G 8 of 255 = 3%
B 42 of 255 = 16%

115
8
42

R + G + B ~ 21%. #73082A is dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 8 + 42 = 165 (100%)
R 115 of 165 ~ 69.7%
G 8 of 165 ~ 4.85%
B 42 of 165 ~ 25.45%

%69.7
%25.45

CMYK color model

#73082A color CMYK value is (0,93,63,55).

  • cyan value is 0.00%
  • magenta value is 93.04%
  • yellow value is 63.48%
  • key color value is 54.90%
CMYK:
(0,93,63,55)
C0M93Y63K55 
(0%,93%,63%,55%)
(0.00/0.93/0.63/0.55)	

CMYK percentages

%0
%93.04
%63.48
%54.9

Codes

Color #73082A in popluar color models

73082A
RGB115842
HSL341°86.99%24.12%
HSB/HSV341°93.04%45.10%
CMYK0.00%93.04%63.48%
54.90%

Color #73082A in popluar number systems.

HEX73082A
Decimal115842
Binary11100111000101010
Octal1631052

Shades and tints

Shades of #73082A

#73082A
(115,8,42)
#690827
(105,8,39)
#5F0824
(95,8,36)
#550821
(85,8,33)
#4B081E
(75,8,30)
#41081B
(65,8,27)
#370818
(55,8,24)
#2D0815
(45,8,21)
#230812
(35,8,18)
#19080F
(25,8,15)
#0F080C
(15,8,12)
#000000
(0,0,0)

Tints of #73082A

#73082A
(115,8,42)
#7F1E3D
(127,30,61)
#8B3450
(139,52,80)
#974A63
(151,74,99)
#A36076
(163,96,118)
#AF7689
(175,118,137)
#BB8C9C
(187,140,156)
#C7A2AF
(199,162,175)
#D3B8C2
(211,184,194)
#DFCED5
(223,206,213)
#EBE4E8
(235,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73082A color. Also use rgb(115,8,42) instead hex code.

Text Font Color

.myTextColor { color: #73082A; }

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

This text font color is #73082A.


Background Color

.myBgColor { background-color: #73082A; }

<div style="background-color:#73082A">Inner text</div>

This div background color is #73082A.


Border color

.myBorderColor { border: 1px solid #73082A; }

<div style="border:3px solid #73082A">Div</div>

This div border color is #73082A.


Opacity

.myOpacity80 { color: #73082A; opacity: 0.8; }

<p style="color:#73082A;opacity:0.8;">80%</p>

Text with #73082A 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 #73082A;}

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

This text has shadow with #73082A color.

.textShadow {text-shadow: 3px 3px 1px #73082A, 3px 3px 1px red;}

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

This text has shadow with #73082A primary color and red secondary color.


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

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

This text has shadow with #73082A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73082A on black background.


Color preview on white background

This text has color #73082A on white background.



Black color preview on #73082A background

This text has black color on #73082A background.


White color preview on #73082A background

This text has white color on #73082A background.