COLOR #73482F

HEX: #73482F
RGB: (115,72,47)

Color info

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

RGB color model

#73482F color RGB value is (115,72,47).

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

RGB channels and saturation

R 115 of 255 = 45%
G 72 of 255 = 28%
B 47 of 255 = 18%

115
72
47

R + G + B ~ 30%. #73482F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 72 + 47 = 234 (100%)
R 115 of 234 ~ 49.15%
G 72 of 234 ~ 30.77%
B 47 of 234 ~ 20.09%

%49.15
%30.77
%20.09

CMYK color model

#73482F color CMYK value is (0,37,59,55).

  • cyan value is 0.00%
  • magenta value is 37.39%
  • yellow value is 59.13%
  • key color value is 54.90%
CMYK:
(0,37,59,55)
C0M37Y59K55 
(0%,37%,59%,55%)
(0.00/0.37/0.59/0.55)	

CMYK percentages

%0
%37.39
%59.13
%54.9

Codes

Color #73482F in popluar color models

73482F
RGB1157247
HSL22°41.98%31.76%
HSB/HSV22°59.13%45.10%
CMYK0.00%37.39%59.13%
54.90%

Color #73482F in popluar number systems.

HEX73482F
Decimal1157247
Binary11100111001000101111
Octal16311057

Shades and tints

Shades of #73482F

#73482F
(115,72,47)
#69422B
(105,66,43)
#5F3C27
(95,60,39)
#553623
(85,54,35)
#4B301F
(75,48,31)
#412A1B
(65,42,27)
#372417
(55,36,23)
#2D1E13
(45,30,19)
#23180F
(35,24,15)
#19120B
(25,18,11)
#0F0C07
(15,12,7)
#000000
(0,0,0)

Tints of #73482F

#73482F
(115,72,47)
#7F5841
(127,88,65)
#8B6853
(139,104,83)
#977865
(151,120,101)
#A38877
(163,136,119)
#AF9889
(175,152,137)
#BBA89B
(187,168,155)
#C7B8AD
(199,184,173)
#D3C8BF
(211,200,191)
#DFD8D1
(223,216,209)
#EBE8E3
(235,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73482F color. Also use rgb(115,72,47) instead hex code.

Text Font Color

.myTextColor { color: #73482F; }

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

This text font color is #73482F.


Background Color

.myBgColor { background-color: #73482F; }

<div style="background-color:#73482F">Inner text</div>

This div background color is #73482F.


Border color

.myBorderColor { border: 1px solid #73482F; }

<div style="border:3px solid #73482F">Div</div>

This div border color is #73482F.


Opacity

.myOpacity80 { color: #73482F; opacity: 0.8; }

<p style="color:#73482F;opacity:0.8;">80%</p>

Text with #73482F 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 #73482F;}

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

This text has shadow with #73482F color.

.textShadow {text-shadow: 3px 3px 1px #73482F, 3px 3px 1px red;}

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

This text has shadow with #73482F primary color and red secondary color.


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

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

This text has shadow with #73482F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73482F on black background.


Color preview on white background

This text has color #73482F on white background.



Black color preview on #73482F background

This text has black color on #73482F background.


White color preview on #73482F background

This text has white color on #73482F background.