COLOR #73655F

HEX: #73655F RGB: (115,101,95)

Color info

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

RGB color model

#73655F color RGB value is (115,101,95).

RGB: (115,101,95) (45%, 40%, 37%)

RGB channels and saturation

R 115 of 255 = 45%
G 101 of 255 = 40%
B 95 of 255 = 37%

115
101
95

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

Portions of RGB colors in percentages

R + G + B = 115 + 101 + 95 = 311 (100%)
R 115 of 311 ~ 36.98%
G 101 of 311 ~ 32.48%
B 95 of 311 ~ 30.55'%

%36.98
%32.48
%30.55

CMYK color model

#73655F color CMYK value is (0,12,17,55).

  • cyan value is 0.00%
  • magenta value is 12.17%
  • yellow value is 17.39%
  • key color value is 54.90%

CMYK: (0,12,17,55)
C0M12Y17K55 (0%, 12%, 17%, 55%)
(0.00 / 0.12 / 0.17 / 0.55)

CMYK percentages

%0
%12.17
%17.39
%54.9

Codes

Color #73655F in popluar color models

73 65 5F
RGB 115 101 95
HSL 18° 9.52% 41.18%
HSB/HSV 18° 17.39% 45.10%
CMYK 0.00% 12.17% 17.39%
54.90%

Color #73655F in popluar number systems.

HEX 73 65 5F
Decimal 115 101 95
Binary 1110011 1100101 1011111
Octal 163 145 137

Shades and tints

Shades of #73655F

#73655F
(115,101,95)
#695C57
(105,92,87)
#5F534F
(95,83,79)
#554A47
(85,74,71)
#4B413F
(75,65,63)
#413837
(65,56,55)
#372F2F
(55,47,47)
#2D2627
(45,38,39)
#231D1F
(35,29,31)
#191417
(25,20,23)
#0F0B0F
(15,11,15)
#000000
(0,0,0)

Tints of #73655F

#73655F
(115,101,95)
#7F736D
(127,115,109)
#8B817B
(139,129,123)
#978F89
(151,143,137)
#A39D97
(163,157,151)
#AFABA5
(175,171,165)
#BBB9B3
(187,185,179)
#C7C7C1
(199,199,193)
#D3D5CF
(211,213,207)
#DFE3DD
(223,227,221)
#EBF1EB
(235,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73655F; }

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

This text font color is #73655F.

Background Color

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

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

This div background color is #73655F.

Border color

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

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

This div border color is #73655F.

Opacity

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

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

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

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

This text has shadow with #73655F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73655F.

Preview

Color preview on black background

This text has color #73655F on black background.


Color preview on white background

This text has color #73655F on white background.


Black color preview on #73655F background

This text has black color on #73655F background.


White color preview on #73655F background

This text has white color on #73655F background.


Related colors

Complementary color

Complementary color for #hex is #8C9AA0.


I love getcolorcode.com

Triadic colors

1 #5F7365 and #655F73 with #73655F are triadic colors.

2 #5F6573 and #65735F with #73655F are triadic colors.