COLOR #4A8E6A

HEX: #4A8E6A
RGB: (74,142,106)

Color info

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

RGB color model

#4A8E6A color RGB value is (74,142,106).

  • red value is 74;
  • green value is 142;
  • blue value is 106.
RGB:
(74,142,106)
(29%,56%,42%)

RGB channels and saturation

R 74 of 255 = 29%
G 142 of 255 = 56%
B 106 of 255 = 42%

74
142
106

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

Portions of RGB colors in percentages

R + G + B =
74 + 142 + 106 = 322 (100%)
R 74 of 322 ~ 22.98%
G 142 of 322 ~ 44.1%
B 106 of 322 ~ 32.92%

%22.98
%44.1
%32.92

CMYK color model

#4A8E6A color CMYK value is (48,0,25,44).

  • cyan value is 47.89%
  • magenta value is 0.00%
  • yellow value is 25.35%
  • key color value is 44.31%
CMYK:
(48,0,25,44)
C48M0Y25K44 
(48%,0%,25%,44%)
(0.48/0.00/0.25/0.44)	

CMYK percentages

%47.89
%0
%25.35
%44.31

Codes

Color #4A8E6A in popluar color models

4A8E6A
RGB74142106
HSL148°31.48%42.35%
HSB/HSV148°47.89%55.69%
CMYK47.89%0.00%25.35%
44.31%

Color #4A8E6A in popluar number systems.

HEX4A8E6A
Decimal74142106
Binary1001010100011101101010
Octal112216152

Shades and tints

Shades of #4A8E6A

#4A8E6A
(74,142,106)
#448261
(68,130,97)
#3E7658
(62,118,88)
#386A4F
(56,106,79)
#325E46
(50,94,70)
#2C523D
(44,82,61)
#264634
(38,70,52)
#203A2B
(32,58,43)
#1A2E22
(26,46,34)
#142219
(20,34,25)
#0E1610
(14,22,16)
#000000
(0,0,0)

Tints of #4A8E6A

#4A8E6A
(74,142,106)
#5A9877
(90,152,119)
#6AA284
(106,162,132)
#7AAC91
(122,172,145)
#8AB69E
(138,182,158)
#9AC0AB
(154,192,171)
#AACAB8
(170,202,184)
#BAD4C5
(186,212,197)
#CADED2
(202,222,210)
#DAE8DF
(218,232,223)
#EAF2EC
(234,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A8E6A color. Also use rgb(74,142,106) instead hex code.

Text Font Color

.myTextColor { color: #4A8E6A; }

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

This text font color is #4A8E6A.


Background Color

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

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

This div background color is #4A8E6A.


Border color

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

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

This div border color is #4A8E6A.


Opacity

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

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

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

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

This text has shadow with #4A8E6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A8E6A on black background.


Color preview on white background

This text has color #4A8E6A on white background.



Black color preview on #4A8E6A background

This text has black color on #4A8E6A background.


White color preview on #4A8E6A background

This text has white color on #4A8E6A background.