COLOR #74946F

HEX: #74946F
RGB: (116,148,111)

Color info

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

RGB color model

#74946F color RGB value is (116,148,111).

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

RGB channels and saturation

R 116 of 255 = 45%
G 148 of 255 = 58%
B 111 of 255 = 44%

116
148
111

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

Portions of RGB colors in percentages

R + G + B =
116 + 148 + 111 = 375 (100%)
R 116 of 375 ~ 30.93%
G 148 of 375 ~ 39.47%
B 111 of 375 ~ 29.6%

%30.93
%39.47
%29.6

CMYK color model

#74946F color CMYK value is (22,0,25,42).

  • cyan value is 21.62%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 41.96%
CMYK: (22,0,25,42) C22M0Y25K42 (22%,0%,25%,42%) (0.22/0.00/0.25/0.42)

CMYK percentages

%21.62
%0
%25
%41.96

Codes

Color #74946F in popluar color models

74946F
RGB116148111
HSL112°14.74%50.78%
HSB/HSV112°25.00%58.04%
CMYK21.62%0.00%25.00%
41.96%

Color #74946F in popluar number systems.

HEX74946F
Decimal116148111
Binary1110100100101001101111
Octal164224157

Shades and tints

Shades of #74946F

#74946F
(116,148,111)
#6A8765
(106,135,101)
#607A5B
(96,122,91)
#566D51
(86,109,81)
#4C6047
(76,96,71)
#42533D
(66,83,61)
#384633
(56,70,51)
#2E3929
(46,57,41)
#242C1F
(36,44,31)
#1A1F15
(26,31,21)
#10120B
(16,18,11)
#000000
(0,0,0)

Tints of #74946F

#74946F
(116,148,111)
#809D7C
(128,157,124)
#8CA689
(140,166,137)
#98AF96
(152,175,150)
#A4B8A3
(164,184,163)
#B0C1B0
(176,193,176)
#BCCABD
(188,202,189)
#C8D3CA
(200,211,202)
#D4DCD7
(212,220,215)
#E0E5E4
(224,229,228)
#ECEEF1
(236,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74946F; }

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

This text font color is #74946F.


Background Color

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

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

This div background color is #74946F.


Border color

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

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

This div border color is #74946F.


Opacity

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

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

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

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

This text has shadow with #74946F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #74946F on black background.


Color preview on white background

This text has color #74946F on white background.



Black color preview on #74946F background

This text has black color on #74946F background.


White color preview on #74946F background

This text has white color on #74946F background.