COLOR #73584F

HEX: #73584F
RGB: (115,88,79)

Color info

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

RGB color model

#73584F color RGB value is (115,88,79).

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

RGB channels and saturation

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

115
88
79

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

Portions of RGB colors in percentages

R + G + B =
115 + 88 + 79 = 282 (100%)
R 115 of 282 ~ 40.78%
G 88 of 282 ~ 31.21%
B 79 of 282 ~ 28.01%

%40.78
%31.21
%28.01

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.48%
  • 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
%23.48
%31.3
%54.9

Codes

Color #73584F in popluar color models

73584F
RGB1158879
HSL15°18.56%38.04%
HSB/HSV15°31.30%45.10%
CMYK0.00%23.48%31.30%
54.90%

Color #73584F in popluar number systems.

HEX73584F
Decimal1158879
Binary111001110110001001111
Octal163130117

Shades and tints

Shades of #73584F

#73584F
(115,88,79)
#695048
(105,80,72)
#5F4841
(95,72,65)
#55403A
(85,64,58)
#4B3833
(75,56,51)
#41302C
(65,48,44)
#372825
(55,40,37)
#2D201E
(45,32,30)
#231817
(35,24,23)
#191010
(25,16,16)
#0F0809
(15,8,9)
#000000
(0,0,0)

Tints of #73584F

#73584F
(115,88,79)
#7F675F
(127,103,95)
#8B766F
(139,118,111)
#97857F
(151,133,127)
#A3948F
(163,148,143)
#AFA39F
(175,163,159)
#BBB2AF
(187,178,175)
#C7C1BF
(199,193,191)
#D3D0CF
(211,208,207)
#DFDFDF
(223,223,223)
#EBEEEF
(235,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73584F; }

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

This text font color is #73584F.


Background Color

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

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

This div background color is #73584F.


Border color

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

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

This div border color is #73584F.


Opacity

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

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

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

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

This text has shadow with #73584F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73584F on black background.


Color preview on white background

This text has color #73584F on white background.



Black color preview on #73584F background

This text has black color on #73584F background.


White color preview on #73584F background

This text has white color on #73584F background.