COLOR #73462B

HEX: #73462B
RGB: (115,70,43)

Color info

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

RGB color model

#73462B color RGB value is (115,70,43).

  • red value is 115;
  • green value is 70;
  • blue value is 43.
RGB:
(115,70,43)
(45%,27%,17%)

RGB channels and saturation

R 115 of 255 = 45%
G 70 of 255 = 27%
B 43 of 255 = 17%

115
70
43

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

Portions of RGB colors in percentages

R + G + B =
115 + 70 + 43 = 228 (100%)
R 115 of 228 ~ 50.44%
G 70 of 228 ~ 30.7%
B 43 of 228 ~ 18.86%

%50.44
%30.7
%18.86

CMYK color model

#73462B color CMYK value is (0,39,63,55).

  • cyan value is 0.00%
  • magenta value is 39.13%
  • yellow value is 62.61%
  • key color value is 54.90%
CMYK:
(0,39,63,55)
C0M39Y63K55 
(0%,39%,63%,55%)
(0.00/0.39/0.63/0.55)	

CMYK percentages

%0
%39.13
%62.61
%54.9

Codes

Color #73462B in popluar color models

73462B
RGB1157043
HSL23°45.57%30.98%
HSB/HSV23°62.61%45.10%
CMYK0.00%39.13%62.61%
54.90%

Color #73462B in popluar number systems.

HEX73462B
Decimal1157043
Binary11100111000110101011
Octal16310653

Shades and tints

Shades of #73462B

#73462B
(115,70,43)
#694028
(105,64,40)
#5F3A25
(95,58,37)
#553422
(85,52,34)
#4B2E1F
(75,46,31)
#41281C
(65,40,28)
#372219
(55,34,25)
#2D1C16
(45,28,22)
#231613
(35,22,19)
#191010
(25,16,16)
#0F0A0D
(15,10,13)
#000000
(0,0,0)

Tints of #73462B

#73462B
(115,70,43)
#7F563E
(127,86,62)
#8B6651
(139,102,81)
#977664
(151,118,100)
#A38677
(163,134,119)
#AF968A
(175,150,138)
#BBA69D
(187,166,157)
#C7B6B0
(199,182,176)
#D3C6C3
(211,198,195)
#DFD6D6
(223,214,214)
#EBE6E9
(235,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73462B color. Also use rgb(115,70,43) instead hex code.

Text Font Color

.myTextColor { color: #73462B; }

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

This text font color is #73462B.


Background Color

.myBgColor { background-color: #73462B; }

<div style="background-color:#73462B">Inner text</div>

This div background color is #73462B.


Border color

.myBorderColor { border: 1px solid #73462B; }

<div style="border:3px solid #73462B">Div</div>

This div border color is #73462B.


Opacity

.myOpacity80 { color: #73462B; opacity: 0.8; }

<p style="color:#73462B;opacity:0.8;">80%</p>

Text with #73462B 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 #73462B;}

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

This text has shadow with #73462B color.

.textShadow {text-shadow: 3px 3px 1px #73462B, 3px 3px 1px red;}

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

This text has shadow with #73462B primary color and red secondary color.


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

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

This text has shadow with #73462B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73462B on black background.


Color preview on white background

This text has color #73462B on white background.



Black color preview on #73462B background

This text has black color on #73462B background.


White color preview on #73462B background

This text has white color on #73462B background.