COLOR #73576B

HEX: #73576B
RGB: (115,87,107)

Color info

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

RGB color model

#73576B color RGB value is (115,87,107).

  • red value is 115;
  • green value is 87;
  • blue value is 107.
RGB:
(115,87,107)
(45%,34%,42%)

RGB channels and saturation

R 115 of 255 = 45%
G 87 of 255 = 34%
B 107 of 255 = 42%

115
87
107

R + G + B ~ 40%. #73576B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 87 + 107 = 309 (100%)
R 115 of 309 ~ 37.22%
G 87 of 309 ~ 28.16%
B 107 of 309 ~ 34.63%

%37.22
%28.16
%34.63

CMYK color model

#73576B color CMYK value is (0,24,7,55).

  • cyan value is 0.00%
  • magenta value is 24.35%
  • yellow value is 6.96%
  • key color value is 54.90%
CMYK:
(0,24,7,55)
C0M24Y7K55 
(0%,24%,7%,55%)
(0.00/0.24/0.07/0.55)	

CMYK percentages

%0
%24.35
%6.96
%54.9

Codes

Color #73576B in popluar color models

73576B
RGB11587107
HSL317°13.86%39.61%
HSB/HSV317°24.35%45.10%
CMYK0.00%24.35%6.96%
54.90%

Color #73576B in popluar number systems.

HEX73576B
Decimal11587107
Binary111001110101111101011
Octal163127153

Shades and tints

Shades of #73576B

#73576B
(115,87,107)
#695062
(105,80,98)
#5F4959
(95,73,89)
#554250
(85,66,80)
#4B3B47
(75,59,71)
#41343E
(65,52,62)
#372D35
(55,45,53)
#2D262C
(45,38,44)
#231F23
(35,31,35)
#19181A
(25,24,26)
#0F1111
(15,17,17)
#000000
(0,0,0)

Tints of #73576B

#73576B
(115,87,107)
#7F6678
(127,102,120)
#8B7585
(139,117,133)
#978492
(151,132,146)
#A3939F
(163,147,159)
#AFA2AC
(175,162,172)
#BBB1B9
(187,177,185)
#C7C0C6
(199,192,198)
#D3CFD3
(211,207,211)
#DFDEE0
(223,222,224)
#EBEDED
(235,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73576B color. Also use rgb(115,87,107) instead hex code.

Text Font Color

.myTextColor { color: #73576B; }

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

This text font color is #73576B.


Background Color

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

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

This div background color is #73576B.


Border color

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

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

This div border color is #73576B.


Opacity

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

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

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

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

This text has shadow with #73576B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73576B on black background.


Color preview on white background

This text has color #73576B on white background.



Black color preview on #73576B background

This text has black color on #73576B background.


White color preview on #73576B background

This text has white color on #73576B background.