COLOR #4A8C62

HEX: #4A8C62
RGB: (74,140,98)

Color info

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

RGB color model

#4A8C62 color RGB value is (74,140,98).

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

RGB channels and saturation

R 74 of 255 = 29%
G 140 of 255 = 55%
B 98 of 255 = 38%

74
140
98

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

Portions of RGB colors in percentages

R + G + B =
74 + 140 + 98 = 312 (100%)
R 74 of 312 ~ 23.72%
G 140 of 312 ~ 44.87%
B 98 of 312 ~ 31.41%

%23.72
%44.87
%31.41

CMYK color model

#4A8C62 color CMYK value is (47,0,30,45).

  • cyan value is 47.14%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 45.10%
CMYK:
(47,0,30,45)
C47M0Y30K45 
(47%,0%,30%,45%)
(0.47/0.00/0.30/0.45)	

CMYK percentages

%47.14
%0
%30
%45.1

Codes

Color #4A8C62 in popluar color models

4A8C62
RGB7414098
HSL142°30.84%41.96%
HSB/HSV142°47.14%54.90%
CMYK47.14%0.00%30.00%
45.10%

Color #4A8C62 in popluar number systems.

HEX4A8C62
Decimal7414098
Binary1001010100011001100010
Octal112214142

Shades and tints

Shades of #4A8C62

#4A8C62
(74,140,98)
#44805A
(68,128,90)
#3E7452
(62,116,82)
#38684A
(56,104,74)
#325C42
(50,92,66)
#2C503A
(44,80,58)
#264432
(38,68,50)
#20382A
(32,56,42)
#1A2C22
(26,44,34)
#14201A
(20,32,26)
#0E1412
(14,20,18)
#000000
(0,0,0)

Tints of #4A8C62

#4A8C62
(74,140,98)
#5A9670
(90,150,112)
#6AA07E
(106,160,126)
#7AAA8C
(122,170,140)
#8AB49A
(138,180,154)
#9ABEA8
(154,190,168)
#AAC8B6
(170,200,182)
#BAD2C4
(186,210,196)
#CADCD2
(202,220,210)
#DAE6E0
(218,230,224)
#EAF0EE
(234,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A8C62; }

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

This text font color is #4A8C62.


Background Color

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

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

This div background color is #4A8C62.


Border color

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

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

This div border color is #4A8C62.


Opacity

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

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

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

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

This text has shadow with #4A8C62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A8C62 on black background.


Color preview on white background

This text has color #4A8C62 on white background.



Black color preview on #4A8C62 background

This text has black color on #4A8C62 background.


White color preview on #4A8C62 background

This text has white color on #4A8C62 background.