COLOR #73646E

HEX: #73646E RGB: (115,100,110)

Color info

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

RGB color model

#73646E color RGB value is (115,100,110).

RGB: (115,100,110) (45%, 39%, 43%)

RGB channels and saturation

R 115 of 255 = 45%
G 100 of 255 = 39%
B 110 of 255 = 43%

115
100
110

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

Portions of RGB colors in percentages

R + G + B = 115 + 100 + 110 = 325 (100%)
R 115 of 325 ~ 35.38%
G 100 of 325 ~ 30.77%
B 110 of 325 ~ 33.85'%

%35.38
%30.77
%33.85

CMYK color model

#73646E color CMYK value is (0,13,4,55).

  • cyan value is 0.00%
  • magenta value is 13.04%
  • yellow value is 4.35%
  • key color value is 54.90%

CMYK: (0,13,4,55)
C0M13Y4K55 (0%, 13%, 4%, 55%)
(0.00 / 0.13 / 0.04 / 0.55)

CMYK percentages

%0
%13.04
%4.35
%54.9

Codes

Color #73646E in popluar color models

73 64 6E
RGB 115 100 110
HSL 320° 6.98% 42.16%
HSB/HSV 320° 13.04% 45.10%
CMYK 0.00% 13.04% 4.35%
54.90%

Color #73646E in popluar number systems.

HEX 73 64 6E
Decimal 115 100 110
Binary 1110011 1100100 1101110
Octal 163 144 156

Shades and tints

Shades of #73646E

#73646E
(115,100,110)
#695B64
(105,91,100)
#5F525A
(95,82,90)
#554950
(85,73,80)
#4B4046
(75,64,70)
#41373C
(65,55,60)
#372E32
(55,46,50)
#2D2528
(45,37,40)
#231C1E
(35,28,30)
#191314
(25,19,20)
#0F0A0A
(15,10,10)
#000000
(0,0,0)

Tints of #73646E

#73646E
(115,100,110)
#7F727B
(127,114,123)
#8B8088
(139,128,136)
#978E95
(151,142,149)
#A39CA2
(163,156,162)
#AFAAAF
(175,170,175)
#BBB8BC
(187,184,188)
#C7C6C9
(199,198,201)
#D3D4D6
(211,212,214)
#DFE2E3
(223,226,227)
#EBF0F0
(235,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73646E color. Also use rgb(115,100,110) instead hex code.

Text Font Color

.myTextColor { color: #73646E; }

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

This text font color is #73646E.

Background Color

.myBgColor { background-color: #73646E; }

<div style="background-color:#73646E">Inner text</div>

This div background color is #73646E.

Border color

.myBorderColor { border: 1px solid #73646E; }

<div style="border:3px solid #73646E">Div</div>

This div border color is #73646E.

Opacity

.myOpacity80 { color: #73646E; opacity: 0.8; }

<p style="color:#73646E;opacity:0.8;">80%</p>

Text with #73646E 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 #73646E;}

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

This text has shadow with #73646E color.


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

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

This text has shadow with #73646E primary color and red secondary color.


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

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

This text has shadow with #73646E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #73646E.

Preview

Color preview on black background

This text has color #73646E on black background.


Color preview on white background

This text has color #73646E on white background.


Black color preview on #73646E background

This text has black color on #73646E background.


White color preview on #73646E background

This text has white color on #73646E background.


Related colors

Complementary color

Complementary color for #hex is #8C9B91.


I love getcolorcode.com

Triadic colors

1 #6E7364 and #646E73 with #73646E are triadic colors.

2 #6E6473 and #64736E with #73646E are triadic colors.