COLOR #4A8847

HEX: #4A8847 RGB: (74,136,71)

Color info

#4A8847 contains mainly green color. Web safe color of #4A8847 is #339933 (or #393).

RGB color model

#4A8847 color RGB value is (74,136,71).

RGB: (74,136,71) (29%, 53%, 28%)

RGB channels and saturation

R 74 of 255 = 29%
G 136 of 255 = 53%
B 71 of 255 = 28%

74
136
71

R + G + B ~ 37%. #4A8847 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 136 + 71 = 281 (100%)
R 74 of 281 ~ 26.33%
G 136 of 281 ~ 48.4%
B 71 of 281 ~ 25.27'%

%26.33
%48.4
%25.27

CMYK color model

#4A8847 color CMYK value is (46,0,48,47).

  • cyan value is 45.59%
  • magenta value is 0.00%
  • yellow value is 47.79%
  • key color value is 46.67%

CMYK: (46,0,48,47)
C46M0Y48K47 (46%, 0%, 48%, 47%)
(0.46 / 0.00 / 0.48 / 0.47)

CMYK percentages

%45.59
%0
%47.79
%46.67

Codes

Color #4A8847 in popluar color models

4A 88 47
RGB 74 136 71
HSL 117° 31.40% 40.59%
HSB/HSV 117° 47.79% 53.33%
CMYK 45.59% 0.00% 47.79%
46.67%

Color #4A8847 in popluar number systems.

HEX 4A 88 47
Decimal 74 136 71
Binary 1001010 10001000 1000111
Octal 112 210 107

Shades and tints

Shades of #4A8847

#4A8847
(74,136,71)
#447C41
(68,124,65)
#3E703B
(62,112,59)
#386435
(56,100,53)
#32582F
(50,88,47)
#2C4C29
(44,76,41)
#264023
(38,64,35)
#20341D
(32,52,29)
#1A2817
(26,40,23)
#141C11
(20,28,17)
#0E100B
(14,16,11)
#000000
(0,0,0)

Tints of #4A8847

#4A8847
(74,136,71)
#5A9257
(90,146,87)
#6A9C67
(106,156,103)
#7AA677
(122,166,119)
#8AB087
(138,176,135)
#9ABA97
(154,186,151)
#AAC4A7
(170,196,167)
#BACEB7
(186,206,183)
#CAD8C7
(202,216,199)
#DAE2D7
(218,226,215)
#EAECE7
(234,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A8847 color. Also use rgb(74,136,71) instead hex code.

Text Font Color

.myTextColor { color: #4A8847; }

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

This text font color is #4A8847.

Background Color

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

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

This div background color is #4A8847.

Border color

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

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

This div border color is #4A8847.

Opacity

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

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

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

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

This text has shadow with #4A8847 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A8847.

Preview

Color preview on black background

This text has color #4A8847 on black background.


Color preview on white background

This text has color #4A8847 on white background.


Black color preview on #4A8847 background

This text has black color on #4A8847 background.


White color preview on #4A8847 background

This text has white color on #4A8847 background.


Related colors

Complementary color

Complementary color for #hex is #B577B8.


I love getcolorcode.com

Triadic colors

1 #474A88 and #88474A with #4A8847 are triadic colors.

2 #47884A and #884A47 with #4A8847 are triadic colors.