COLOR #73584D

HEX: #73584D
RGB: (115,88,77)

Color info

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

RGB color model

#73584D color RGB value is (115,88,77).

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

RGB channels and saturation

R 115 of 255 = 45%
G 88 of 255 = 35%
B 77 of 255 = 30%

115
88
77

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

Portions of RGB colors in percentages

R + G + B =
115 + 88 + 77 = 280 (100%)
R 115 of 280 ~ 41.07%
G 88 of 280 ~ 31.43%
B 77 of 280 ~ 27.5%

%41.07
%31.43
%27.5

CMYK color model

#73584D color CMYK value is (0,23,33,55).

  • cyan value is 0.00%
  • magenta value is 23.48%
  • yellow value is 33.04%
  • key color value is 54.90%
CMYK:
(0,23,33,55)
C0M23Y33K55 
(0%,23%,33%,55%)
(0.00/0.23/0.33/0.55)	

CMYK percentages

%0
%23.48
%33.04
%54.9

Codes

Color #73584D in popluar color models

73584D
RGB1158877
HSL17°19.79%37.65%
HSB/HSV17°33.04%45.10%
CMYK0.00%23.48%33.04%
54.90%

Color #73584D in popluar number systems.

HEX73584D
Decimal1158877
Binary111001110110001001101
Octal163130115

Shades and tints

Shades of #73584D

#73584D
(115,88,77)
#695046
(105,80,70)
#5F483F
(95,72,63)
#554038
(85,64,56)
#4B3831
(75,56,49)
#41302A
(65,48,42)
#372823
(55,40,35)
#2D201C
(45,32,28)
#231815
(35,24,21)
#19100E
(25,16,14)
#0F0807
(15,8,7)
#000000
(0,0,0)

Tints of #73584D

#73584D
(115,88,77)
#7F675D
(127,103,93)
#8B766D
(139,118,109)
#97857D
(151,133,125)
#A3948D
(163,148,141)
#AFA39D
(175,163,157)
#BBB2AD
(187,178,173)
#C7C1BD
(199,193,189)
#D3D0CD
(211,208,205)
#DFDFDD
(223,223,221)
#EBEEED
(235,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73584D; }

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

This text font color is #73584D.


Background Color

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

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

This div background color is #73584D.


Border color

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

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

This div border color is #73584D.


Opacity

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

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

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

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

This text has shadow with #73584D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73584D on black background.


Color preview on white background

This text has color #73584D on white background.



Black color preview on #73584D background

This text has black color on #73584D background.


White color preview on #73584D background

This text has white color on #73584D background.