COLOR #73616B

HEX: #73616B
RGB: (115,97,107)

Color info

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

RGB color model

#73616B color RGB value is (115,97,107).

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

RGB channels and saturation

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

115
97
107

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

Portions of RGB colors in percentages

R + G + B =
115 + 97 + 107 = 319 (100%)
R 115 of 319 ~ 36.05%
G 97 of 319 ~ 30.41%
B 107 of 319 ~ 33.54%

%36.05
%30.41
%33.54

CMYK color model

#73616B color CMYK value is (0,16,7,55).

  • cyan value is 0.00%
  • magenta value is 15.65%
  • yellow value is 6.96%
  • key color value is 54.90%
CMYK:
(0,16,7,55)
C0M16Y7K55 
(0%,16%,7%,55%)
(0.00/0.16/0.07/0.55)	

CMYK percentages

%0
%15.65
%6.96
%54.9

Codes

Color #73616B in popluar color models

73616B
RGB11597107
HSL327°8.49%41.57%
HSB/HSV327°15.65%45.10%
CMYK0.00%15.65%6.96%
54.90%

Color #73616B in popluar number systems.

HEX73616B
Decimal11597107
Binary111001111000011101011
Octal163141153

Shades and tints

Shades of #73616B

#73616B
(115,97,107)
#695962
(105,89,98)
#5F5159
(95,81,89)
#554950
(85,73,80)
#4B4147
(75,65,71)
#41393E
(65,57,62)
#373135
(55,49,53)
#2D292C
(45,41,44)
#232123
(35,33,35)
#19191A
(25,25,26)
#0F1111
(15,17,17)
#000000
(0,0,0)

Tints of #73616B

#73616B
(115,97,107)
#7F6F78
(127,111,120)
#8B7D85
(139,125,133)
#978B92
(151,139,146)
#A3999F
(163,153,159)
#AFA7AC
(175,167,172)
#BBB5B9
(187,181,185)
#C7C3C6
(199,195,198)
#D3D1D3
(211,209,211)
#DFDFE0
(223,223,224)
#EBEDED
(235,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73616B; }

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

This text font color is #73616B.


Background Color

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

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

This div background color is #73616B.


Border color

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

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

This div border color is #73616B.


Opacity

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

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

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

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

This text has shadow with #73616B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73616B on black background.


Color preview on white background

This text has color #73616B on white background.



Black color preview on #73616B background

This text has black color on #73616B background.


White color preview on #73616B background

This text has white color on #73616B background.