COLOR #4A886A

HEX: #4A886A
RGB: (74,136,106)

Color info

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

RGB color model

#4A886A color RGB value is (74,136,106).

  • red value is 74;
  • green value is 136;
  • blue value is 106.
RGB:
(74,136,106)
(29%,53%,42%)

RGB channels and saturation

R 74 of 255 = 29%
G 136 of 255 = 53%
B 106 of 255 = 42%

74
136
106

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

Portions of RGB colors in percentages

R + G + B =
74 + 136 + 106 = 316 (100%)
R 74 of 316 ~ 23.42%
G 136 of 316 ~ 43.04%
B 106 of 316 ~ 33.54%

%23.42
%43.04
%33.54

CMYK color model

#4A886A color CMYK value is (46,0,22,47).

  • cyan value is 45.59%
  • magenta value is 0.00%
  • yellow value is 22.06%
  • key color value is 46.67%
CMYK:
(46,0,22,47)
C46M0Y22K47 
(46%,0%,22%,47%)
(0.46/0.00/0.22/0.47)	

CMYK percentages

%45.59
%0
%22.06
%46.67

Codes

Color #4A886A in popluar color models

4A886A
RGB74136106
HSL151°29.52%41.18%
HSB/HSV151°45.59%53.33%
CMYK45.59%0.00%22.06%
46.67%

Color #4A886A in popluar number systems.

HEX4A886A
Decimal74136106
Binary1001010100010001101010
Octal112210152

Shades and tints

Shades of #4A886A

#4A886A
(74,136,106)
#447C61
(68,124,97)
#3E7058
(62,112,88)
#38644F
(56,100,79)
#325846
(50,88,70)
#2C4C3D
(44,76,61)
#264034
(38,64,52)
#20342B
(32,52,43)
#1A2822
(26,40,34)
#141C19
(20,28,25)
#0E1010
(14,16,16)
#000000
(0,0,0)

Tints of #4A886A

#4A886A
(74,136,106)
#5A9277
(90,146,119)
#6A9C84
(106,156,132)
#7AA691
(122,166,145)
#8AB09E
(138,176,158)
#9ABAAB
(154,186,171)
#AAC4B8
(170,196,184)
#BACEC5
(186,206,197)
#CAD8D2
(202,216,210)
#DAE2DF
(218,226,223)
#EAECEC
(234,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A886A color. Also use rgb(74,136,106) instead hex code.

Text Font Color

.myTextColor { color: #4A886A; }

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

This text font color is #4A886A.


Background Color

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

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

This div background color is #4A886A.


Border color

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

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

This div border color is #4A886A.


Opacity

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

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

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

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

This text has shadow with #4A886A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A886A on black background.


Color preview on white background

This text has color #4A886A on white background.



Black color preview on #4A886A background

This text has black color on #4A886A background.


White color preview on #4A886A background

This text has white color on #4A886A background.