COLOR #4A8872

HEX: #4A8872
RGB: (74,136,114)

Color info

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

RGB color model

#4A8872 color RGB value is (74,136,114).

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

RGB channels and saturation

R 74 of 255 = 29%
G 136 of 255 = 53%
B 114 of 255 = 45%

74
136
114

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

Portions of RGB colors in percentages

R + G + B =
74 + 136 + 114 = 324 (100%)
R 74 of 324 ~ 22.84%
G 136 of 324 ~ 41.98%
B 114 of 324 ~ 35.19%

%22.84
%41.98
%35.19

CMYK color model

#4A8872 color CMYK value is (46,0,16,47).

  • cyan value is 45.59%
  • magenta value is 0.00%
  • yellow value is 16.18%
  • key color value is 46.67%
CMYK:
(46,0,16,47)
C46M0Y16K47 
(46%,0%,16%,47%)
(0.46/0.00/0.16/0.47)	

CMYK percentages

%45.59
%0
%16.18
%46.67

Codes

Color #4A8872 in popluar color models

4A8872
RGB74136114
HSL159°29.52%41.18%
HSB/HSV159°45.59%53.33%
CMYK45.59%0.00%16.18%
46.67%

Color #4A8872 in popluar number systems.

HEX4A8872
Decimal74136114
Binary1001010100010001110010
Octal112210162

Shades and tints

Shades of #4A8872

#4A8872
(74,136,114)
#447C68
(68,124,104)
#3E705E
(62,112,94)
#386454
(56,100,84)
#32584A
(50,88,74)
#2C4C40
(44,76,64)
#264036
(38,64,54)
#20342C
(32,52,44)
#1A2822
(26,40,34)
#141C18
(20,28,24)
#0E100E
(14,16,14)
#000000
(0,0,0)

Tints of #4A8872

#4A8872
(74,136,114)
#5A927E
(90,146,126)
#6A9C8A
(106,156,138)
#7AA696
(122,166,150)
#8AB0A2
(138,176,162)
#9ABAAE
(154,186,174)
#AAC4BA
(170,196,186)
#BACEC6
(186,206,198)
#CAD8D2
(202,216,210)
#DAE2DE
(218,226,222)
#EAECEA
(234,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A8872; }

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

This text font color is #4A8872.


Background Color

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

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

This div background color is #4A8872.


Border color

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

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

This div border color is #4A8872.


Opacity

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

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

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

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

This text has shadow with #4A8872 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A8872 on black background.


Color preview on white background

This text has color #4A8872 on white background.



Black color preview on #4A8872 background

This text has black color on #4A8872 background.


White color preview on #4A8872 background

This text has white color on #4A8872 background.