COLOR #73656F

HEX: #73656F RGB: (115,101,111)

Color info

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

RGB color model

#73656F color RGB value is (115,101,111).

RGB: (115,101,111) (45%, 40%, 44%)

RGB channels and saturation

R 115 of 255 = 45%
G 101 of 255 = 40%
B 111 of 255 = 44%

115
101
111

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

Portions of RGB colors in percentages

R + G + B = 115 + 101 + 111 = 327 (100%)
R 115 of 327 ~ 35.17%
G 101 of 327 ~ 30.89%
B 111 of 327 ~ 33.94'%

%35.17
%30.89
%33.94

CMYK color model

#73656F color CMYK value is (0,12,3,55).

  • cyan value is 0.00%
  • magenta value is 12.17%
  • yellow value is 3.48%
  • key color value is 54.90%
CMYK: (0,12,3,55) C0M12Y3K55 (0%,12%,3%,55%) (0.00/0.12/0.03/0.55) 

CMYK percentages

%0
%12.17
%3.48
%54.9

Codes

Color #73656F in popluar color models

73 65 6F
RGB 115 101 111
HSL 317° 6.48% 42.35%
HSB/HSV 317° 12.17% 45.10%
CMYK 0.00% 12.17% 3.48%
54.90%

Color #73656F in popluar number systems.

HEX 73 65 6F
Decimal 115 101 111
Binary 1110011 1100101 1101111
Octal 163 145 157

Shades and tints

Shades of #73656F

#73656F
(115,101,111)
#695C65
(105,92,101)
#5F535B
(95,83,91)
#554A51
(85,74,81)
#4B4147
(75,65,71)
#41383D
(65,56,61)
#372F33
(55,47,51)
#2D2629
(45,38,41)
#231D1F
(35,29,31)
#191415
(25,20,21)
#0F0B0B
(15,11,11)
#000000
(0,0,0)

Tints of #73656F

#73656F
(115,101,111)
#7F737C
(127,115,124)
#8B8189
(139,129,137)
#978F96
(151,143,150)
#A39DA3
(163,157,163)
#AFABB0
(175,171,176)
#BBB9BD
(187,185,189)
#C7C7CA
(199,199,202)
#D3D5D7
(211,213,215)
#DFE3E4
(223,227,228)
#EBF1F1
(235,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73656F; }

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

This text font color is #73656F.

Background Color

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

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

This div background color is #73656F.

Border color

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

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

This div border color is #73656F.

Opacity

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

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

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

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

This text has shadow with #73656F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73656F.

Preview

Color preview on black background

This text has color #73656F on black background.


Color preview on white background

This text has color #73656F on white background.


Black color preview on #73656F background

This text has black color on #73656F background.


White color preview on #73656F background

This text has white color on #73656F background.


Related colors

Complementary color

Complementary color for #hex is #8C9A90.


I love getcolorcode.com

Triadic colors

1 #6F7365 and #656F73 with #73656F are triadic colors.

2 #6F6573 and #65736F with #73656F are triadic colors.