COLOR #4A8C78

HEX: #4A8C78
RGB: (74,140,120)

Color info

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

RGB color model

#4A8C78 color RGB value is (74,140,120).

  • red value is 74;
  • green value is 140;
  • blue value is 120.
RGB:
(74,140,120)
(29%,55%,47%)

RGB channels and saturation

R 74 of 255 = 29%
G 140 of 255 = 55%
B 120 of 255 = 47%

74
140
120

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

Portions of RGB colors in percentages

R + G + B =
74 + 140 + 120 = 334 (100%)
R 74 of 334 ~ 22.16%
G 140 of 334 ~ 41.92%
B 120 of 334 ~ 35.93%

%22.16
%41.92
%35.93

CMYK color model

#4A8C78 color CMYK value is (47,0,14,45).

  • cyan value is 47.14%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 45.10%
CMYK:
(47,0,14,45)
C47M0Y14K45 
(47%,0%,14%,45%)
(0.47/0.00/0.14/0.45)	

CMYK percentages

%47.14
%0
%14.29
%45.1

Codes

Color #4A8C78 in popluar color models

4A8C78
RGB74140120
HSL162°30.84%41.96%
HSB/HSV162°47.14%54.90%
CMYK47.14%0.00%14.29%
45.10%

Color #4A8C78 in popluar number systems.

HEX4A8C78
Decimal74140120
Binary1001010100011001111000
Octal112214170

Shades and tints

Shades of #4A8C78

#4A8C78
(74,140,120)
#44806E
(68,128,110)
#3E7464
(62,116,100)
#38685A
(56,104,90)
#325C50
(50,92,80)
#2C5046
(44,80,70)
#26443C
(38,68,60)
#203832
(32,56,50)
#1A2C28
(26,44,40)
#14201E
(20,32,30)
#0E1414
(14,20,20)
#000000
(0,0,0)

Tints of #4A8C78

#4A8C78
(74,140,120)
#5A9684
(90,150,132)
#6AA090
(106,160,144)
#7AAA9C
(122,170,156)
#8AB4A8
(138,180,168)
#9ABEB4
(154,190,180)
#AAC8C0
(170,200,192)
#BAD2CC
(186,210,204)
#CADCD8
(202,220,216)
#DAE6E4
(218,230,228)
#EAF0F0
(234,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A8C78 color. Also use rgb(74,140,120) instead hex code.

Text Font Color

.myTextColor { color: #4A8C78; }

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

This text font color is #4A8C78.


Background Color

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

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

This div background color is #4A8C78.


Border color

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

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

This div border color is #4A8C78.


Opacity

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

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

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

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

This text has shadow with #4A8C78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A8C78 on black background.


Color preview on white background

This text has color #4A8C78 on white background.



Black color preview on #4A8C78 background

This text has black color on #4A8C78 background.


White color preview on #4A8C78 background

This text has white color on #4A8C78 background.