COLOR #74A479

HEX: #74A479 RGB: (116,164,121)

Color info

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

RGB color model

#74A479 color RGB value is (116,164,121).

RGB: (116,164,121) (45%, 64%, 47%)

RGB channels and saturation

R 116 of 255 = 45%
G 164 of 255 = 64%
B 121 of 255 = 47%

116
164
121

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

Portions of RGB colors in percentages

R + G + B = 116 + 164 + 121 = 401 (100%)
R 116 of 401 ~ 28.93%
G 164 of 401 ~ 40.9%
B 121 of 401 ~ 30.17'%

%28.93
%40.9
%30.17

CMYK color model

#74A479 color CMYK value is (29,0,26,36).

  • cyan value is 29.27%
  • magenta value is 0.00%
  • yellow value is 26.22%
  • key color value is 35.69%

CMYK: (29,0,26,36)
C29M0Y26K36 (29%, 0%, 26%, 36%)
(0.29 / 0.00 / 0.26 / 0.36)

CMYK percentages

%29.27
%0
%26.22
%35.69

Codes

Color #74A479 in popluar color models

74 A4 79
RGB 116 164 121
HSL 126° 20.87% 54.90%
HSB/HSV 126° 29.27% 64.31%
CMYK 29.27% 0.00% 26.22%
35.69%

Color #74A479 in popluar number systems.

HEX 74 A4 79
Decimal 116 164 121
Binary 1110100 10100100 1111001
Octal 164 244 171

Shades and tints

Shades of #74A479

#74A479
(116,164,121)
#6A966E
(106,150,110)
#608863
(96,136,99)
#567A58
(86,122,88)
#4C6C4D
(76,108,77)
#425E42
(66,94,66)
#385037
(56,80,55)
#2E422C
(46,66,44)
#243421
(36,52,33)
#1A2616
(26,38,22)
#10180B
(16,24,11)
#000000
(0,0,0)

Tints of #74A479

#74A479
(116,164,121)
#80AC85
(128,172,133)
#8CB491
(140,180,145)
#98BC9D
(152,188,157)
#A4C4A9
(164,196,169)
#B0CCB5
(176,204,181)
#BCD4C1
(188,212,193)
#C8DCCD
(200,220,205)
#D4E4D9
(212,228,217)
#E0ECE5
(224,236,229)
#ECF4F1
(236,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74A479; }

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

This text font color is #74A479.

Background Color

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

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

This div background color is #74A479.

Border color

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

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

This div border color is #74A479.

Opacity

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

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

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

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

This text has shadow with #74A479 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74A479.

Preview

Color preview on black background

This text has color #74A479 on black background.


Color preview on white background

This text has color #74A479 on white background.


Black color preview on #74A479 background

This text has black color on #74A479 background.


White color preview on #74A479 background

This text has white color on #74A479 background.


Related colors

Complementary color

Complementary color for #hex is #8B5B86.


I love getcolorcode.com

Triadic colors

1 #7974A4 and #A47974 with #74A479 are triadic colors.

2 #79A474 and #A47479 with #74A479 are triadic colors.