COLOR #4A6943

HEX: #4A6943
RGB: (74,105,67)

Color info

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

RGB color model

#4A6943 color RGB value is (74,105,67).

  • red value is 74;
  • green value is 105;
  • blue value is 67.
RGB:
(74,105,67)
(29%,41%,26%)

RGB channels and saturation

R 74 of 255 = 29%
G 105 of 255 = 41%
B 67 of 255 = 26%

74
105
67

R + G + B ~ 32%. #4A6943 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 105 + 67 = 246 (100%)
R 74 of 246 ~ 30.08%
G 105 of 246 ~ 42.68%
B 67 of 246 ~ 27.24%

%30.08
%42.68
%27.24

CMYK color model

#4A6943 color CMYK value is (30,0,36,59).

  • cyan value is 29.52%
  • magenta value is 0.00%
  • yellow value is 36.19%
  • key color value is 58.82%
CMYK:
(30,0,36,59)
C30M0Y36K59 
(30%,0%,36%,59%)
(0.30/0.00/0.36/0.59)	

CMYK percentages

%29.52
%0
%36.19
%58.82

Codes

Color #4A6943 in popluar color models

4A6943
RGB7410567
HSL109°22.09%33.73%
HSB/HSV109°36.19%41.18%
CMYK29.52%0.00%36.19%
58.82%

Color #4A6943 in popluar number systems.

HEX4A6943
Decimal7410567
Binary100101011010011000011
Octal112151103

Shades and tints

Shades of #4A6943

#4A6943
(74,105,67)
#44603D
(68,96,61)
#3E5737
(62,87,55)
#384E31
(56,78,49)
#32452B
(50,69,43)
#2C3C25
(44,60,37)
#26331F
(38,51,31)
#202A19
(32,42,25)
#1A2113
(26,33,19)
#14180D
(20,24,13)
#0E0F07
(14,15,7)
#000000
(0,0,0)

Tints of #4A6943

#4A6943
(74,105,67)
#5A7654
(90,118,84)
#6A8365
(106,131,101)
#7A9076
(122,144,118)
#8A9D87
(138,157,135)
#9AAA98
(154,170,152)
#AAB7A9
(170,183,169)
#BAC4BA
(186,196,186)
#CAD1CB
(202,209,203)
#DADEDC
(218,222,220)
#EAEBED
(234,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A6943 color. Also use rgb(74,105,67) instead hex code.

Text Font Color

.myTextColor { color: #4A6943; }

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

This text font color is #4A6943.


Background Color

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

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

This div background color is #4A6943.


Border color

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

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

This div border color is #4A6943.


Opacity

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

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

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

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

This text has shadow with #4A6943 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A6943 on black background.


Color preview on white background

This text has color #4A6943 on white background.



Black color preview on #4A6943 background

This text has black color on #4A6943 background.


White color preview on #4A6943 background

This text has white color on #4A6943 background.