COLOR #4AB136

HEX: #4AB136
RGB: (74,177,54)

Color info

#4AB136 contains mainly green color. Web safe color of #4AB136 is #339933 (or #393).

RGB color model

#4AB136 color RGB value is (74,177,54).

  • red value is 74;
  • green value is 177;
  • blue value is 54.
RGB:
(74,177,54)
(29%,69%,21%)

RGB channels and saturation

R 74 of 255 = 29%
G 177 of 255 = 69%
B 54 of 255 = 21%

74
177
54

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

Portions of RGB colors in percentages

R + G + B =
74 + 177 + 54 = 305 (100%)
R 74 of 305 ~ 24.26%
G 177 of 305 ~ 58.03%
B 54 of 305 ~ 17.7%

%24.26
%58.03
%17.7

CMYK color model

#4AB136 color CMYK value is (58,0,69,31).

  • cyan value is 58.19%
  • magenta value is 0.00%
  • yellow value is 69.49%
  • key color value is 30.59%
CMYK:
(58,0,69,31)
C58M0Y69K31 
(58%,0%,69%,31%)
(0.58/0.00/0.69/0.31)	

CMYK percentages

%58.19
%0
%69.49
%30.59

Codes

Color #4AB136 in popluar color models

4AB136
RGB7417754
HSL110°53.25%45.29%
HSB/HSV110°69.49%69.41%
CMYK58.19%0.00%69.49%
30.59%

Color #4AB136 in popluar number systems.

HEX4AB136
Decimal7417754
Binary100101010110001110110
Octal11226166

Shades and tints

Shades of #4AB136

#4AB136
(74,177,54)
#44A132
(68,161,50)
#3E912E
(62,145,46)
#38812A
(56,129,42)
#327126
(50,113,38)
#2C6122
(44,97,34)
#26511E
(38,81,30)
#20411A
(32,65,26)
#1A3116
(26,49,22)
#142112
(20,33,18)
#0E110E
(14,17,14)
#000000
(0,0,0)

Tints of #4AB136

#4AB136
(74,177,54)
#5AB848
(90,184,72)
#6ABF5A
(106,191,90)
#7AC66C
(122,198,108)
#8ACD7E
(138,205,126)
#9AD490
(154,212,144)
#AADBA2
(170,219,162)
#BAE2B4
(186,226,180)
#CAE9C6
(202,233,198)
#DAF0D8
(218,240,216)
#EAF7EA
(234,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AB136 color. Also use rgb(74,177,54) instead hex code.

Text Font Color

.myTextColor { color: #4AB136; }

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

This text font color is #4AB136.


Background Color

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

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

This div background color is #4AB136.


Border color

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

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

This div border color is #4AB136.


Opacity

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

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

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

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

This text has shadow with #4AB136 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4AB136 on black background.


Color preview on white background

This text has color #4AB136 on white background.



Black color preview on #4AB136 background

This text has black color on #4AB136 background.


White color preview on #4AB136 background

This text has white color on #4AB136 background.