COLOR #4A6932

HEX: #4A6932 RGB: (74,105,50)

Color info

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

RGB color model

#4A6932 color RGB value is (74,105,50).

RGB: (74,105,50) (29%, 41%, 20%)

RGB channels and saturation

R 74 of 255 = 29%
G 105 of 255 = 41%
B 50 of 255 = 20%

74
105
50

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

Portions of RGB colors in percentages

R + G + B = 74 + 105 + 50 = 229 (100%)
R 74 of 229 ~ 32.31%
G 105 of 229 ~ 45.85%
B 50 of 229 ~ 21.83'%

%32.31
%45.85
%21.83

CMYK color model

#4A6932 color CMYK value is (30,0,52,59).

  • cyan value is 29.52%
  • magenta value is 0.00%
  • yellow value is 52.38%
  • key color value is 58.82%

CMYK: (30,0,52,59)
C30M0Y52K59 (30%, 0%, 52%, 59%)
(0.30 / 0.00 / 0.52 / 0.59)

CMYK percentages

%29.52
%0
%52.38
%58.82

Codes

Color #4A6932 in popluar color models

4A 69 32
RGB 74 105 50
HSL 94° 35.48% 30.39%
HSB/HSV 94° 52.38% 41.18%
CMYK 29.52% 0.00% 52.38%
58.82%

Color #4A6932 in popluar number systems.

HEX 4A 69 32
Decimal 74 105 50
Binary 1001010 1101001 110010
Octal 112 151 62

Shades and tints

Shades of #4A6932

#4A6932
(74,105,50)
#44602E
(68,96,46)
#3E572A
(62,87,42)
#384E26
(56,78,38)
#324522
(50,69,34)
#2C3C1E
(44,60,30)
#26331A
(38,51,26)
#202A16
(32,42,22)
#1A2112
(26,33,18)
#14180E
(20,24,14)
#0E0F0A
(14,15,10)
#000000
(0,0,0)

Tints of #4A6932

#4A6932
(74,105,50)
#5A7644
(90,118,68)
#6A8356
(106,131,86)
#7A9068
(122,144,104)
#8A9D7A
(138,157,122)
#9AAA8C
(154,170,140)
#AAB79E
(170,183,158)
#BAC4B0
(186,196,176)
#CAD1C2
(202,209,194)
#DADED4
(218,222,212)
#EAEBE6
(234,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A6932; }

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

This text font color is #4A6932.

Background Color

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

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

This div background color is #4A6932.

Border color

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

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

This div border color is #4A6932.

Opacity

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

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

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

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

This text has shadow with #4A6932 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A6932.

Preview

Color preview on black background

This text has color #4A6932 on black background.


Color preview on white background

This text has color #4A6932 on white background.


Black color preview on #4A6932 background

This text has black color on #4A6932 background.


White color preview on #4A6932 background

This text has white color on #4A6932 background.


Related colors

Complementary color

Complementary color for #hex is #B596CD.


I love getcolorcode.com

Triadic colors

1 #324A69 and #69324A with #4A6932 are triadic colors.

2 #32694A and #694A32 with #4A6932 are triadic colors.