COLOR #73481D

HEX: #73481D
RGB: (115,72,29)

Color info

#73481D contains mainly red and green colors. Web safe color of #73481D is #663333 (or #633).

RGB color model

#73481D color RGB value is (115,72,29).

  • red value is 115;
  • green value is 72;
  • blue value is 29.
RGB:
(115,72,29)
(45%,28%,11%)

RGB channels and saturation

R 115 of 255 = 45%
G 72 of 255 = 28%
B 29 of 255 = 11%

115
72
29

R + G + B ~ 28%. #73481D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 72 + 29 = 216 (100%)
R 115 of 216 ~ 53.24%
G 72 of 216 ~ 33.33%
B 29 of 216 ~ 13.43%

%53.24
%33.33
%13.43

CMYK color model

#73481D color CMYK value is (0,37,75,55).

  • cyan value is 0.00%
  • magenta value is 37.39%
  • yellow value is 74.78%
  • key color value is 54.90%
CMYK:
(0,37,75,55)
C0M37Y75K55 
(0%,37%,75%,55%)
(0.00/0.37/0.75/0.55)	

CMYK percentages

%0
%37.39
%74.78
%54.9

Codes

Color #73481D in popluar color models

73481D
RGB1157229
HSL30°59.72%28.24%
HSB/HSV30°74.78%45.10%
CMYK0.00%37.39%74.78%
54.90%

Color #73481D in popluar number systems.

HEX73481D
Decimal1157229
Binary1110011100100011101
Octal16311035

Shades and tints

Shades of #73481D

#73481D
(115,72,29)
#69421B
(105,66,27)
#5F3C19
(95,60,25)
#553617
(85,54,23)
#4B3015
(75,48,21)
#412A13
(65,42,19)
#372411
(55,36,17)
#2D1E0F
(45,30,15)
#23180D
(35,24,13)
#19120B
(25,18,11)
#0F0C09
(15,12,9)
#000000
(0,0,0)

Tints of #73481D

#73481D
(115,72,29)
#7F5831
(127,88,49)
#8B6845
(139,104,69)
#977859
(151,120,89)
#A3886D
(163,136,109)
#AF9881
(175,152,129)
#BBA895
(187,168,149)
#C7B8A9
(199,184,169)
#D3C8BD
(211,200,189)
#DFD8D1
(223,216,209)
#EBE8E5
(235,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73481D color. Also use rgb(115,72,29) instead hex code.

Text Font Color

.myTextColor { color: #73481D; }

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

This text font color is #73481D.


Background Color

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

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

This div background color is #73481D.


Border color

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

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

This div border color is #73481D.


Opacity

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

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

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

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

This text has shadow with #73481D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73481D on black background.


Color preview on white background

This text has color #73481D on white background.



Black color preview on #73481D background

This text has black color on #73481D background.


White color preview on #73481D background

This text has white color on #73481D background.