COLOR #4AB35E

HEX: #4AB35E
RGB: (74,179,94)

Color info

#4AB35E contains mainly green color. Web safe color of #4AB35E is #339966 (or #396).

RGB color model

#4AB35E color RGB value is (74,179,94).

  • red value is 74;
  • green value is 179;
  • blue value is 94.
RGB:
(74,179,94)
(29%,70%,37%)

RGB channels and saturation

R 74 of 255 = 29%
G 179 of 255 = 70%
B 94 of 255 = 37%

74
179
94

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

Portions of RGB colors in percentages

R + G + B =
74 + 179 + 94 = 347 (100%)
R 74 of 347 ~ 21.33%
G 179 of 347 ~ 51.59%
B 94 of 347 ~ 27.09%

%21.33
%51.59
%27.09

CMYK color model

#4AB35E color CMYK value is (59,0,47,30).

  • cyan value is 58.66%
  • magenta value is 0.00%
  • yellow value is 47.49%
  • key color value is 29.80%
CMYK:
(59,0,47,30)
C59M0Y47K30 
(59%,0%,47%,30%)
(0.59/0.00/0.47/0.30)	

CMYK percentages

%58.66
%0
%47.49
%29.8

Codes

Color #4AB35E in popluar color models

4AB35E
RGB7417994
HSL131°41.50%49.61%
HSB/HSV131°58.66%70.20%
CMYK58.66%0.00%47.49%
29.80%

Color #4AB35E in popluar number systems.

HEX4AB35E
Decimal7417994
Binary1001010101100111011110
Octal112263136

Shades and tints

Shades of #4AB35E

#4AB35E
(74,179,94)
#44A356
(68,163,86)
#3E934E
(62,147,78)
#388346
(56,131,70)
#32733E
(50,115,62)
#2C6336
(44,99,54)
#26532E
(38,83,46)
#204326
(32,67,38)
#1A331E
(26,51,30)
#142316
(20,35,22)
#0E130E
(14,19,14)
#000000
(0,0,0)

Tints of #4AB35E

#4AB35E
(74,179,94)
#5AB96C
(90,185,108)
#6ABF7A
(106,191,122)
#7AC588
(122,197,136)
#8ACB96
(138,203,150)
#9AD1A4
(154,209,164)
#AAD7B2
(170,215,178)
#BADDC0
(186,221,192)
#CAE3CE
(202,227,206)
#DAE9DC
(218,233,220)
#EAEFEA
(234,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AB35E color. Also use rgb(74,179,94) instead hex code.

Text Font Color

.myTextColor { color: #4AB35E; }

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

This text font color is #4AB35E.


Background Color

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

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

This div background color is #4AB35E.


Border color

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

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

This div border color is #4AB35E.


Opacity

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

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

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

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

This text has shadow with #4AB35E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4AB35E on black background.


Color preview on white background

This text has color #4AB35E on white background.



Black color preview on #4AB35E background

This text has black color on #4AB35E background.


White color preview on #4AB35E background

This text has white color on #4AB35E background.