COLOR #73470D

HEX: #73470D
RGB: (115,71,13)

Color info

#73470D contains mainly red and green colors. Web safe color of #73470D is #663300 (or #630).

RGB color model

#73470D color RGB value is (115,71,13).

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

RGB channels and saturation

R 115 of 255 = 45%
G 71 of 255 = 28%
B 13 of 255 = 5%

115
71
13

R + G + B ~ 26%. #73470D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 71 + 13 = 199 (100%)
R 115 of 199 ~ 57.79%
G 71 of 199 ~ 35.68%
B 13 of 199 ~ 6.53%

%57.79
%35.68

CMYK color model

#73470D color CMYK value is (0,38,89,55).

  • cyan value is 0.00%
  • magenta value is 38.26%
  • yellow value is 88.70%
  • key color value is 54.90%
CMYK:
(0,38,89,55)
C0M38Y89K55 
(0%,38%,89%,55%)
(0.00/0.38/0.89/0.55)	

CMYK percentages

%0
%38.26
%88.7
%54.9

Codes

Color #73470D in popluar color models

73470D
RGB1157113
HSL34°79.69%25.10%
HSB/HSV34°88.70%45.10%
CMYK0.00%38.26%88.70%
54.90%

Color #73470D in popluar number systems.

HEX73470D
Decimal1157113
Binary111001110001111101
Octal16310715

Shades and tints

Shades of #73470D

#73470D
(115,71,13)
#69410C
(105,65,12)
#5F3B0B
(95,59,11)
#55350A
(85,53,10)
#4B2F09
(75,47,9)
#412908
(65,41,8)
#372307
(55,35,7)
#2D1D06
(45,29,6)
#231705
(35,23,5)
#191104
(25,17,4)
#0F0B03
(15,11,3)
#000000
(0,0,0)

Tints of #73470D

#73470D
(115,71,13)
#7F5723
(127,87,35)
#8B6739
(139,103,57)
#97774F
(151,119,79)
#A38765
(163,135,101)
#AF977B
(175,151,123)
#BBA791
(187,167,145)
#C7B7A7
(199,183,167)
#D3C7BD
(211,199,189)
#DFD7D3
(223,215,211)
#EBE7E9
(235,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73470D color. Also use rgb(115,71,13) instead hex code.

Text Font Color

.myTextColor { color: #73470D; }

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

This text font color is #73470D.


Background Color

.myBgColor { background-color: #73470D; }

<div style="background-color:#73470D">Inner text</div>

This div background color is #73470D.


Border color

.myBorderColor { border: 1px solid #73470D; }

<div style="border:3px solid #73470D">Div</div>

This div border color is #73470D.


Opacity

.myOpacity80 { color: #73470D; opacity: 0.8; }

<p style="color:#73470D;opacity:0.8;">80%</p>

Text with #73470D 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 #73470D;}

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

This text has shadow with #73470D color.

.textShadow {text-shadow: 3px 3px 1px #73470D, 3px 3px 1px red;}

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

This text has shadow with #73470D primary color and red secondary color.


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

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

This text has shadow with #73470D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73470D on black background.


Color preview on white background

This text has color #73470D on white background.



Black color preview on #73470D background

This text has black color on #73470D background.


White color preview on #73470D background

This text has white color on #73470D background.