COLOR #73616A

HEX: #73616A
RGB: (115,97,106)

Color info

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

RGB color model

#73616A color RGB value is (115,97,106).

  • red value is 115;
  • green value is 97;
  • blue value is 106.
RGB:
(115,97,106)
(45%,38%,42%)

RGB channels and saturation

R 115 of 255 = 45%
G 97 of 255 = 38%
B 106 of 255 = 42%

115
97
106

R + G + B ~ 42%. #73616A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 97 + 106 = 318 (100%)
R 115 of 318 ~ 36.16%
G 97 of 318 ~ 30.5%
B 106 of 318 ~ 33.33%

%36.16
%30.5
%33.33

CMYK color model

#73616A color CMYK value is (0,16,8,55).

  • cyan value is 0.00%
  • magenta value is 15.65%
  • yellow value is 7.83%
  • key color value is 54.90%
CMYK:
(0,16,8,55)
C0M16Y8K55 
(0%,16%,8%,55%)
(0.00/0.16/0.08/0.55)	

CMYK percentages

%0
%15.65
%7.83
%54.9

Codes

Color #73616A in popluar color models

73616A
RGB11597106
HSL330°8.49%41.57%
HSB/HSV330°15.65%45.10%
CMYK0.00%15.65%7.83%
54.90%

Color #73616A in popluar number systems.

HEX73616A
Decimal11597106
Binary111001111000011101010
Octal163141152

Shades and tints

Shades of #73616A

#73616A
(115,97,106)
#695961
(105,89,97)
#5F5158
(95,81,88)
#55494F
(85,73,79)
#4B4146
(75,65,70)
#41393D
(65,57,61)
#373134
(55,49,52)
#2D292B
(45,41,43)
#232122
(35,33,34)
#191919
(25,25,25)
#0F1110
(15,17,16)
#000000
(0,0,0)

Tints of #73616A

#73616A
(115,97,106)
#7F6F77
(127,111,119)
#8B7D84
(139,125,132)
#978B91
(151,139,145)
#A3999E
(163,153,158)
#AFA7AB
(175,167,171)
#BBB5B8
(187,181,184)
#C7C3C5
(199,195,197)
#D3D1D2
(211,209,210)
#DFDFDF
(223,223,223)
#EBEDEC
(235,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73616A color. Also use rgb(115,97,106) instead hex code.

Text Font Color

.myTextColor { color: #73616A; }

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

This text font color is #73616A.


Background Color

.myBgColor { background-color: #73616A; }

<div style="background-color:#73616A">Inner text</div>

This div background color is #73616A.


Border color

.myBorderColor { border: 1px solid #73616A; }

<div style="border:3px solid #73616A">Div</div>

This div border color is #73616A.


Opacity

.myOpacity80 { color: #73616A; opacity: 0.8; }

<p style="color:#73616A;opacity:0.8;">80%</p>

Text with #73616A 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 #73616A;}

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

This text has shadow with #73616A color.

.textShadow {text-shadow: 3px 3px 1px #73616A, 3px 3px 1px red;}

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

This text has shadow with #73616A primary color and red secondary color.


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

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

This text has shadow with #73616A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73616A on black background.


Color preview on white background

This text has color #73616A on white background.



Black color preview on #73616A background

This text has black color on #73616A background.


White color preview on #73616A background

This text has white color on #73616A background.