COLOR #73575F

HEX: #73575F
RGB: (115,87,95)

Color info

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

RGB color model

#73575F color RGB value is (115,87,95).

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

RGB channels and saturation

R 115 of 255 = 45%
G 87 of 255 = 34%
B 95 of 255 = 37%

115
87
95

R + G + B ~ 39%. #73575F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 87 + 95 = 297 (100%)
R 115 of 297 ~ 38.72%
G 87 of 297 ~ 29.29%
B 95 of 297 ~ 31.99%

%38.72
%29.29
%31.99

CMYK color model

#73575F color CMYK value is (0,24,17,55).

  • cyan value is 0.00%
  • magenta value is 24.35%
  • yellow value is 17.39%
  • key color value is 54.90%
CMYK:
(0,24,17,55)
C0M24Y17K55 
(0%,24%,17%,55%)
(0.00/0.24/0.17/0.55)	

CMYK percentages

%0
%24.35
%17.39
%54.9

Codes

Color #73575F in popluar color models

73575F
RGB1158795
HSL343°13.86%39.61%
HSB/HSV343°24.35%45.10%
CMYK0.00%24.35%17.39%
54.90%

Color #73575F in popluar number systems.

HEX73575F
Decimal1158795
Binary111001110101111011111
Octal163127137

Shades and tints

Shades of #73575F

#73575F
(115,87,95)
#695057
(105,80,87)
#5F494F
(95,73,79)
#554247
(85,66,71)
#4B3B3F
(75,59,63)
#413437
(65,52,55)
#372D2F
(55,45,47)
#2D2627
(45,38,39)
#231F1F
(35,31,31)
#191817
(25,24,23)
#0F110F
(15,17,15)
#000000
(0,0,0)

Tints of #73575F

#73575F
(115,87,95)
#7F666D
(127,102,109)
#8B757B
(139,117,123)
#978489
(151,132,137)
#A39397
(163,147,151)
#AFA2A5
(175,162,165)
#BBB1B3
(187,177,179)
#C7C0C1
(199,192,193)
#D3CFCF
(211,207,207)
#DFDEDD
(223,222,221)
#EBEDEB
(235,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73575F color. Also use rgb(115,87,95) instead hex code.

Text Font Color

.myTextColor { color: #73575F; }

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

This text font color is #73575F.


Background Color

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

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

This div background color is #73575F.


Border color

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

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

This div border color is #73575F.


Opacity

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

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

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

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

This text has shadow with #73575F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73575F on black background.


Color preview on white background

This text has color #73575F on white background.



Black color preview on #73575F background

This text has black color on #73575F background.


White color preview on #73575F background

This text has white color on #73575F background.