COLOR #4A862E

HEX: #4A862E RGB: (74,134,46)

Color info

#4A862E contains mainly green color. Web safe color of #4A862E is #339933 (or #393).

RGB color model

#4A862E color RGB value is (74,134,46).

RGB: (74,134,46) (29%, 53%, 18%)

RGB channels and saturation

R 74 of 255 = 29%
G 134 of 255 = 53%
B 46 of 255 = 18%

74
134
46

R + G + B ~ 33%. #4A862E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 134 + 46 = 254 (100%)
R 74 of 254 ~ 29.13%
G 134 of 254 ~ 52.76%
B 46 of 254 ~ 18.11'%

%29.13
%52.76
%18.11

CMYK color model

#4A862E color CMYK value is (45,0,66,47).

  • cyan value is 44.78%
  • magenta value is 0.00%
  • yellow value is 65.67%
  • key color value is 47.45%

CMYK: (45,0,66,47)
C45M0Y66K47 (45%, 0%, 66%, 47%)
(0.45 / 0.00 / 0.66 / 0.47)

CMYK percentages

%44.78
%0
%65.67
%47.45

Codes

Color #4A862E in popluar color models

4A 86 2E
RGB 74 134 46
HSL 101° 48.89% 35.29%
HSB/HSV 101° 65.67% 52.55%
CMYK 44.78% 0.00% 65.67%
47.45%

Color #4A862E in popluar number systems.

HEX 4A 86 2E
Decimal 74 134 46
Binary 1001010 10000110 101110
Octal 112 206 56

Shades and tints

Shades of #4A862E

#4A862E
(74,134,46)
#447A2A
(68,122,42)
#3E6E26
(62,110,38)
#386222
(56,98,34)
#32561E
(50,86,30)
#2C4A1A
(44,74,26)
#263E16
(38,62,22)
#203212
(32,50,18)
#1A260E
(26,38,14)
#141A0A
(20,26,10)
#0E0E06
(14,14,6)
#000000
(0,0,0)

Tints of #4A862E

#4A862E
(74,134,46)
#5A9141
(90,145,65)
#6A9C54
(106,156,84)
#7AA767
(122,167,103)
#8AB27A
(138,178,122)
#9ABD8D
(154,189,141)
#AAC8A0
(170,200,160)
#BAD3B3
(186,211,179)
#CADEC6
(202,222,198)
#DAE9D9
(218,233,217)
#EAF4EC
(234,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A862E; }

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

This text font color is #4A862E.

Background Color

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

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

This div background color is #4A862E.

Border color

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

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

This div border color is #4A862E.

Opacity

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

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

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

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

This text has shadow with #4A862E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A862E.

Preview

Color preview on black background

This text has color #4A862E on black background.


Color preview on white background

This text has color #4A862E on white background.


Black color preview on #4A862E background

This text has black color on #4A862E background.


White color preview on #4A862E background

This text has white color on #4A862E background.


Related colors

Complementary color

Complementary color for #hex is #B579D1.


I love getcolorcode.com

Triadic colors

1 #2E4A86 and #862E4A with #4A862E are triadic colors.

2 #2E864A and #864A2E with #4A862E are triadic colors.