COLOR #73996E

HEX: #73996E RGB: (115,153,110)

Color info

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

RGB color model

#73996E color RGB value is (115,153,110).

RGB: (115,153,110) (45%, 60%, 43%)

RGB channels and saturation

R 115 of 255 = 45%
G 153 of 255 = 60%
B 110 of 255 = 43%

115
153
110

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

Portions of RGB colors in percentages

R + G + B = 115 + 153 + 110 = 378 (100%)
R 115 of 378 ~ 30.42%
G 153 of 378 ~ 40.48%
B 110 of 378 ~ 29.1'%

%30.42
%40.48
%29.1

CMYK color model

#73996E color CMYK value is (25,0,28,40).

  • cyan value is 24.84%
  • magenta value is 0.00%
  • yellow value is 28.10%
  • key color value is 40.00%

CMYK: (25,0,28,40)
C25M0Y28K40 (25%, 0%, 28%, 40%)
(0.25 / 0.00 / 0.28 / 0.40)

CMYK percentages

%24.84
%0
%28.1
%40

Codes

Color #73996E in popluar color models

73 99 6E
RGB 115 153 110
HSL 113° 17.41% 51.57%
HSB/HSV 113° 28.10% 60.00%
CMYK 24.84% 0.00% 28.10%
40.00%

Color #73996E in popluar number systems.

HEX 73 99 6E
Decimal 115 153 110
Binary 1110011 10011001 1101110
Octal 163 231 156

Shades and tints

Shades of #73996E

#73996E
(115,153,110)
#698C64
(105,140,100)
#5F7F5A
(95,127,90)
#557250
(85,114,80)
#4B6546
(75,101,70)
#41583C
(65,88,60)
#374B32
(55,75,50)
#2D3E28
(45,62,40)
#23311E
(35,49,30)
#192414
(25,36,20)
#0F170A
(15,23,10)
#000000
(0,0,0)

Tints of #73996E

#73996E
(115,153,110)
#7FA27B
(127,162,123)
#8BAB88
(139,171,136)
#97B495
(151,180,149)
#A3BDA2
(163,189,162)
#AFC6AF
(175,198,175)
#BBCFBC
(187,207,188)
#C7D8C9
(199,216,201)
#D3E1D6
(211,225,214)
#DFEAE3
(223,234,227)
#EBF3F0
(235,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73996E; }

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

This text font color is #73996E.

Background Color

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

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

This div background color is #73996E.

Border color

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

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

This div border color is #73996E.

Opacity

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

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

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

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

This text has shadow with #73996E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73996E.

Preview

Color preview on black background

This text has color #73996E on black background.


Color preview on white background

This text has color #73996E on white background.


Black color preview on #73996E background

This text has black color on #73996E background.


White color preview on #73996E background

This text has white color on #73996E background.


Related colors

Complementary color

Complementary color for #hex is #8C6691.


I love getcolorcode.com

Triadic colors

1 #6E7399 and #996E73 with #73996E are triadic colors.

2 #6E9973 and #99736E with #73996E are triadic colors.