COLOR #74896F

HEX: #74896F
RGB: (116,137,111)

Color info

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

RGB color model

#74896F color RGB value is (116,137,111).

  • red value is 116;
  • green value is 137;
  • blue value is 111.
RGB:
(116,137,111)
(45%,54%,44%)

RGB channels and saturation

R 116 of 255 = 45%
G 137 of 255 = 54%
B 111 of 255 = 44%

116
137
111

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

Portions of RGB colors in percentages

R + G + B =
116 + 137 + 111 = 364 (100%)
R 116 of 364 ~ 31.87%
G 137 of 364 ~ 37.64%
B 111 of 364 ~ 30.49%

%31.87
%37.64
%30.49

CMYK color model

#74896F color CMYK value is (15,0,19,46).

  • cyan value is 15.33%
  • magenta value is 0.00%
  • yellow value is 18.98%
  • key color value is 46.27%
CMYK:
(15,0,19,46)
C15M0Y19K46 
(15%,0%,19%,46%)
(0.15/0.00/0.19/0.46)	

CMYK percentages

%15.33
%0
%18.98
%46.27

Codes

Color #74896F in popluar color models

74896F
RGB116137111
HSL108°10.48%48.63%
HSB/HSV108°18.98%53.73%
CMYK15.33%0.00%18.98%
46.27%

Color #74896F in popluar number systems.

HEX74896F
Decimal116137111
Binary1110100100010011101111
Octal164211157

Shades and tints

Shades of #74896F

#74896F
(116,137,111)
#6A7D65
(106,125,101)
#60715B
(96,113,91)
#566551
(86,101,81)
#4C5947
(76,89,71)
#424D3D
(66,77,61)
#384133
(56,65,51)
#2E3529
(46,53,41)
#24291F
(36,41,31)
#1A1D15
(26,29,21)
#10110B
(16,17,11)
#000000
(0,0,0)

Tints of #74896F

#74896F
(116,137,111)
#80937C
(128,147,124)
#8C9D89
(140,157,137)
#98A796
(152,167,150)
#A4B1A3
(164,177,163)
#B0BBB0
(176,187,176)
#BCC5BD
(188,197,189)
#C8CFCA
(200,207,202)
#D4D9D7
(212,217,215)
#E0E3E4
(224,227,228)
#ECEDF1
(236,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74896F color. Also use rgb(116,137,111) instead hex code.

Text Font Color

.myTextColor { color: #74896F; }

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

This text font color is #74896F.


Background Color

.myBgColor { background-color: #74896F; }

<div style="background-color:#74896F">Inner text</div>

This div background color is #74896F.


Border color

.myBorderColor { border: 1px solid #74896F; }

<div style="border:3px solid #74896F">Div</div>

This div border color is #74896F.


Opacity

.myOpacity80 { color: #74896F; opacity: 0.8; }

<p style="color:#74896F;opacity:0.8;">80%</p>

Text with #74896F 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 #74896F;}

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

This text has shadow with #74896F color.

.textShadow {text-shadow: 3px 3px 1px #74896F, 3px 3px 1px red;}

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

This text has shadow with #74896F primary color and red secondary color.


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

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

This text has shadow with #74896F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74896F on black background.


Color preview on white background

This text has color #74896F on white background.



Black color preview on #74896F background

This text has black color on #74896F background.


White color preview on #74896F background

This text has white color on #74896F background.