COLOR #4A9655

HEX: #4A9655 RGB: (74,150,85)

Color info

#4A9655 contains mainly green color. Web safe color of #4A9655 is #339966 (or #396).

RGB color model

#4A9655 color RGB value is (74,150,85).

RGB: (74,150,85) (29%, 59%, 33%)

RGB channels and saturation

R 74 of 255 = 29%
G 150 of 255 = 59%
B 85 of 255 = 33%

74
150
85

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

Portions of RGB colors in percentages

R + G + B = 74 + 150 + 85 = 309 (100%)
R 74 of 309 ~ 23.95%
G 150 of 309 ~ 48.54%
B 85 of 309 ~ 27.51'%

%23.95
%48.54
%27.51

CMYK color model

#4A9655 color CMYK value is (51,0,43,41).

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

CMYK: (51,0,43,41)
C51M0Y43K41 (51%, 0%, 43%, 41%)
(0.51 / 0.00 / 0.43 / 0.41)

CMYK percentages

%50.67
%0
%43.33
%41.18

Codes

Color #4A9655 in popluar color models

4A 96 55
RGB 74 150 85
HSL 129° 33.93% 43.92%
HSB/HSV 129° 50.67% 58.82%
CMYK 50.67% 0.00% 43.33%
41.18%

Color #4A9655 in popluar number systems.

HEX 4A 96 55
Decimal 74 150 85
Binary 1001010 10010110 1010101
Octal 112 226 125

Shades and tints

Shades of #4A9655

#4A9655
(74,150,85)
#44894E
(68,137,78)
#3E7C47
(62,124,71)
#386F40
(56,111,64)
#326239
(50,98,57)
#2C5532
(44,85,50)
#26482B
(38,72,43)
#203B24
(32,59,36)
#1A2E1D
(26,46,29)
#142116
(20,33,22)
#0E140F
(14,20,15)
#000000
(0,0,0)

Tints of #4A9655

#4A9655
(74,150,85)
#5A9F64
(90,159,100)
#6AA873
(106,168,115)
#7AB182
(122,177,130)
#8ABA91
(138,186,145)
#9AC3A0
(154,195,160)
#AACCAF
(170,204,175)
#BAD5BE
(186,213,190)
#CADECD
(202,222,205)
#DAE7DC
(218,231,220)
#EAF0EB
(234,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A9655; }

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

This text font color is #4A9655.

Background Color

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

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

This div background color is #4A9655.

Border color

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

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

This div border color is #4A9655.

Opacity

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

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

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

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

This text has shadow with #4A9655 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A9655.

Preview

Color preview on black background

This text has color #4A9655 on black background.


Color preview on white background

This text has color #4A9655 on white background.


Black color preview on #4A9655 background

This text has black color on #4A9655 background.


White color preview on #4A9655 background

This text has white color on #4A9655 background.


Related colors

Complementary color

Complementary color for #hex is #B569AA.


I love getcolorcode.com

Triadic colors

1 #554A96 and #96554A with #4A9655 are triadic colors.

2 #55964A and #964A55 with #4A9655 are triadic colors.