COLOR #4A996B

HEX: #4A996B
RGB: (74,153,107)

Color info

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

RGB color model

#4A996B color RGB value is (74,153,107).

  • red value is 74;
  • green value is 153;
  • blue value is 107.
RGB:
(74,153,107)
(29%,60%,42%)

RGB channels and saturation

R 74 of 255 = 29%
G 153 of 255 = 60%
B 107 of 255 = 42%

74
153
107

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

Portions of RGB colors in percentages

R + G + B =
74 + 153 + 107 = 334 (100%)
R 74 of 334 ~ 22.16%
G 153 of 334 ~ 45.81%
B 107 of 334 ~ 32.04%

%22.16
%45.81
%32.04

CMYK color model

#4A996B color CMYK value is (52,0,30,40).

  • cyan value is 51.63%
  • magenta value is 0.00%
  • yellow value is 30.07%
  • key color value is 40.00%
CMYK:
(52,0,30,40)
C52M0Y30K40 
(52%,0%,30%,40%)
(0.52/0.00/0.30/0.40)	

CMYK percentages

%51.63
%0
%30.07
%40

Codes

Color #4A996B in popluar color models

4A996B
RGB74153107
HSL145°34.80%44.51%
HSB/HSV145°51.63%60.00%
CMYK51.63%0.00%30.07%
40.00%

Color #4A996B in popluar number systems.

HEX4A996B
Decimal74153107
Binary1001010100110011101011
Octal112231153

Shades and tints

Shades of #4A996B

#4A996B
(74,153,107)
#448C62
(68,140,98)
#3E7F59
(62,127,89)
#387250
(56,114,80)
#326547
(50,101,71)
#2C583E
(44,88,62)
#264B35
(38,75,53)
#203E2C
(32,62,44)
#1A3123
(26,49,35)
#14241A
(20,36,26)
#0E1711
(14,23,17)
#000000
(0,0,0)

Tints of #4A996B

#4A996B
(74,153,107)
#5AA278
(90,162,120)
#6AAB85
(106,171,133)
#7AB492
(122,180,146)
#8ABD9F
(138,189,159)
#9AC6AC
(154,198,172)
#AACFB9
(170,207,185)
#BAD8C6
(186,216,198)
#CAE1D3
(202,225,211)
#DAEAE0
(218,234,224)
#EAF3ED
(234,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A996B color. Also use rgb(74,153,107) instead hex code.

Text Font Color

.myTextColor { color: #4A996B; }

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

This text font color is #4A996B.


Background Color

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

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

This div background color is #4A996B.


Border color

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

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

This div border color is #4A996B.


Opacity

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

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

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

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

This text has shadow with #4A996B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A996B on black background.


Color preview on white background

This text has color #4A996B on white background.



Black color preview on #4A996B background

This text has black color on #4A996B background.


White color preview on #4A996B background

This text has white color on #4A996B background.