COLOR #73886D

HEX: #73886D RGB: (115,136,109)

Color info

#73886D contains red, green and blue colors in about the same proportion. Web safe color of #73886D is #669966 (or #696).

RGB color model

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

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

RGB channels and saturation

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

115
136
109

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

Portions of RGB colors in percentages

R + G + B = 115 + 136 + 109 = 360 (100%)
R 115 of 360 ~ 31.94%
G 136 of 360 ~ 37.78%
B 109 of 360 ~ 30.28'%

%31.94
%37.78
%30.28

CMYK color model

#73886D color CMYK value is (15,0,20,47).

  • cyan value is 15.44%
  • magenta value is 0.00%
  • yellow value is 19.85%
  • key color value is 46.67%

CMYK: (15,0,20,47)
C15M0Y20K47 (15%, 0%, 20%, 47%)
(0.15 / 0.00 / 0.20 / 0.47)

CMYK percentages

%15.44
%0
%19.85
%46.67

Codes

Color #73886D in popluar color models

73 88 6D
RGB 115 136 109
HSL 107° 11.02% 48.04%
HSB/HSV 107° 19.85% 53.33%
CMYK 15.44% 0.00% 19.85%
46.67%

Color #73886D in popluar number systems.

HEX 73 88 6D
Decimal 115 136 109
Binary 1110011 10001000 1101101
Octal 163 210 155

Shades and tints

Shades of #73886D

#73886D
(115,136,109)
#697C64
(105,124,100)
#5F705B
(95,112,91)
#556452
(85,100,82)
#4B5849
(75,88,73)
#414C40
(65,76,64)
#374037
(55,64,55)
#2D342E
(45,52,46)
#232825
(35,40,37)
#191C1C
(25,28,28)
#0F1013
(15,16,19)
#000000
(0,0,0)

Tints of #73886D

#73886D
(115,136,109)
#7F927A
(127,146,122)
#8B9C87
(139,156,135)
#97A694
(151,166,148)
#A3B0A1
(163,176,161)
#AFBAAE
(175,186,174)
#BBC4BB
(187,196,187)
#C7CEC8
(199,206,200)
#D3D8D5
(211,216,213)
#DFE2E2
(223,226,226)
#EBECEF
(235,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73886D; }

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

This text font color is #73886D.

Background Color

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

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

This div background color is #73886D.

Border color

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

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

This div border color is #73886D.

Opacity

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

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

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

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

This text has shadow with #73886D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73886D.

Preview

Color preview on black background

This text has color #73886D on black background.


Color preview on white background

This text has color #73886D on white background.


Black color preview on #73886D background

This text has black color on #73886D background.


White color preview on #73886D background

This text has white color on #73886D background.


Related colors

Complementary color

Complementary color for #hex is #8C7792.


I love getcolorcode.com

Triadic colors

1 #6D7388 and #886D73 with #73886D are triadic colors.

2 #6D8873 and #88736D with #73886D are triadic colors.