COLOR #4A6331

HEX: #4A6331 RGB: (74,99,49)

Color info

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

RGB color model

#4A6331 color RGB value is (74,99,49).

RGB: (74,99,49) (29%, 39%, 19%)

RGB channels and saturation

R 74 of 255 = 29%
G 99 of 255 = 39%
B 49 of 255 = 19%

74
99
49

R + G + B ~ 29%. #4A6331 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 99 + 49 = 222 (100%)
R 74 of 222 ~ 33.33%
G 99 of 222 ~ 44.59%
B 49 of 222 ~ 22.07'%

%33.33
%44.59
%22.07

CMYK color model

#4A6331 color CMYK value is (25,0,51,61).

  • cyan value is 25.25%
  • magenta value is 0.00%
  • yellow value is 50.51%
  • key color value is 61.18%

CMYK: (25,0,51,61)
C25M0Y51K61 (25%, 0%, 51%, 61%)
(0.25 / 0.00 / 0.51 / 0.61)

CMYK percentages

%25.25
%0
%50.51
%61.18

Codes

Color #4A6331 in popluar color models

4A 63 31
RGB 74 99 49
HSL 90° 33.78% 29.02%
HSB/HSV 90° 50.51% 38.82%
CMYK 25.25% 0.00% 50.51%
61.18%

Color #4A6331 in popluar number systems.

HEX 4A 63 31
Decimal 74 99 49
Binary 1001010 1100011 110001
Octal 112 143 61

Shades and tints

Shades of #4A6331

#4A6331
(74,99,49)
#445A2D
(68,90,45)
#3E5129
(62,81,41)
#384825
(56,72,37)
#323F21
(50,63,33)
#2C361D
(44,54,29)
#262D19
(38,45,25)
#202415
(32,36,21)
#1A1B11
(26,27,17)
#14120D
(20,18,13)
#0E0909
(14,9,9)
#000000
(0,0,0)

Tints of #4A6331

#4A6331
(74,99,49)
#5A7143
(90,113,67)
#6A7F55
(106,127,85)
#7A8D67
(122,141,103)
#8A9B79
(138,155,121)
#9AA98B
(154,169,139)
#AAB79D
(170,183,157)
#BAC5AF
(186,197,175)
#CAD3C1
(202,211,193)
#DAE1D3
(218,225,211)
#EAEFE5
(234,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A6331 color. Also use rgb(74,99,49) instead hex code.

Text Font Color

.myTextColor { color: #4A6331; }

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

This text font color is #4A6331.

Background Color

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

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

This div background color is #4A6331.

Border color

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

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

This div border color is #4A6331.

Opacity

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

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

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

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

This text has shadow with #4A6331 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A6331.

Preview

Color preview on black background

This text has color #4A6331 on black background.


Color preview on white background

This text has color #4A6331 on white background.


Black color preview on #4A6331 background

This text has black color on #4A6331 background.


White color preview on #4A6331 background

This text has white color on #4A6331 background.


Related colors

Complementary color

Complementary color for #hex is #B59CCE.


I love getcolorcode.com

Triadic colors

1 #314A63 and #63314A with #4A6331 are triadic colors.

2 #31634A and #634A31 with #4A6331 are triadic colors.