COLOR #4A8871

HEX: #4A8871
RGB: (74,136,113)

Color info

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

RGB color model

#4A8871 color RGB value is (74,136,113).

  • red value is 74;
  • green value is 136;
  • blue value is 113.
RGB:
(74,136,113)
(29%,53%,44%)

RGB channels and saturation

R 74 of 255 = 29%
G 136 of 255 = 53%
B 113 of 255 = 44%

74
136
113

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

Portions of RGB colors in percentages

R + G + B =
74 + 136 + 113 = 323 (100%)
R 74 of 323 ~ 22.91%
G 136 of 323 ~ 42.11%
B 113 of 323 ~ 34.98%

%22.91
%42.11
%34.98

CMYK color model

#4A8871 color CMYK value is (46,0,17,47).

  • cyan value is 45.59%
  • magenta value is 0.00%
  • yellow value is 16.91%
  • key color value is 46.67%
CMYK:
(46,0,17,47)
C46M0Y17K47 
(46%,0%,17%,47%)
(0.46/0.00/0.17/0.47)	

CMYK percentages

%45.59
%0
%16.91
%46.67

Codes

Color #4A8871 in popluar color models

4A8871
RGB74136113
HSL158°29.52%41.18%
HSB/HSV158°45.59%53.33%
CMYK45.59%0.00%16.91%
46.67%

Color #4A8871 in popluar number systems.

HEX4A8871
Decimal74136113
Binary1001010100010001110001
Octal112210161

Shades and tints

Shades of #4A8871

#4A8871
(74,136,113)
#447C67
(68,124,103)
#3E705D
(62,112,93)
#386453
(56,100,83)
#325849
(50,88,73)
#2C4C3F
(44,76,63)
#264035
(38,64,53)
#20342B
(32,52,43)
#1A2821
(26,40,33)
#141C17
(20,28,23)
#0E100D
(14,16,13)
#000000
(0,0,0)

Tints of #4A8871

#4A8871
(74,136,113)
#5A927D
(90,146,125)
#6A9C89
(106,156,137)
#7AA695
(122,166,149)
#8AB0A1
(138,176,161)
#9ABAAD
(154,186,173)
#AAC4B9
(170,196,185)
#BACEC5
(186,206,197)
#CAD8D1
(202,216,209)
#DAE2DD
(218,226,221)
#EAECE9
(234,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A8871; }

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

This text font color is #4A8871.


Background Color

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

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

This div background color is #4A8871.


Border color

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

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

This div border color is #4A8871.


Opacity

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

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

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

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

This text has shadow with #4A8871 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A8871 on black background.


Color preview on white background

This text has color #4A8871 on white background.



Black color preview on #4A8871 background

This text has black color on #4A8871 background.


White color preview on #4A8871 background

This text has white color on #4A8871 background.