COLOR #73946E

HEX: #73946E RGB: (115,148,110)

Color info

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

RGB color model

#73946E color RGB value is (115,148,110).

RGB: (115,148,110) (45%, 58%, 43%)

RGB channels and saturation

R 115 of 255 = 45%
G 148 of 255 = 58%
B 110 of 255 = 43%

115
148
110

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

Portions of RGB colors in percentages

R + G + B = 115 + 148 + 110 = 373 (100%)
R 115 of 373 ~ 30.83%
G 148 of 373 ~ 39.68%
B 110 of 373 ~ 29.49'%

%30.83
%39.68
%29.49

CMYK color model

#73946E color CMYK value is (22,0,26,42).

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

CMYK: (22,0,26,42)
C22M0Y26K42 (22%, 0%, 26%, 42%)
(0.22 / 0.00 / 0.26 / 0.42)

CMYK percentages

%22.3
%0
%25.68
%41.96

Codes

Color #73946E in popluar color models

73 94 6E
RGB 115 148 110
HSL 112° 15.08% 50.59%
HSB/HSV 112° 25.68% 58.04%
CMYK 22.30% 0.00% 25.68%
41.96%

Color #73946E in popluar number systems.

HEX 73 94 6E
Decimal 115 148 110
Binary 1110011 10010100 1101110
Octal 163 224 156

Shades and tints

Shades of #73946E

#73946E
(115,148,110)
#698764
(105,135,100)
#5F7A5A
(95,122,90)
#556D50
(85,109,80)
#4B6046
(75,96,70)
#41533C
(65,83,60)
#374632
(55,70,50)
#2D3928
(45,57,40)
#232C1E
(35,44,30)
#191F14
(25,31,20)
#0F120A
(15,18,10)
#000000
(0,0,0)

Tints of #73946E

#73946E
(115,148,110)
#7F9D7B
(127,157,123)
#8BA688
(139,166,136)
#97AF95
(151,175,149)
#A3B8A2
(163,184,162)
#AFC1AF
(175,193,175)
#BBCABC
(187,202,188)
#C7D3C9
(199,211,201)
#D3DCD6
(211,220,214)
#DFE5E3
(223,229,227)
#EBEEF0
(235,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73946E; }

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

This text font color is #73946E.

Background Color

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

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

This div background color is #73946E.

Border color

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

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

This div border color is #73946E.

Opacity

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

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

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

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

This text has shadow with #73946E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73946E.

Preview

Color preview on black background

This text has color #73946E on black background.


Color preview on white background

This text has color #73946E on white background.


Black color preview on #73946E background

This text has black color on #73946E background.


White color preview on #73946E background

This text has white color on #73946E background.


Related colors

Complementary color

Complementary color for #hex is #8C6B91.


I love getcolorcode.com

Triadic colors

1 #6E7394 and #946E73 with #73946E are triadic colors.

2 #6E9473 and #94736E with #73946E are triadic colors.