COLOR #73473C

HEX: #73473C
RGB: (115,71,60)

Color info

#73473C contains red, green and blue colors in about the same proportion. Web safe color of #73473C is #663333 (or #633).

RGB color model

#73473C color RGB value is (115,71,60).

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

RGB channels and saturation

R 115 of 255 = 45%
G 71 of 255 = 28%
B 60 of 255 = 24%

115
71
60

R + G + B ~ 32%. #73473C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 71 + 60 = 246 (100%)
R 115 of 246 ~ 46.75%
G 71 of 246 ~ 28.86%
B 60 of 246 ~ 24.39%

%46.75
%28.86
%24.39

CMYK color model

#73473C color CMYK value is (0,38,48,55).

  • cyan value is 0.00%
  • magenta value is 38.26%
  • yellow value is 47.83%
  • key color value is 54.90%
CMYK:
(0,38,48,55)
C0M38Y48K55 
(0%,38%,48%,55%)
(0.00/0.38/0.48/0.55)	

CMYK percentages

%0
%38.26
%47.83
%54.9

Codes

Color #73473C in popluar color models

73473C
RGB1157160
HSL12°31.43%34.31%
HSB/HSV12°47.83%45.10%
CMYK0.00%38.26%47.83%
54.90%

Color #73473C in popluar number systems.

HEX73473C
Decimal1157160
Binary11100111000111111100
Octal16310774

Shades and tints

Shades of #73473C

#73473C
(115,71,60)
#694137
(105,65,55)
#5F3B32
(95,59,50)
#55352D
(85,53,45)
#4B2F28
(75,47,40)
#412923
(65,41,35)
#37231E
(55,35,30)
#2D1D19
(45,29,25)
#231714
(35,23,20)
#19110F
(25,17,15)
#0F0B0A
(15,11,10)
#000000
(0,0,0)

Tints of #73473C

#73473C
(115,71,60)
#7F574D
(127,87,77)
#8B675E
(139,103,94)
#97776F
(151,119,111)
#A38780
(163,135,128)
#AF9791
(175,151,145)
#BBA7A2
(187,167,162)
#C7B7B3
(199,183,179)
#D3C7C4
(211,199,196)
#DFD7D5
(223,215,213)
#EBE7E6
(235,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73473C color. Also use rgb(115,71,60) instead hex code.

Text Font Color

.myTextColor { color: #73473C; }

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

This text font color is #73473C.


Background Color

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

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

This div background color is #73473C.


Border color

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

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

This div border color is #73473C.


Opacity

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

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

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

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

This text has shadow with #73473C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73473C on black background.


Color preview on white background

This text has color #73473C on white background.



Black color preview on #73473C background

This text has black color on #73473C background.


White color preview on #73473C background

This text has white color on #73473C background.