COLOR #73594B

HEX: #73594B
RGB: (115,89,75)

Color info

#73594B contains red, green and blue colors in about the same proportion. Web safe color of #73594B is #666633 (or #663).

RGB color model

#73594B color RGB value is (115,89,75).

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

RGB channels and saturation

R 115 of 255 = 45%
G 89 of 255 = 35%
B 75 of 255 = 29%

115
89
75

R + G + B ~ 36%. #73594B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 89 + 75 = 279 (100%)
R 115 of 279 ~ 41.22%
G 89 of 279 ~ 31.9%
B 75 of 279 ~ 26.88%

%41.22
%31.9
%26.88

CMYK color model

#73594B color CMYK value is (0,23,35,55).

  • cyan value is 0.00%
  • magenta value is 22.61%
  • yellow value is 34.78%
  • key color value is 54.90%
CMYK:
(0,23,35,55)
C0M23Y35K55 
(0%,23%,35%,55%)
(0.00/0.23/0.35/0.55)	

CMYK percentages

%0
%22.61
%34.78
%54.9

Codes

Color #73594B in popluar color models

73594B
RGB1158975
HSL21°21.05%37.25%
HSB/HSV21°34.78%45.10%
CMYK0.00%22.61%34.78%
54.90%

Color #73594B in popluar number systems.

HEX73594B
Decimal1158975
Binary111001110110011001011
Octal163131113

Shades and tints

Shades of #73594B

#73594B
(115,89,75)
#695145
(105,81,69)
#5F493F
(95,73,63)
#554139
(85,65,57)
#4B3933
(75,57,51)
#41312D
(65,49,45)
#372927
(55,41,39)
#2D2121
(45,33,33)
#23191B
(35,25,27)
#191115
(25,17,21)
#0F090F
(15,9,15)
#000000
(0,0,0)

Tints of #73594B

#73594B
(115,89,75)
#7F685B
(127,104,91)
#8B776B
(139,119,107)
#97867B
(151,134,123)
#A3958B
(163,149,139)
#AFA49B
(175,164,155)
#BBB3AB
(187,179,171)
#C7C2BB
(199,194,187)
#D3D1CB
(211,209,203)
#DFE0DB
(223,224,219)
#EBEFEB
(235,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73594B color. Also use rgb(115,89,75) instead hex code.

Text Font Color

.myTextColor { color: #73594B; }

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

This text font color is #73594B.


Background Color

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

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

This div background color is #73594B.


Border color

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

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

This div border color is #73594B.


Opacity

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

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

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

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

This text has shadow with #73594B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73594B on black background.


Color preview on white background

This text has color #73594B on white background.



Black color preview on #73594B background

This text has black color on #73594B background.


White color preview on #73594B background

This text has white color on #73594B background.