COLOR #73392A

HEX: #73392A
RGB: (115,57,42)

Color info

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

RGB color model

#73392A color RGB value is (115,57,42).

  • red value is 115;
  • green value is 57;
  • blue value is 42.
RGB:
(115,57,42)
(45%,22%,16%)

RGB channels and saturation

R 115 of 255 = 45%
G 57 of 255 = 22%
B 42 of 255 = 16%

115
57
42

R + G + B ~ 28%. #73392A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 57 + 42 = 214 (100%)
R 115 of 214 ~ 53.74%
G 57 of 214 ~ 26.64%
B 42 of 214 ~ 19.63%

%53.74
%26.64
%19.63

CMYK color model

#73392A color CMYK value is (0,50,63,55).

  • cyan value is 0.00%
  • magenta value is 50.43%
  • yellow value is 63.48%
  • key color value is 54.90%
CMYK:
(0,50,63,55)
C0M50Y63K55 
(0%,50%,63%,55%)
(0.00/0.50/0.63/0.55)	

CMYK percentages

%0
%50.43
%63.48
%54.9

Codes

Color #73392A in popluar color models

73392A
RGB1155742
HSL12°46.50%30.78%
HSB/HSV12°63.48%45.10%
CMYK0.00%50.43%63.48%
54.90%

Color #73392A in popluar number systems.

HEX73392A
Decimal1155742
Binary1110011111001101010
Octal1637152

Shades and tints

Shades of #73392A

#73392A
(115,57,42)
#693427
(105,52,39)
#5F2F24
(95,47,36)
#552A21
(85,42,33)
#4B251E
(75,37,30)
#41201B
(65,32,27)
#371B18
(55,27,24)
#2D1615
(45,22,21)
#231112
(35,17,18)
#190C0F
(25,12,15)
#0F070C
(15,7,12)
#000000
(0,0,0)

Tints of #73392A

#73392A
(115,57,42)
#7F4B3D
(127,75,61)
#8B5D50
(139,93,80)
#976F63
(151,111,99)
#A38176
(163,129,118)
#AF9389
(175,147,137)
#BBA59C
(187,165,156)
#C7B7AF
(199,183,175)
#D3C9C2
(211,201,194)
#DFDBD5
(223,219,213)
#EBEDE8
(235,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73392A color. Also use rgb(115,57,42) instead hex code.

Text Font Color

.myTextColor { color: #73392A; }

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

This text font color is #73392A.


Background Color

.myBgColor { background-color: #73392A; }

<div style="background-color:#73392A">Inner text</div>

This div background color is #73392A.


Border color

.myBorderColor { border: 1px solid #73392A; }

<div style="border:3px solid #73392A">Div</div>

This div border color is #73392A.


Opacity

.myOpacity80 { color: #73392A; opacity: 0.8; }

<p style="color:#73392A;opacity:0.8;">80%</p>

Text with #73392A 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 #73392A;}

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

This text has shadow with #73392A color.

.textShadow {text-shadow: 3px 3px 1px #73392A, 3px 3px 1px red;}

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

This text has shadow with #73392A primary color and red secondary color.


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

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

This text has shadow with #73392A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73392A on black background.


Color preview on white background

This text has color #73392A on white background.



Black color preview on #73392A background

This text has black color on #73392A background.


White color preview on #73392A background

This text has white color on #73392A background.