COLOR #4A8C4B

HEX: #4A8C4B
RGB: (74,140,75)

Color info

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

RGB color model

#4A8C4B color RGB value is (74,140,75).

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

RGB channels and saturation

R 74 of 255 = 29%
G 140 of 255 = 55%
B 75 of 255 = 29%

74
140
75

R + G + B ~ 38%. #4A8C4B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 140 + 75 = 289 (100%)
R 74 of 289 ~ 25.61%
G 140 of 289 ~ 48.44%
B 75 of 289 ~ 25.95%

%25.61
%48.44
%25.95

CMYK color model

#4A8C4B color CMYK value is (47,0,46,45).

  • cyan value is 47.14%
  • magenta value is 0.00%
  • yellow value is 46.43%
  • key color value is 45.10%
CMYK:
(47,0,46,45)
C47M0Y46K45 
(47%,0%,46%,45%)
(0.47/0.00/0.46/0.45)	

CMYK percentages

%47.14
%0
%46.43
%45.1

Codes

Color #4A8C4B in popluar color models

4A8C4B
RGB7414075
HSL121°30.84%41.96%
HSB/HSV121°47.14%54.90%
CMYK47.14%0.00%46.43%
45.10%

Color #4A8C4B in popluar number systems.

HEX4A8C4B
Decimal7414075
Binary1001010100011001001011
Octal112214113

Shades and tints

Shades of #4A8C4B

#4A8C4B
(74,140,75)
#448045
(68,128,69)
#3E743F
(62,116,63)
#386839
(56,104,57)
#325C33
(50,92,51)
#2C502D
(44,80,45)
#264427
(38,68,39)
#203821
(32,56,33)
#1A2C1B
(26,44,27)
#142015
(20,32,21)
#0E140F
(14,20,15)
#000000
(0,0,0)

Tints of #4A8C4B

#4A8C4B
(74,140,75)
#5A965B
(90,150,91)
#6AA06B
(106,160,107)
#7AAA7B
(122,170,123)
#8AB48B
(138,180,139)
#9ABE9B
(154,190,155)
#AAC8AB
(170,200,171)
#BAD2BB
(186,210,187)
#CADCCB
(202,220,203)
#DAE6DB
(218,230,219)
#EAF0EB
(234,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A8C4B; }

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

This text font color is #4A8C4B.


Background Color

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

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

This div background color is #4A8C4B.


Border color

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

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

This div border color is #4A8C4B.


Opacity

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

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

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

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

This text has shadow with #4A8C4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A8C4B on black background.


Color preview on white background

This text has color #4A8C4B on white background.



Black color preview on #4A8C4B background

This text has black color on #4A8C4B background.


White color preview on #4A8C4B background

This text has white color on #4A8C4B background.