COLOR #4A8966

HEX: #4A8966
RGB: (74,137,102)

Color info

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

RGB color model

#4A8966 color RGB value is (74,137,102).

  • red value is 74;
  • green value is 137;
  • blue value is 102.
RGB:
(74,137,102)
(29%,54%,40%)

RGB channels and saturation

R 74 of 255 = 29%
G 137 of 255 = 54%
B 102 of 255 = 40%

74
137
102

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

Portions of RGB colors in percentages

R + G + B =
74 + 137 + 102 = 313 (100%)
R 74 of 313 ~ 23.64%
G 137 of 313 ~ 43.77%
B 102 of 313 ~ 32.59%

%23.64
%43.77
%32.59

CMYK color model

#4A8966 color CMYK value is (46,0,26,46).

  • cyan value is 45.99%
  • magenta value is 0.00%
  • yellow value is 25.55%
  • key color value is 46.27%
CMYK:
(46,0,26,46)
C46M0Y26K46 
(46%,0%,26%,46%)
(0.46/0.00/0.26/0.46)	

CMYK percentages

%45.99
%0
%25.55
%46.27

Codes

Color #4A8966 in popluar color models

4A8966
RGB74137102
HSL147°29.86%41.37%
HSB/HSV147°45.99%53.73%
CMYK45.99%0.00%25.55%
46.27%

Color #4A8966 in popluar number systems.

HEX4A8966
Decimal74137102
Binary1001010100010011100110
Octal112211146

Shades and tints

Shades of #4A8966

#4A8966
(74,137,102)
#447D5D
(68,125,93)
#3E7154
(62,113,84)
#38654B
(56,101,75)
#325942
(50,89,66)
#2C4D39
(44,77,57)
#264130
(38,65,48)
#203527
(32,53,39)
#1A291E
(26,41,30)
#141D15
(20,29,21)
#0E110C
(14,17,12)
#000000
(0,0,0)

Tints of #4A8966

#4A8966
(74,137,102)
#5A9373
(90,147,115)
#6A9D80
(106,157,128)
#7AA78D
(122,167,141)
#8AB19A
(138,177,154)
#9ABBA7
(154,187,167)
#AAC5B4
(170,197,180)
#BACFC1
(186,207,193)
#CAD9CE
(202,217,206)
#DAE3DB
(218,227,219)
#EAEDE8
(234,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A8966 color. Also use rgb(74,137,102) instead hex code.

Text Font Color

.myTextColor { color: #4A8966; }

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

This text font color is #4A8966.


Background Color

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

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

This div background color is #4A8966.


Border color

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

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

This div border color is #4A8966.


Opacity

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

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

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

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

This text has shadow with #4A8966 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A8966 on black background.


Color preview on white background

This text has color #4A8966 on white background.



Black color preview on #4A8966 background

This text has black color on #4A8966 background.


White color preview on #4A8966 background

This text has white color on #4A8966 background.