COLOR #73696F

HEX: #73696F RGB: (115,105,111)

Color info

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

RGB color model

#73696F color RGB value is (115,105,111).

RGB: (115,105,111) (45%, 41%, 44%)

RGB channels and saturation

R 115 of 255 = 45%
G 105 of 255 = 41%
B 111 of 255 = 44%

115
105
111

R + G + B ~ 43%. #73696F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 115 + 105 + 111 = 331 (100%)
R 115 of 331 ~ 34.74%
G 105 of 331 ~ 31.72%
B 111 of 331 ~ 33.53'%

%34.74
%31.72
%33.53

CMYK color model

#73696F color CMYK value is (0,9,3,55).

  • cyan value is 0.00%
  • magenta value is 8.70%
  • yellow value is 3.48%
  • key color value is 54.90%

CMYK: (0,9,3,55)
C0M9Y3K55 (0%, 9%, 3%, 55%)
(0.00 / 0.09 / 0.03 / 0.55)

CMYK percentages

%0
%8.7
%3.48
%54.9

Codes

Color #73696F in popluar color models

73 69 6F
RGB 115 105 111
HSL 324° 4.55% 43.14%
HSB/HSV 324° 8.70% 45.10%
CMYK 0.00% 8.70% 3.48%
54.90%

Color #73696F in popluar number systems.

HEX 73 69 6F
Decimal 115 105 111
Binary 1110011 1101001 1101111
Octal 163 151 157

Shades and tints

Shades of #73696F

#73696F
(115,105,111)
#696065
(105,96,101)
#5F575B
(95,87,91)
#554E51
(85,78,81)
#4B4547
(75,69,71)
#413C3D
(65,60,61)
#373333
(55,51,51)
#2D2A29
(45,42,41)
#23211F
(35,33,31)
#191815
(25,24,21)
#0F0F0B
(15,15,11)
#000000
(0,0,0)

Tints of #73696F

#73696F
(115,105,111)
#7F767C
(127,118,124)
#8B8389
(139,131,137)
#979096
(151,144,150)
#A39DA3
(163,157,163)
#AFAAB0
(175,170,176)
#BBB7BD
(187,183,189)
#C7C4CA
(199,196,202)
#D3D1D7
(211,209,215)
#DFDEE4
(223,222,228)
#EBEBF1
(235,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73696F color. Also use rgb(115,105,111) instead hex code.

Text Font Color

.myTextColor { color: #73696F; }

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

This text font color is #73696F.

Background Color

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

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

This div background color is #73696F.

Border color

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

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

This div border color is #73696F.

Opacity

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

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

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

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

This text has shadow with #73696F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73696F.

Preview

Color preview on black background

This text has color #73696F on black background.


Color preview on white background

This text has color #73696F on white background.


Black color preview on #73696F background

This text has black color on #73696F background.


White color preview on #73696F background

This text has white color on #73696F background.


Related colors

Complementary color

Complementary color for #hex is #8C9690.


I love getcolorcode.com

Triadic colors

1 #6F7369 and #696F73 with #73696F are triadic colors.

2 #6F6973 and #69736F with #73696F are triadic colors.