COLOR #73210C

HEX: #73210C
RGB: (115,33,12)

Color info

#73210C contains mainly red color. Web safe color of #73210C is #663300 (or #630).

RGB color model

#73210C color RGB value is (115,33,12).

  • red value is 115;
  • green value is 33;
  • blue value is 12.
RGB:
(115,33,12)
(45%,13%,5%)

RGB channels and saturation

R 115 of 255 = 45%
G 33 of 255 = 13%
B 12 of 255 = 5%

115
33
12

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

Portions of RGB colors in percentages

R + G + B =
115 + 33 + 12 = 160 (100%)
R 115 of 160 ~ 71.88%
G 33 of 160 ~ 20.63%
B 12 of 160 ~ 7.5%

%71.88
%20.63

CMYK color model

#73210C color CMYK value is (0,71,90,55).

  • cyan value is 0.00%
  • magenta value is 71.30%
  • yellow value is 89.57%
  • key color value is 54.90%
CMYK:
(0,71,90,55)
C0M71Y90K55 
(0%,71%,90%,55%)
(0.00/0.71/0.90/0.55)	

CMYK percentages

%0
%71.3
%89.57
%54.9

Codes

Color #73210C in popluar color models

73210C
RGB1153312
HSL12°81.10%24.90%
HSB/HSV12°89.57%45.10%
CMYK0.00%71.30%89.57%
54.90%

Color #73210C in popluar number systems.

HEX73210C
Decimal1153312
Binary11100111000011100
Octal1634114

Shades and tints

Shades of #73210C

#73210C
(115,33,12)
#691E0B
(105,30,11)
#5F1B0A
(95,27,10)
#551809
(85,24,9)
#4B1508
(75,21,8)
#411207
(65,18,7)
#370F06
(55,15,6)
#2D0C05
(45,12,5)
#230904
(35,9,4)
#190603
(25,6,3)
#0F0302
(15,3,2)
#000000
(0,0,0)

Tints of #73210C

#73210C
(115,33,12)
#7F3522
(127,53,34)
#8B4938
(139,73,56)
#975D4E
(151,93,78)
#A37164
(163,113,100)
#AF857A
(175,133,122)
#BB9990
(187,153,144)
#C7ADA6
(199,173,166)
#D3C1BC
(211,193,188)
#DFD5D2
(223,213,210)
#EBE9E8
(235,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73210C color. Also use rgb(115,33,12) instead hex code.

Text Font Color

.myTextColor { color: #73210C; }

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

This text font color is #73210C.


Background Color

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

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

This div background color is #73210C.


Border color

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

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

This div border color is #73210C.


Opacity

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

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

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

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

This text has shadow with #73210C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73210C on black background.


Color preview on white background

This text has color #73210C on white background.



Black color preview on #73210C background

This text has black color on #73210C background.


White color preview on #73210C background

This text has white color on #73210C background.