COLOR #4A8C5A

HEX: #4A8C5A
RGB: (74,140,90)

Color info

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

RGB color model

#4A8C5A color RGB value is (74,140,90).

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

RGB channels and saturation

R 74 of 255 = 29%
G 140 of 255 = 55%
B 90 of 255 = 35%

74
140
90

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

Portions of RGB colors in percentages

R + G + B =
74 + 140 + 90 = 304 (100%)
R 74 of 304 ~ 24.34%
G 140 of 304 ~ 46.05%
B 90 of 304 ~ 29.61%

%24.34
%46.05
%29.61

CMYK color model

#4A8C5A color CMYK value is (47,0,36,45).

  • cyan value is 47.14%
  • magenta value is 0.00%
  • yellow value is 35.71%
  • key color value is 45.10%
CMYK:
(47,0,36,45)
C47M0Y36K45 
(47%,0%,36%,45%)
(0.47/0.00/0.36/0.45)	

CMYK percentages

%47.14
%0
%35.71
%45.1

Codes

Color #4A8C5A in popluar color models

4A8C5A
RGB7414090
HSL135°30.84%41.96%
HSB/HSV135°47.14%54.90%
CMYK47.14%0.00%35.71%
45.10%

Color #4A8C5A in popluar number systems.

HEX4A8C5A
Decimal7414090
Binary1001010100011001011010
Octal112214132

Shades and tints

Shades of #4A8C5A

#4A8C5A
(74,140,90)
#448052
(68,128,82)
#3E744A
(62,116,74)
#386842
(56,104,66)
#325C3A
(50,92,58)
#2C5032
(44,80,50)
#26442A
(38,68,42)
#203822
(32,56,34)
#1A2C1A
(26,44,26)
#142012
(20,32,18)
#0E140A
(14,20,10)
#000000
(0,0,0)

Tints of #4A8C5A

#4A8C5A
(74,140,90)
#5A9669
(90,150,105)
#6AA078
(106,160,120)
#7AAA87
(122,170,135)
#8AB496
(138,180,150)
#9ABEA5
(154,190,165)
#AAC8B4
(170,200,180)
#BAD2C3
(186,210,195)
#CADCD2
(202,220,210)
#DAE6E1
(218,230,225)
#EAF0F0
(234,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A8C5A; }

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

This text font color is #4A8C5A.


Background Color

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

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

This div background color is #4A8C5A.


Border color

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

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

This div border color is #4A8C5A.


Opacity

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

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

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

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

This text has shadow with #4A8C5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A8C5A on black background.


Color preview on white background

This text has color #4A8C5A on white background.



Black color preview on #4A8C5A background

This text has black color on #4A8C5A background.


White color preview on #4A8C5A background

This text has white color on #4A8C5A background.