COLOR #73594F

HEX: #73594F
RGB: (115,89,79)

Color info

#73594F contains red, green and blue colors in about the same proportion. Web safe color of #73594F is #666666 (or #666).

RGB color model

#73594F color RGB value is (115,89,79).

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

RGB channels and saturation

R 115 of 255 = 45%
G 89 of 255 = 35%
B 79 of 255 = 31%

115
89
79

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

Portions of RGB colors in percentages

R + G + B =
115 + 89 + 79 = 283 (100%)
R 115 of 283 ~ 40.64%
G 89 of 283 ~ 31.45%
B 79 of 283 ~ 27.92%

%40.64
%31.45
%27.92

CMYK color model

#73594F color CMYK value is (0,23,31,55).

  • cyan value is 0.00%
  • magenta value is 22.61%
  • yellow value is 31.30%
  • key color value is 54.90%
CMYK:
(0,23,31,55)
C0M23Y31K55 
(0%,23%,31%,55%)
(0.00/0.23/0.31/0.55)	

CMYK percentages

%0
%22.61
%31.3
%54.9

Codes

Color #73594F in popluar color models

73594F
RGB1158979
HSL17°18.56%38.04%
HSB/HSV17°31.30%45.10%
CMYK0.00%22.61%31.30%
54.90%

Color #73594F in popluar number systems.

HEX73594F
Decimal1158979
Binary111001110110011001111
Octal163131117

Shades and tints

Shades of #73594F

#73594F
(115,89,79)
#695148
(105,81,72)
#5F4941
(95,73,65)
#55413A
(85,65,58)
#4B3933
(75,57,51)
#41312C
(65,49,44)
#372925
(55,41,37)
#2D211E
(45,33,30)
#231917
(35,25,23)
#191110
(25,17,16)
#0F0909
(15,9,9)
#000000
(0,0,0)

Tints of #73594F

#73594F
(115,89,79)
#7F685F
(127,104,95)
#8B776F
(139,119,111)
#97867F
(151,134,127)
#A3958F
(163,149,143)
#AFA49F
(175,164,159)
#BBB3AF
(187,179,175)
#C7C2BF
(199,194,191)
#D3D1CF
(211,209,207)
#DFE0DF
(223,224,223)
#EBEFEF
(235,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73594F; }

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

This text font color is #73594F.


Background Color

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

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

This div background color is #73594F.


Border color

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

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

This div border color is #73594F.


Opacity

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

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

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

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

This text has shadow with #73594F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73594F on black background.


Color preview on white background

This text has color #73594F on white background.



Black color preview on #73594F background

This text has black color on #73594F background.


White color preview on #73594F background

This text has white color on #73594F background.