COLOR #73342B

HEX: #73342B
RGB: (115,52,43)

Color info

#73342B contains mainly red color. Web safe color of #73342B is #663333 (or #633).

RGB color model

#73342B color RGB value is (115,52,43).

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

RGB channels and saturation

R 115 of 255 = 45%
G 52 of 255 = 20%
B 43 of 255 = 17%

115
52
43

R + G + B ~ 27%. #73342B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 52 + 43 = 210 (100%)
R 115 of 210 ~ 54.76%
G 52 of 210 ~ 24.76%
B 43 of 210 ~ 20.48%

%54.76
%24.76
%20.48

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 54.78%
  • yellow value is 62.61%
  • key color value is 54.90%
CMYK:
(0,55,63,55)
C0M55Y63K55 
(0%,55%,63%,55%)
(0.00/0.55/0.63/0.55)	

CMYK percentages

%0
%54.78
%62.61
%54.9

Codes

Color #73342B in popluar color models

73342B
RGB1155243
HSL45.57%30.98%
HSB/HSV62.61%45.10%
CMYK0.00%54.78%62.61%
54.90%

Color #73342B in popluar number systems.

HEX73342B
Decimal1155243
Binary1110011110100101011
Octal1636453

Shades and tints

Shades of #73342B

#73342B
(115,52,43)
#693028
(105,48,40)
#5F2C25
(95,44,37)
#552822
(85,40,34)
#4B241F
(75,36,31)
#41201C
(65,32,28)
#371C19
(55,28,25)
#2D1816
(45,24,22)
#231413
(35,20,19)
#191010
(25,16,16)
#0F0C0D
(15,12,13)
#000000
(0,0,0)

Tints of #73342B

#73342B
(115,52,43)
#7F463E
(127,70,62)
#8B5851
(139,88,81)
#976A64
(151,106,100)
#A37C77
(163,124,119)
#AF8E8A
(175,142,138)
#BBA09D
(187,160,157)
#C7B2B0
(199,178,176)
#D3C4C3
(211,196,195)
#DFD6D6
(223,214,214)
#EBE8E9
(235,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73342B; }

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

This text font color is #73342B.


Background Color

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

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

This div background color is #73342B.


Border color

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

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

This div border color is #73342B.


Opacity

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

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

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

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

This text has shadow with #73342B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73342B on black background.


Color preview on white background

This text has color #73342B on white background.



Black color preview on #73342B background

This text has black color on #73342B background.


White color preview on #73342B background

This text has white color on #73342B background.