COLOR #4A6E2E

HEX: #4A6E2E
RGB: (74,110,46)

Color info

#4A6E2E contains mainly red and green colors. Web safe color of #4A6E2E is #336633 (or #363).

RGB color model

#4A6E2E color RGB value is (74,110,46).

  • red value is 74;
  • green value is 110;
  • blue value is 46.
RGB:
(74,110,46)
(29%,43%,18%)

RGB channels and saturation

R 74 of 255 = 29%
G 110 of 255 = 43%
B 46 of 255 = 18%

74
110
46

R + G + B ~ 30%. #4A6E2E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 110 + 46 = 230 (100%)
R 74 of 230 ~ 32.17%
G 110 of 230 ~ 47.83%
B 46 of 230 ~ 20%

%32.17
%47.83
%20

CMYK color model

#4A6E2E color CMYK value is (33,0,58,57).

  • cyan value is 32.73%
  • magenta value is 0.00%
  • yellow value is 58.18%
  • key color value is 56.86%
CMYK:
(33,0,58,57)
C33M0Y58K57 
(33%,0%,58%,57%)
(0.33/0.00/0.58/0.57)	

CMYK percentages

%32.73
%0
%58.18
%56.86

Codes

Color #4A6E2E in popluar color models

4A6E2E
RGB7411046
HSL94°41.03%30.59%
HSB/HSV94°58.18%43.14%
CMYK32.73%0.00%58.18%
56.86%

Color #4A6E2E in popluar number systems.

HEX4A6E2E
Decimal7411046
Binary10010101101110101110
Octal11215656

Shades and tints

Shades of #4A6E2E

#4A6E2E
(74,110,46)
#44642A
(68,100,42)
#3E5A26
(62,90,38)
#385022
(56,80,34)
#32461E
(50,70,30)
#2C3C1A
(44,60,26)
#263216
(38,50,22)
#202812
(32,40,18)
#1A1E0E
(26,30,14)
#14140A
(20,20,10)
#0E0A06
(14,10,6)
#000000
(0,0,0)

Tints of #4A6E2E

#4A6E2E
(74,110,46)
#5A7B41
(90,123,65)
#6A8854
(106,136,84)
#7A9567
(122,149,103)
#8AA27A
(138,162,122)
#9AAF8D
(154,175,141)
#AABCA0
(170,188,160)
#BAC9B3
(186,201,179)
#CAD6C6
(202,214,198)
#DAE3D9
(218,227,217)
#EAF0EC
(234,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A6E2E; }

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

This text font color is #4A6E2E.


Background Color

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

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

This div background color is #4A6E2E.


Border color

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

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

This div border color is #4A6E2E.


Opacity

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

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

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

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

This text has shadow with #4A6E2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A6E2E on black background.


Color preview on white background

This text has color #4A6E2E on white background.



Black color preview on #4A6E2E background

This text has black color on #4A6E2E background.


White color preview on #4A6E2E background

This text has white color on #4A6E2E background.