COLOR #73655B

HEX: #73655B RGB: (115,101,91)

Color info

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

RGB color model

#73655B color RGB value is (115,101,91).

RGB: (115,101,91) (45%, 40%, 36%)

RGB channels and saturation

R 115 of 255 = 45%
G 101 of 255 = 40%
B 91 of 255 = 36%

115
101
91

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

Portions of RGB colors in percentages

R + G + B = 115 + 101 + 91 = 307 (100%)
R 115 of 307 ~ 37.46%
G 101 of 307 ~ 32.9%
B 91 of 307 ~ 29.64'%

%37.46
%32.9
%29.64

CMYK color model

#73655B color CMYK value is (0,12,21,55).

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

CMYK: (0,12,21,55)
C0M12Y21K55 (0%, 12%, 21%, 55%)
(0.00 / 0.12 / 0.21 / 0.55)

CMYK percentages

%0
%12.17
%20.87
%54.9

Codes

Color #73655B in popluar color models

73 65 5B
RGB 115 101 91
HSL 25° 11.65% 40.39%
HSB/HSV 25° 20.87% 45.10%
CMYK 0.00% 12.17% 20.87%
54.90%

Color #73655B in popluar number systems.

HEX 73 65 5B
Decimal 115 101 91
Binary 1110011 1100101 1011011
Octal 163 145 133

Shades and tints

Shades of #73655B

#73655B
(115,101,91)
#695C53
(105,92,83)
#5F534B
(95,83,75)
#554A43
(85,74,67)
#4B413B
(75,65,59)
#413833
(65,56,51)
#372F2B
(55,47,43)
#2D2623
(45,38,35)
#231D1B
(35,29,27)
#191413
(25,20,19)
#0F0B0B
(15,11,11)
#000000
(0,0,0)

Tints of #73655B

#73655B
(115,101,91)
#7F7369
(127,115,105)
#8B8177
(139,129,119)
#978F85
(151,143,133)
#A39D93
(163,157,147)
#AFABA1
(175,171,161)
#BBB9AF
(187,185,175)
#C7C7BD
(199,199,189)
#D3D5CB
(211,213,203)
#DFE3D9
(223,227,217)
#EBF1E7
(235,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73655B; }

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

This text font color is #73655B.

Background Color

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

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

This div background color is #73655B.

Border color

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

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

This div border color is #73655B.

Opacity

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

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

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

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

This text has shadow with #73655B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73655B.

Preview

Color preview on black background

This text has color #73655B on black background.


Color preview on white background

This text has color #73655B on white background.


Black color preview on #73655B background

This text has black color on #73655B background.


White color preview on #73655B background

This text has white color on #73655B background.


Related colors

Complementary color

Complementary color for #hex is #8C9AA4.


I love getcolorcode.com

Triadic colors

1 #5B7365 and #655B73 with #73655B are triadic colors.

2 #5B6573 and #65735B with #73655B are triadic colors.