COLOR #4A864E

HEX: #4A864E
RGB: (74,134,78)

Color info

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

RGB color model

#4A864E color RGB value is (74,134,78).

  • red value is 74;
  • green value is 134;
  • blue value is 78.
RGB:
(74,134,78)
(29%,53%,31%)

RGB channels and saturation

R 74 of 255 = 29%
G 134 of 255 = 53%
B 78 of 255 = 31%

74
134
78

R + G + B ~ 38%. #4A864E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 134 + 78 = 286 (100%)
R 74 of 286 ~ 25.87%
G 134 of 286 ~ 46.85%
B 78 of 286 ~ 27.27%

%25.87
%46.85
%27.27

CMYK color model

#4A864E color CMYK value is (45,0,42,47).

  • cyan value is 44.78%
  • magenta value is 0.00%
  • yellow value is 41.79%
  • key color value is 47.45%
CMYK:
(45,0,42,47)
C45M0Y42K47 
(45%,0%,42%,47%)
(0.45/0.00/0.42/0.47)	

CMYK percentages

%44.78
%0
%41.79
%47.45

Codes

Color #4A864E in popluar color models

4A864E
RGB7413478
HSL124°28.85%40.78%
HSB/HSV124°44.78%52.55%
CMYK44.78%0.00%41.79%
47.45%

Color #4A864E in popluar number systems.

HEX4A864E
Decimal7413478
Binary1001010100001101001110
Octal112206116

Shades and tints

Shades of #4A864E

#4A864E
(74,134,78)
#447A47
(68,122,71)
#3E6E40
(62,110,64)
#386239
(56,98,57)
#325632
(50,86,50)
#2C4A2B
(44,74,43)
#263E24
(38,62,36)
#20321D
(32,50,29)
#1A2616
(26,38,22)
#141A0F
(20,26,15)
#0E0E08
(14,14,8)
#000000
(0,0,0)

Tints of #4A864E

#4A864E
(74,134,78)
#5A915E
(90,145,94)
#6A9C6E
(106,156,110)
#7AA77E
(122,167,126)
#8AB28E
(138,178,142)
#9ABD9E
(154,189,158)
#AAC8AE
(170,200,174)
#BAD3BE
(186,211,190)
#CADECE
(202,222,206)
#DAE9DE
(218,233,222)
#EAF4EE
(234,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A864E color. Also use rgb(74,134,78) instead hex code.

Text Font Color

.myTextColor { color: #4A864E; }

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

This text font color is #4A864E.


Background Color

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

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

This div background color is #4A864E.


Border color

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

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

This div border color is #4A864E.


Opacity

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

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

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

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

This text has shadow with #4A864E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A864E on black background.


Color preview on white background

This text has color #4A864E on white background.



Black color preview on #4A864E background

This text has black color on #4A864E background.


White color preview on #4A864E background

This text has white color on #4A864E background.