COLOR #73736D

HEX: #73736D RGB: (115,115,109)

Color info

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

RGB color model

#73736D color RGB value is (115,115,109).

RGB: (115,115,109) (45%, 45%, 43%)

RGB channels and saturation

R 115 of 255 = 45%
G 115 of 255 = 45%
B 109 of 255 = 43%

115
115
109

R + G + B ~ 44%. #73736D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 115 + 115 + 109 = 339 (100%)
R 115 of 339 ~ 33.92%
G 115 of 339 ~ 33.92%
B 109 of 339 ~ 32.15'%

%33.92
%33.92
%32.15

CMYK color model

#73736D color CMYK value is (0,0,5,55).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 5.22%
  • key color value is 54.90%

CMYK: (0,0,5,55)
C0M0Y5K55 (0%, 0%, 5%, 55%)
(0.00 / 0.00 / 0.05 / 0.55)

CMYK percentages

%0
%0
%5.22
%54.9

Codes

Color #73736D in popluar color models

73 73 6D
RGB 115 115 109
HSL 60° 2.68% 43.92%
HSB/HSV 60° 5.22% 45.10%
CMYK 0.00% 0.00% 5.22%
54.90%

Color #73736D in popluar number systems.

HEX 73 73 6D
Decimal 115 115 109
Binary 1110011 1110011 1101101
Octal 163 163 155

Shades and tints

Shades of #73736D

#73736D
(115,115,109)
#696964
(105,105,100)
#5F5F5B
(95,95,91)
#555552
(85,85,82)
#4B4B49
(75,75,73)
#414140
(65,65,64)
#373737
(55,55,55)
#2D2D2E
(45,45,46)
#232325
(35,35,37)
#19191C
(25,25,28)
#0F0F13
(15,15,19)
#000000
(0,0,0)

Tints of #73736D

#73736D
(115,115,109)
#7F7F7A
(127,127,122)
#8B8B87
(139,139,135)
#979794
(151,151,148)
#A3A3A1
(163,163,161)
#AFAFAE
(175,175,174)
#BBBBBB
(187,187,187)
#C7C7C8
(199,199,200)
#D3D3D5
(211,211,213)
#DFDFE2
(223,223,226)
#EBEBEF
(235,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73736D color. Also use rgb(115,115,109) instead hex code.

Text Font Color

.myTextColor { color: #73736D; }

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

This text font color is #73736D.

Background Color

.myBgColor { background-color: #73736D; }

<div style="background-color:#73736D">Inner text</div>

This div background color is #73736D.

Border color

.myBorderColor { border: 1px solid #73736D; }

<div style="border:3px solid #73736D">Div</div>

This div border color is #73736D.

Opacity

.myOpacity80 { color: #73736D; opacity: 0.8; }

<p style="color:#73736D;opacity:0.8;">80%</p>

Text with #73736D 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 #73736D;}

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

This text has shadow with #73736D color.


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

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

This text has shadow with #73736D primary color and red secondary color.


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

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

This text has shadow with #73736D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #73736D.

Preview

Color preview on black background

This text has color #73736D on black background.


Color preview on white background

This text has color #73736D on white background.


Black color preview on #73736D background

This text has black color on #73736D background.


White color preview on #73736D background

This text has white color on #73736D background.


Related colors

Complementary color

Complementary color for #hex is #8C8C92.


I love getcolorcode.com