COLOR #4A876F

HEX: #4A876F RGB: (74,135,111)

Color info

#4A876F contains mainly green and blue colors. Web safe color of #4A876F is #339966 (or #396).

RGB color model

#4A876F color RGB value is (74,135,111).

RGB: (74,135,111) (29%, 53%, 44%)

RGB channels and saturation

R 74 of 255 = 29%
G 135 of 255 = 53%
B 111 of 255 = 44%

74
135
111

R + G + B ~ 42%. #4A876F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 74 + 135 + 111 = 320 (100%)
R 74 of 320 ~ 23.13%
G 135 of 320 ~ 42.19%
B 111 of 320 ~ 34.69'%

%23.13
%42.19
%34.69

CMYK color model

#4A876F color CMYK value is (45,0,18,47).

  • cyan value is 45.19%
  • magenta value is 0.00%
  • yellow value is 17.78%
  • key color value is 47.06%

CMYK: (45,0,18,47)
C45M0Y18K47 (45%, 0%, 18%, 47%)
(0.45 / 0.00 / 0.18 / 0.47)

CMYK percentages

%45.19
%0
%17.78
%47.06

Codes

Color #4A876F in popluar color models

4A 87 6F
RGB 74 135 111
HSL 156° 29.19% 40.98%
HSB/HSV 156° 45.19% 52.94%
CMYK 45.19% 0.00% 17.78%
47.06%

Color #4A876F in popluar number systems.

HEX 4A 87 6F
Decimal 74 135 111
Binary 1001010 10000111 1101111
Octal 112 207 157

Shades and tints

Shades of #4A876F

#4A876F
(74,135,111)
#447B65
(68,123,101)
#3E6F5B
(62,111,91)
#386351
(56,99,81)
#325747
(50,87,71)
#2C4B3D
(44,75,61)
#263F33
(38,63,51)
#203329
(32,51,41)
#1A271F
(26,39,31)
#141B15
(20,27,21)
#0E0F0B
(14,15,11)
#000000
(0,0,0)

Tints of #4A876F

#4A876F
(74,135,111)
#5A917C
(90,145,124)
#6A9B89
(106,155,137)
#7AA596
(122,165,150)
#8AAFA3
(138,175,163)
#9AB9B0
(154,185,176)
#AAC3BD
(170,195,189)
#BACDCA
(186,205,202)
#CAD7D7
(202,215,215)
#DAE1E4
(218,225,228)
#EAEBF1
(234,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A876F color. Also use rgb(74,135,111) instead hex code.

Text Font Color

.myTextColor { color: #4A876F; }

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

This text font color is #4A876F.

Background Color

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

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

This div background color is #4A876F.

Border color

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

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

This div border color is #4A876F.

Opacity

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

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

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

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

This text has shadow with #4A876F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A876F.

Preview

Color preview on black background

This text has color #4A876F on black background.


Color preview on white background

This text has color #4A876F on white background.


Black color preview on #4A876F background

This text has black color on #4A876F background.


White color preview on #4A876F background

This text has white color on #4A876F background.


Related colors

Complementary color

Complementary color for #hex is #B57890.


I love getcolorcode.com

Triadic colors

1 #6F4A87 and #876F4A with #4A876F are triadic colors.

2 #6F874A and #874A6F with #4A876F are triadic colors.