COLOR #73966E

HEX: #73966E RGB: (115,150,110)

Color info

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

RGB color model

#73966E color RGB value is (115,150,110).

RGB: (115,150,110) (45%, 59%, 43%)

RGB channels and saturation

R 115 of 255 = 45%
G 150 of 255 = 59%
B 110 of 255 = 43%

115
150
110

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

Portions of RGB colors in percentages

R + G + B = 115 + 150 + 110 = 375 (100%)
R 115 of 375 ~ 30.67%
G 150 of 375 ~ 40%
B 110 of 375 ~ 29.33'%

%30.67
%40
%29.33

CMYK color model

#73966E color CMYK value is (23,0,27,41).

  • cyan value is 23.33%
  • magenta value is 0.00%
  • yellow value is 26.67%
  • key color value is 41.18%

CMYK: (23,0,27,41)
C23M0Y27K41 (23%, 0%, 27%, 41%)
(0.23 / 0.00 / 0.27 / 0.41)

CMYK percentages

%23.33
%0
%26.67
%41.18

Codes

Color #73966E in popluar color models

73 96 6E
RGB 115 150 110
HSL 113° 16.00% 50.98%
HSB/HSV 113° 26.67% 58.82%
CMYK 23.33% 0.00% 26.67%
41.18%

Color #73966E in popluar number systems.

HEX 73 96 6E
Decimal 115 150 110
Binary 1110011 10010110 1101110
Octal 163 226 156

Shades and tints

Shades of #73966E

#73966E
(115,150,110)
#698964
(105,137,100)
#5F7C5A
(95,124,90)
#556F50
(85,111,80)
#4B6246
(75,98,70)
#41553C
(65,85,60)
#374832
(55,72,50)
#2D3B28
(45,59,40)
#232E1E
(35,46,30)
#192114
(25,33,20)
#0F140A
(15,20,10)
#000000
(0,0,0)

Tints of #73966E

#73966E
(115,150,110)
#7F9F7B
(127,159,123)
#8BA888
(139,168,136)
#97B195
(151,177,149)
#A3BAA2
(163,186,162)
#AFC3AF
(175,195,175)
#BBCCBC
(187,204,188)
#C7D5C9
(199,213,201)
#D3DED6
(211,222,214)
#DFE7E3
(223,231,227)
#EBF0F0
(235,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73966E; }

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

This text font color is #73966E.

Background Color

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

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

This div background color is #73966E.

Border color

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

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

This div border color is #73966E.

Opacity

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

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

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

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

This text has shadow with #73966E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73966E.

Preview

Color preview on black background

This text has color #73966E on black background.


Color preview on white background

This text has color #73966E on white background.


Black color preview on #73966E background

This text has black color on #73966E background.


White color preview on #73966E background

This text has white color on #73966E background.


Related colors

Complementary color

Complementary color for #hex is #8C6991.


I love getcolorcode.com

Triadic colors

1 #6E7396 and #966E73 with #73966E are triadic colors.

2 #6E9673 and #96736E with #73966E are triadic colors.