COLOR #4A8339

HEX: #4A8339 RGB: (74,131,57)

Color info

#4A8339 contains mainly red and green colors. Web safe color of #4A8339 is #339933 (or #393).

RGB color model

#4A8339 color RGB value is (74,131,57).

RGB: (74,131,57) (29%, 51%, 22%)

RGB channels and saturation

R 74 of 255 = 29%
G 131 of 255 = 51%
B 57 of 255 = 22%

74
131
57

R + G + B ~ 34%. #4A8339 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 131 + 57 = 262 (100%)
R 74 of 262 ~ 28.24%
G 131 of 262 ~ 50%
B 57 of 262 ~ 21.76'%

%28.24
%50
%21.76

CMYK color model

#4A8339 color CMYK value is (44,0,56,49).

  • cyan value is 43.51%
  • magenta value is 0.00%
  • yellow value is 56.49%
  • key color value is 48.63%
CMYK: (44,0,56,49) C44M0Y56K49 (44%,0%,56%,49%) (0.44/0.00/0.56/0.49) 

CMYK percentages

%43.51
%0
%56.49
%48.63

Codes

Color #4A8339 in popluar color models

4A 83 39
RGB 74 131 57
HSL 106° 39.36% 36.86%
HSB/HSV 106° 56.49% 51.37%
CMYK 43.51% 0.00% 56.49%
48.63%

Color #4A8339 in popluar number systems.

HEX 4A 83 39
Decimal 74 131 57
Binary 1001010 10000011 111001
Octal 112 203 71

Shades and tints

Shades of #4A8339

#4A8339
(74,131,57)
#447834
(68,120,52)
#3E6D2F
(62,109,47)
#38622A
(56,98,42)
#325725
(50,87,37)
#2C4C20
(44,76,32)
#26411B
(38,65,27)
#203616
(32,54,22)
#1A2B11
(26,43,17)
#14200C
(20,32,12)
#0E1507
(14,21,7)
#000000
(0,0,0)

Tints of #4A8339

#4A8339
(74,131,57)
#5A8E4B
(90,142,75)
#6A995D
(106,153,93)
#7AA46F
(122,164,111)
#8AAF81
(138,175,129)
#9ABA93
(154,186,147)
#AAC5A5
(170,197,165)
#BAD0B7
(186,208,183)
#CADBC9
(202,219,201)
#DAE6DB
(218,230,219)
#EAF1ED
(234,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A8339 color. Also use rgb(74,131,57) instead hex code.

Text Font Color

.myTextColor { color: #4A8339; }

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

This text font color is #4A8339.

Background Color

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

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

This div background color is #4A8339.

Border color

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

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

This div border color is #4A8339.

Opacity

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

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

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

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

This text has shadow with #4A8339 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A8339.

Preview

Color preview on black background

This text has color #4A8339 on black background.


Color preview on white background

This text has color #4A8339 on white background.


Black color preview on #4A8339 background

This text has black color on #4A8339 background.


White color preview on #4A8339 background

This text has white color on #4A8339 background.


Related colors

Complementary color

Complementary color for #hex is #B57CC6.


I love getcolorcode.com

Triadic colors

1 #394A83 and #83394A with #4A8339 are triadic colors.

2 #39834A and #834A39 with #4A8339 are triadic colors.