COLOR #74A46F

HEX: #74A46F
RGB: (116,164,111)

Color info

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

RGB color model

#74A46F color RGB value is (116,164,111).

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

RGB channels and saturation

R 116 of 255 = 45%
G 164 of 255 = 64%
B 111 of 255 = 44%

116
164
111

R + G + B ~ 51%. #74A46F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 164 + 111 = 391 (100%)
R 116 of 391 ~ 29.67%
G 164 of 391 ~ 41.94%
B 111 of 391 ~ 28.39%

%29.67
%41.94
%28.39

CMYK color model

#74A46F color CMYK value is (29,0,32,36).

  • cyan value is 29.27%
  • magenta value is 0.00%
  • yellow value is 32.32%
  • key color value is 35.69%
CMYK:
(29,0,32,36)
C29M0Y32K36 
(29%,0%,32%,36%)
(0.29/0.00/0.32/0.36)	

CMYK percentages

%29.27
%0
%32.32
%35.69

Codes

Color #74A46F in popluar color models

74A46F
RGB116164111
HSL114°22.55%53.92%
HSB/HSV114°32.32%64.31%
CMYK29.27%0.00%32.32%
35.69%

Color #74A46F in popluar number systems.

HEX74A46F
Decimal116164111
Binary1110100101001001101111
Octal164244157

Shades and tints

Shades of #74A46F

#74A46F
(116,164,111)
#6A9665
(106,150,101)
#60885B
(96,136,91)
#567A51
(86,122,81)
#4C6C47
(76,108,71)
#425E3D
(66,94,61)
#385033
(56,80,51)
#2E4229
(46,66,41)
#24341F
(36,52,31)
#1A2615
(26,38,21)
#10180B
(16,24,11)
#000000
(0,0,0)

Tints of #74A46F

#74A46F
(116,164,111)
#80AC7C
(128,172,124)
#8CB489
(140,180,137)
#98BC96
(152,188,150)
#A4C4A3
(164,196,163)
#B0CCB0
(176,204,176)
#BCD4BD
(188,212,189)
#C8DCCA
(200,220,202)
#D4E4D7
(212,228,215)
#E0ECE4
(224,236,228)
#ECF4F1
(236,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74A46F color. Also use rgb(116,164,111) instead hex code.

Text Font Color

.myTextColor { color: #74A46F; }

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

This text font color is #74A46F.


Background Color

.myBgColor { background-color: #74A46F; }

<div style="background-color:#74A46F">Inner text</div>

This div background color is #74A46F.


Border color

.myBorderColor { border: 1px solid #74A46F; }

<div style="border:3px solid #74A46F">Div</div>

This div border color is #74A46F.


Opacity

.myOpacity80 { color: #74A46F; opacity: 0.8; }

<p style="color:#74A46F;opacity:0.8;">80%</p>

Text with #74A46F 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 #74A46F;}

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

This text has shadow with #74A46F color.

.textShadow {text-shadow: 3px 3px 1px #74A46F, 3px 3px 1px red;}

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

This text has shadow with #74A46F primary color and red secondary color.


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

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

This text has shadow with #74A46F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74A46F on black background.


Color preview on white background

This text has color #74A46F on white background.



Black color preview on #74A46F background

This text has black color on #74A46F background.


White color preview on #74A46F background

This text has white color on #74A46F background.