COLOR #4A8C80

HEX: #4A8C80
RGB: (74,140,128)

Color info

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

RGB color model

#4A8C80 color RGB value is (74,140,128).

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

RGB channels and saturation

R 74 of 255 = 29%
G 140 of 255 = 55%
B 128 of 255 = 50%

74
140
128

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

Portions of RGB colors in percentages

R + G + B =
74 + 140 + 128 = 342 (100%)
R 74 of 342 ~ 21.64%
G 140 of 342 ~ 40.94%
B 128 of 342 ~ 37.43%

%21.64
%40.94
%37.43

CMYK color model

#4A8C80 color CMYK value is (47,0,9,45).

  • cyan value is 47.14%
  • magenta value is 0.00%
  • yellow value is 8.57%
  • key color value is 45.10%
CMYK:
(47,0,9,45)
C47M0Y9K45 
(47%,0%,9%,45%)
(0.47/0.00/0.09/0.45)	

CMYK percentages

%47.14
%0
%8.57
%45.1

Codes

Color #4A8C80 in popluar color models

4A8C80
RGB74140128
HSL169°30.84%41.96%
HSB/HSV169°47.14%54.90%
CMYK47.14%0.00%8.57%
45.10%

Color #4A8C80 in popluar number systems.

HEX4A8C80
Decimal74140128
Binary10010101000110010000000
Octal112214200

Shades and tints

Shades of #4A8C80

#4A8C80
(74,140,128)
#448075
(68,128,117)
#3E746A
(62,116,106)
#38685F
(56,104,95)
#325C54
(50,92,84)
#2C5049
(44,80,73)
#26443E
(38,68,62)
#203833
(32,56,51)
#1A2C28
(26,44,40)
#14201D
(20,32,29)
#0E1412
(14,20,18)
#000000
(0,0,0)

Tints of #4A8C80

#4A8C80
(74,140,128)
#5A968B
(90,150,139)
#6AA096
(106,160,150)
#7AAAA1
(122,170,161)
#8AB4AC
(138,180,172)
#9ABEB7
(154,190,183)
#AAC8C2
(170,200,194)
#BAD2CD
(186,210,205)
#CADCD8
(202,220,216)
#DAE6E3
(218,230,227)
#EAF0EE
(234,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A8C80; }

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

This text font color is #4A8C80.


Background Color

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

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

This div background color is #4A8C80.


Border color

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

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

This div border color is #4A8C80.


Opacity

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

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

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

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

This text has shadow with #4A8C80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A8C80 on black background.


Color preview on white background

This text has color #4A8C80 on white background.



Black color preview on #4A8C80 background

This text has black color on #4A8C80 background.


White color preview on #4A8C80 background

This text has white color on #4A8C80 background.