COLOR #73966A

HEX: #73966A
RGB: (115,150,106)

Color info

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

RGB color model

#73966A color RGB value is (115,150,106).

  • red value is 115;
  • green value is 150;
  • blue value is 106.
RGB:
(115,150,106)
(45%,59%,42%)

RGB channels and saturation

R 115 of 255 = 45%
G 150 of 255 = 59%
B 106 of 255 = 42%

115
150
106

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

Portions of RGB colors in percentages

R + G + B =
115 + 150 + 106 = 371 (100%)
R 115 of 371 ~ 31%
G 150 of 371 ~ 40.43%
B 106 of 371 ~ 28.57%

%31
%40.43
%28.57

CMYK color model

#73966A color CMYK value is (23,0,29,41).

  • cyan value is 23.33%
  • magenta value is 0.00%
  • yellow value is 29.33%
  • key color value is 41.18%
CMYK:
(23,0,29,41)
C23M0Y29K41 
(23%,0%,29%,41%)
(0.23/0.00/0.29/0.41)	

CMYK percentages

%23.33
%0
%29.33
%41.18

Codes

Color #73966A in popluar color models

73966A
RGB115150106
HSL108°17.32%50.20%
HSB/HSV108°29.33%58.82%
CMYK23.33%0.00%29.33%
41.18%

Color #73966A in popluar number systems.

HEX73966A
Decimal115150106
Binary1110011100101101101010
Octal163226152

Shades and tints

Shades of #73966A

#73966A
(115,150,106)
#698961
(105,137,97)
#5F7C58
(95,124,88)
#556F4F
(85,111,79)
#4B6246
(75,98,70)
#41553D
(65,85,61)
#374834
(55,72,52)
#2D3B2B
(45,59,43)
#232E22
(35,46,34)
#192119
(25,33,25)
#0F1410
(15,20,16)
#000000
(0,0,0)

Tints of #73966A

#73966A
(115,150,106)
#7F9F77
(127,159,119)
#8BA884
(139,168,132)
#97B191
(151,177,145)
#A3BA9E
(163,186,158)
#AFC3AB
(175,195,171)
#BBCCB8
(187,204,184)
#C7D5C5
(199,213,197)
#D3DED2
(211,222,210)
#DFE7DF
(223,231,223)
#EBF0EC
(235,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73966A; }

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

This text font color is #73966A.


Background Color

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

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

This div background color is #73966A.


Border color

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

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

This div border color is #73966A.


Opacity

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

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

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

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

This text has shadow with #73966A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73966A on black background.


Color preview on white background

This text has color #73966A on white background.



Black color preview on #73966A background

This text has black color on #73966A background.


White color preview on #73966A background

This text has white color on #73966A background.