COLOR #73592D

HEX: #73592D
RGB: (115,89,45)

Color info

#73592D contains mainly red and green colors. Web safe color of #73592D is #666633 (or #663).

RGB color model

#73592D color RGB value is (115,89,45).

  • red value is 115;
  • green value is 89;
  • blue value is 45.
RGB:
(115,89,45)
(45%,35%,18%)

RGB channels and saturation

R 115 of 255 = 45%
G 89 of 255 = 35%
B 45 of 255 = 18%

115
89
45

R + G + B ~ 33%. #73592D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 89 + 45 = 249 (100%)
R 115 of 249 ~ 46.18%
G 89 of 249 ~ 35.74%
B 45 of 249 ~ 18.07%

%46.18
%35.74
%18.07

CMYK color model

#73592D color CMYK value is (0,23,61,55).

  • cyan value is 0.00%
  • magenta value is 22.61%
  • yellow value is 60.87%
  • key color value is 54.90%
CMYK:
(0,23,61,55)
C0M23Y61K55 
(0%,23%,61%,55%)
(0.00/0.23/0.61/0.55)	

CMYK percentages

%0
%22.61
%60.87
%54.9

Codes

Color #73592D in popluar color models

73592D
RGB1158945
HSL38°43.75%31.37%
HSB/HSV38°60.87%45.10%
CMYK0.00%22.61%60.87%
54.90%

Color #73592D in popluar number systems.

HEX73592D
Decimal1158945
Binary11100111011001101101
Octal16313155

Shades and tints

Shades of #73592D

#73592D
(115,89,45)
#695129
(105,81,41)
#5F4925
(95,73,37)
#554121
(85,65,33)
#4B391D
(75,57,29)
#413119
(65,49,25)
#372915
(55,41,21)
#2D2111
(45,33,17)
#23190D
(35,25,13)
#191109
(25,17,9)
#0F0905
(15,9,5)
#000000
(0,0,0)

Tints of #73592D

#73592D
(115,89,45)
#7F6840
(127,104,64)
#8B7753
(139,119,83)
#978666
(151,134,102)
#A39579
(163,149,121)
#AFA48C
(175,164,140)
#BBB39F
(187,179,159)
#C7C2B2
(199,194,178)
#D3D1C5
(211,209,197)
#DFE0D8
(223,224,216)
#EBEFEB
(235,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73592D color. Also use rgb(115,89,45) instead hex code.

Text Font Color

.myTextColor { color: #73592D; }

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

This text font color is #73592D.


Background Color

.myBgColor { background-color: #73592D; }

<div style="background-color:#73592D">Inner text</div>

This div background color is #73592D.


Border color

.myBorderColor { border: 1px solid #73592D; }

<div style="border:3px solid #73592D">Div</div>

This div border color is #73592D.


Opacity

.myOpacity80 { color: #73592D; opacity: 0.8; }

<p style="color:#73592D;opacity:0.8;">80%</p>

Text with #73592D 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 #73592D;}

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

This text has shadow with #73592D color.

.textShadow {text-shadow: 3px 3px 1px #73592D, 3px 3px 1px red;}

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

This text has shadow with #73592D primary color and red secondary color.


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

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

This text has shadow with #73592D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73592D on black background.


Color preview on white background

This text has color #73592D on white background.



Black color preview on #73592D background

This text has black color on #73592D background.


White color preview on #73592D background

This text has white color on #73592D background.