COLOR #73946B

HEX: #73946B RGB: (115,148,107)

Color info

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

RGB color model

#73946B color RGB value is (115,148,107).

RGB: (115,148,107) (45%, 58%, 42%)

RGB channels and saturation

R 115 of 255 = 45%
G 148 of 255 = 58%
B 107 of 255 = 42%

115
148
107

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

Portions of RGB colors in percentages

R + G + B = 115 + 148 + 107 = 370 (100%)
R 115 of 370 ~ 31.08%
G 148 of 370 ~ 40%
B 107 of 370 ~ 28.92'%

%31.08
%40
%28.92

CMYK color model

#73946B color CMYK value is (22,0,28,42).

  • cyan value is 22.30%
  • magenta value is 0.00%
  • yellow value is 27.70%
  • key color value is 41.96%

CMYK: (22,0,28,42)
C22M0Y28K42 (22%, 0%, 28%, 42%)
(0.22 / 0.00 / 0.28 / 0.42)

CMYK percentages

%22.3
%0
%27.7
%41.96

Codes

Color #73946B in popluar color models

73 94 6B
RGB 115 148 107
HSL 108° 16.08% 50.00%
HSB/HSV 108° 27.70% 58.04%
CMYK 22.30% 0.00% 27.70%
41.96%

Color #73946B in popluar number systems.

HEX 73 94 6B
Decimal 115 148 107
Binary 1110011 10010100 1101011
Octal 163 224 153

Shades and tints

Shades of #73946B

#73946B
(115,148,107)
#698762
(105,135,98)
#5F7A59
(95,122,89)
#556D50
(85,109,80)
#4B6047
(75,96,71)
#41533E
(65,83,62)
#374635
(55,70,53)
#2D392C
(45,57,44)
#232C23
(35,44,35)
#191F1A
(25,31,26)
#0F1211
(15,18,17)
#000000
(0,0,0)

Tints of #73946B

#73946B
(115,148,107)
#7F9D78
(127,157,120)
#8BA685
(139,166,133)
#97AF92
(151,175,146)
#A3B89F
(163,184,159)
#AFC1AC
(175,193,172)
#BBCAB9
(187,202,185)
#C7D3C6
(199,211,198)
#D3DCD3
(211,220,211)
#DFE5E0
(223,229,224)
#EBEEED
(235,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73946B color. Also use rgb(115,148,107) instead hex code.

Text Font Color

.myTextColor { color: #73946B; }

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

This text font color is #73946B.

Background Color

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

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

This div background color is #73946B.

Border color

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

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

This div border color is #73946B.

Opacity

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

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

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

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

This text has shadow with #73946B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73946B.

Preview

Color preview on black background

This text has color #73946B on black background.


Color preview on white background

This text has color #73946B on white background.


Black color preview on #73946B background

This text has black color on #73946B background.


White color preview on #73946B background

This text has white color on #73946B background.


Related colors

Complementary color

Complementary color for #hex is #8C6B94.


I love getcolorcode.com

Triadic colors

1 #6B7394 and #946B73 with #73946B are triadic colors.

2 #6B9473 and #94736B with #73946B are triadic colors.