COLOR #4A6E46

HEX: #4A6E46
RGB: (74,110,70)

Color info

#4A6E46 contains red, green and blue colors in about the same proportion. Web safe color of #4A6E46 is #336633 (or #363).

RGB color model

#4A6E46 color RGB value is (74,110,70).

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

RGB channels and saturation

R 74 of 255 = 29%
G 110 of 255 = 43%
B 70 of 255 = 27%

74
110
70

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

Portions of RGB colors in percentages

R + G + B =
74 + 110 + 70 = 254 (100%)
R 74 of 254 ~ 29.13%
G 110 of 254 ~ 43.31%
B 70 of 254 ~ 27.56%

%29.13
%43.31
%27.56

CMYK color model

#4A6E46 color CMYK value is (33,0,36,57).

  • cyan value is 32.73%
  • magenta value is 0.00%
  • yellow value is 36.36%
  • key color value is 56.86%
CMYK:
(33,0,36,57)
C33M0Y36K57 
(33%,0%,36%,57%)
(0.33/0.00/0.36/0.57)	

CMYK percentages

%32.73
%0
%36.36
%56.86

Codes

Color #4A6E46 in popluar color models

4A6E46
RGB7411070
HSL114°22.22%35.29%
HSB/HSV114°36.36%43.14%
CMYK32.73%0.00%36.36%
56.86%

Color #4A6E46 in popluar number systems.

HEX4A6E46
Decimal7411070
Binary100101011011101000110
Octal112156106

Shades and tints

Shades of #4A6E46

#4A6E46
(74,110,70)
#446440
(68,100,64)
#3E5A3A
(62,90,58)
#385034
(56,80,52)
#32462E
(50,70,46)
#2C3C28
(44,60,40)
#263222
(38,50,34)
#20281C
(32,40,28)
#1A1E16
(26,30,22)
#141410
(20,20,16)
#0E0A0A
(14,10,10)
#000000
(0,0,0)

Tints of #4A6E46

#4A6E46
(74,110,70)
#5A7B56
(90,123,86)
#6A8866
(106,136,102)
#7A9576
(122,149,118)
#8AA286
(138,162,134)
#9AAF96
(154,175,150)
#AABCA6
(170,188,166)
#BAC9B6
(186,201,182)
#CAD6C6
(202,214,198)
#DAE3D6
(218,227,214)
#EAF0E6
(234,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A6E46; }

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

This text font color is #4A6E46.


Background Color

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

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

This div background color is #4A6E46.


Border color

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

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

This div border color is #4A6E46.


Opacity

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

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

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

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

This text has shadow with #4A6E46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A6E46 on black background.


Color preview on white background

This text has color #4A6E46 on white background.



Black color preview on #4A6E46 background

This text has black color on #4A6E46 background.


White color preview on #4A6E46 background

This text has white color on #4A6E46 background.