COLOR #4A966A

HEX: #4A966A RGB: (74,150,106)

Color info

#4A966A contains mainly green and blue colors. Web safe color of #4A966A is #339966 (or #396).

RGB color model

#4A966A color RGB value is (74,150,106).

RGB: (74,150,106) (29%, 59%, 42%)

RGB channels and saturation

R 74 of 255 = 29%
G 150 of 255 = 59%
B 106 of 255 = 42%

74
150
106

R + G + B ~ 43%. #4A966A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 74 + 150 + 106 = 330 (100%)
R 74 of 330 ~ 22.42%
G 150 of 330 ~ 45.45%
B 106 of 330 ~ 32.12'%

%22.42
%45.45
%32.12

CMYK color model

#4A966A color CMYK value is (51,0,29,41).

  • cyan value is 50.67%
  • magenta value is 0.00%
  • yellow value is 29.33%
  • key color value is 41.18%

CMYK: (51,0,29,41)
C51M0Y29K41 (51%, 0%, 29%, 41%)
(0.51 / 0.00 / 0.29 / 0.41)

CMYK percentages

%50.67
%0
%29.33
%41.18

Codes

Color #4A966A in popluar color models

4A 96 6A
RGB 74 150 106
HSL 145° 33.93% 43.92%
HSB/HSV 145° 50.67% 58.82%
CMYK 50.67% 0.00% 29.33%
41.18%

Color #4A966A in popluar number systems.

HEX 4A 96 6A
Decimal 74 150 106
Binary 1001010 10010110 1101010
Octal 112 226 152

Shades and tints

Shades of #4A966A

#4A966A
(74,150,106)
#448961
(68,137,97)
#3E7C58
(62,124,88)
#386F4F
(56,111,79)
#326246
(50,98,70)
#2C553D
(44,85,61)
#264834
(38,72,52)
#203B2B
(32,59,43)
#1A2E22
(26,46,34)
#142119
(20,33,25)
#0E1410
(14,20,16)
#000000
(0,0,0)

Tints of #4A966A

#4A966A
(74,150,106)
#5A9F77
(90,159,119)
#6AA884
(106,168,132)
#7AB191
(122,177,145)
#8ABA9E
(138,186,158)
#9AC3AB
(154,195,171)
#AACCB8
(170,204,184)
#BAD5C5
(186,213,197)
#CADED2
(202,222,210)
#DAE7DF
(218,231,223)
#EAF0EC
(234,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A966A color. Also use rgb(74,150,106) instead hex code.

Text Font Color

.myTextColor { color: #4A966A; }

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

This text font color is #4A966A.

Background Color

.myBgColor { background-color: #4A966A; }

<div style="background-color:#4A966A">Inner text</div>

This div background color is #4A966A.

Border color

.myBorderColor { border: 1px solid #4A966A; }

<div style="border:3px solid #4A966A">Div</div>

This div border color is #4A966A.

Opacity

.myOpacity80 { color: #4A966A; opacity: 0.8; }

<p style="color:#4A966A;opacity:0.8;">80%</p>

Text with #4A966A 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 #4A966A;}

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

This text has shadow with #4A966A color.


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

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

This text has shadow with #4A966A primary color and red secondary color.


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

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

This text has shadow with #4A966A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4A966A.

Preview

Color preview on black background

This text has color #4A966A on black background.


Color preview on white background

This text has color #4A966A on white background.


Black color preview on #4A966A background

This text has black color on #4A966A background.


White color preview on #4A966A background

This text has white color on #4A966A background.


Related colors

Complementary color

Complementary color for #hex is #B56995.


I love getcolorcode.com

Triadic colors

1 #6A4A96 and #966A4A with #4A966A are triadic colors.

2 #6A964A and #964A6A with #4A966A are triadic colors.