COLOR #73976A

HEX: #73976A
RGB: (115,151,106)

Color info

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

RGB color model

#73976A color RGB value is (115,151,106).

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

RGB channels and saturation

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

115
151
106

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

Portions of RGB colors in percentages

R + G + B =
115 + 151 + 106 = 372 (100%)
R 115 of 372 ~ 30.91%
G 151 of 372 ~ 40.59%
B 106 of 372 ~ 28.49%

%30.91
%40.59
%28.49

CMYK color model

#73976A color CMYK value is (24,0,30,41).

  • cyan value is 23.84%
  • magenta value is 0.00%
  • yellow value is 29.80%
  • key color value is 40.78%
CMYK:
(24,0,30,41)
C24M0Y30K41 
(24%,0%,30%,41%)
(0.24/0.00/0.30/0.41)	

CMYK percentages

%23.84
%0
%29.8
%40.78

Codes

Color #73976A in popluar color models

73976A
RGB115151106
HSL108°17.79%50.39%
HSB/HSV108°29.80%59.22%
CMYK23.84%0.00%29.80%
40.78%

Color #73976A in popluar number systems.

HEX73976A
Decimal115151106
Binary1110011100101111101010
Octal163227152

Shades and tints

Shades of #73976A

#73976A
(115,151,106)
#698A61
(105,138,97)
#5F7D58
(95,125,88)
#55704F
(85,112,79)
#4B6346
(75,99,70)
#41563D
(65,86,61)
#374934
(55,73,52)
#2D3C2B
(45,60,43)
#232F22
(35,47,34)
#192219
(25,34,25)
#0F1510
(15,21,16)
#000000
(0,0,0)

Tints of #73976A

#73976A
(115,151,106)
#7FA077
(127,160,119)
#8BA984
(139,169,132)
#97B291
(151,178,145)
#A3BB9E
(163,187,158)
#AFC4AB
(175,196,171)
#BBCDB8
(187,205,184)
#C7D6C5
(199,214,197)
#D3DFD2
(211,223,210)
#DFE8DF
(223,232,223)
#EBF1EC
(235,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73976A; }

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

This text font color is #73976A.


Background Color

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

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

This div background color is #73976A.


Border color

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

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

This div border color is #73976A.


Opacity

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

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

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

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

This text has shadow with #73976A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73976A on black background.


Color preview on white background

This text has color #73976A on white background.



Black color preview on #73976A background

This text has black color on #73976A background.


White color preview on #73976A background

This text has white color on #73976A background.