COLOR #4A965A

HEX: #4A965A
RGB: (74,150,90)

Color info

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

RGB color model

#4A965A color RGB value is (74,150,90).

  • red value is 74;
  • green value is 150;
  • blue value is 90.
RGB:
(74,150,90)
(29%,59%,35%)

RGB channels and saturation

R 74 of 255 = 29%
G 150 of 255 = 59%
B 90 of 255 = 35%

74
150
90

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

Portions of RGB colors in percentages

R + G + B =
74 + 150 + 90 = 314 (100%)
R 74 of 314 ~ 23.57%
G 150 of 314 ~ 47.77%
B 90 of 314 ~ 28.66%

%23.57
%47.77
%28.66

CMYK color model

#4A965A color CMYK value is (51,0,40,41).

  • cyan value is 50.67%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 41.18%
CMYK:
(51,0,40,41)
C51M0Y40K41 
(51%,0%,40%,41%)
(0.51/0.00/0.40/0.41)	

CMYK percentages

%50.67
%0
%40
%41.18

Codes

Color #4A965A in popluar color models

4A965A
RGB7415090
HSL133°33.93%43.92%
HSB/HSV133°50.67%58.82%
CMYK50.67%0.00%40.00%
41.18%

Color #4A965A in popluar number systems.

HEX4A965A
Decimal7415090
Binary1001010100101101011010
Octal112226132

Shades and tints

Shades of #4A965A

#4A965A
(74,150,90)
#448952
(68,137,82)
#3E7C4A
(62,124,74)
#386F42
(56,111,66)
#32623A
(50,98,58)
#2C5532
(44,85,50)
#26482A
(38,72,42)
#203B22
(32,59,34)
#1A2E1A
(26,46,26)
#142112
(20,33,18)
#0E140A
(14,20,10)
#000000
(0,0,0)

Tints of #4A965A

#4A965A
(74,150,90)
#5A9F69
(90,159,105)
#6AA878
(106,168,120)
#7AB187
(122,177,135)
#8ABA96
(138,186,150)
#9AC3A5
(154,195,165)
#AACCB4
(170,204,180)
#BAD5C3
(186,213,195)
#CADED2
(202,222,210)
#DAE7E1
(218,231,225)
#EAF0F0
(234,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A965A; }

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

This text font color is #4A965A.


Background Color

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

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

This div background color is #4A965A.


Border color

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

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

This div border color is #4A965A.


Opacity

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

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

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

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

This text has shadow with #4A965A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A965A on black background.


Color preview on white background

This text has color #4A965A on white background.



Black color preview on #4A965A background

This text has black color on #4A965A background.


White color preview on #4A965A background

This text has white color on #4A965A background.