COLOR #73595F

HEX: #73595F RGB: (115,89,95)

Color info

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

RGB color model

#73595F color RGB value is (115,89,95).

RGB: (115,89,95) (45%, 35%, 37%)

RGB channels and saturation

R 115 of 255 = 45%
G 89 of 255 = 35%
B 95 of 255 = 37%

115
89
95

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

Portions of RGB colors in percentages

R + G + B = 115 + 89 + 95 = 299 (100%)
R 115 of 299 ~ 38.46%
G 89 of 299 ~ 29.77%
B 95 of 299 ~ 31.77'%

%38.46
%29.77
%31.77

CMYK color model

#73595F color CMYK value is (0,23,17,55).

  • cyan value is 0.00%
  • magenta value is 22.61%
  • yellow value is 17.39%
  • key color value is 54.90%

CMYK: (0,23,17,55)
C0M23Y17K55 (0%, 23%, 17%, 55%)
(0.00 / 0.23 / 0.17 / 0.55)

CMYK percentages

%0
%22.61
%17.39
%54.9

Codes

Color #73595F in popluar color models

73 59 5F
RGB 115 89 95
HSL 346° 12.75% 40.00%
HSB/HSV 346° 22.61% 45.10%
CMYK 0.00% 22.61% 17.39%
54.90%

Color #73595F in popluar number systems.

HEX 73 59 5F
Decimal 115 89 95
Binary 1110011 1011001 1011111
Octal 163 131 137

Shades and tints

Shades of #73595F

#73595F
(115,89,95)
#695157
(105,81,87)
#5F494F
(95,73,79)
#554147
(85,65,71)
#4B393F
(75,57,63)
#413137
(65,49,55)
#37292F
(55,41,47)
#2D2127
(45,33,39)
#23191F
(35,25,31)
#191117
(25,17,23)
#0F090F
(15,9,15)
#000000
(0,0,0)

Tints of #73595F

#73595F
(115,89,95)
#7F686D
(127,104,109)
#8B777B
(139,119,123)
#978689
(151,134,137)
#A39597
(163,149,151)
#AFA4A5
(175,164,165)
#BBB3B3
(187,179,179)
#C7C2C1
(199,194,193)
#D3D1CF
(211,209,207)
#DFE0DD
(223,224,221)
#EBEFEB
(235,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73595F; }

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

This text font color is #73595F.

Background Color

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

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

This div background color is #73595F.

Border color

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

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

This div border color is #73595F.

Opacity

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

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

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

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

This text has shadow with #73595F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73595F.

Preview

Color preview on black background

This text has color #73595F on black background.


Color preview on white background

This text has color #73595F on white background.


Black color preview on #73595F background

This text has black color on #73595F background.


White color preview on #73595F background

This text has white color on #73595F background.


Related colors

Complementary color

Complementary color for #hex is #8CA6A0.


I love getcolorcode.com

Triadic colors

1 #5F7359 and #595F73 with #73595F are triadic colors.

2 #5F5973 and #59735F with #73595F are triadic colors.