COLOR #73555F

HEX: #73555F
RGB: (115,85,95)

Color info

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

RGB color model

#73555F color RGB value is (115,85,95).

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

RGB channels and saturation

R 115 of 255 = 45%
G 85 of 255 = 33%
B 95 of 255 = 37%

115
85
95

R + G + B ~ 38%. #73555F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 85 + 95 = 295 (100%)
R 115 of 295 ~ 38.98%
G 85 of 295 ~ 28.81%
B 95 of 295 ~ 32.2%

%38.98
%28.81
%32.2

CMYK color model

#73555F color CMYK value is (0,26,17,55).

  • cyan value is 0.00%
  • magenta value is 26.09%
  • yellow value is 17.39%
  • key color value is 54.90%
CMYK:
(0,26,17,55)
C0M26Y17K55 
(0%,26%,17%,55%)
(0.00/0.26/0.17/0.55)	

CMYK percentages

%0
%26.09
%17.39
%54.9

Codes

Color #73555F in popluar color models

73555F
RGB1158595
HSL340°15.00%39.22%
HSB/HSV340°26.09%45.10%
CMYK0.00%26.09%17.39%
54.90%

Color #73555F in popluar number systems.

HEX73555F
Decimal1158595
Binary111001110101011011111
Octal163125137

Shades and tints

Shades of #73555F

#73555F
(115,85,95)
#694E57
(105,78,87)
#5F474F
(95,71,79)
#554047
(85,64,71)
#4B393F
(75,57,63)
#413237
(65,50,55)
#372B2F
(55,43,47)
#2D2427
(45,36,39)
#231D1F
(35,29,31)
#191617
(25,22,23)
#0F0F0F
(15,15,15)
#000000
(0,0,0)

Tints of #73555F

#73555F
(115,85,95)
#7F646D
(127,100,109)
#8B737B
(139,115,123)
#978289
(151,130,137)
#A39197
(163,145,151)
#AFA0A5
(175,160,165)
#BBAFB3
(187,175,179)
#C7BEC1
(199,190,193)
#D3CDCF
(211,205,207)
#DFDCDD
(223,220,221)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73555F; }

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

This text font color is #73555F.


Background Color

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

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

This div background color is #73555F.


Border color

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

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

This div border color is #73555F.


Opacity

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

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

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

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

This text has shadow with #73555F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73555F on black background.


Color preview on white background

This text has color #73555F on white background.



Black color preview on #73555F background

This text has black color on #73555F background.


White color preview on #73555F background

This text has white color on #73555F background.