COLOR #4A816D

HEX: #4A816D
RGB: (74,129,109)

Color info

#4A816D contains red, green and blue colors in about the same proportion. Web safe color of #4A816D is #339966 (or #396).

RGB color model

#4A816D color RGB value is (74,129,109).

  • red value is 74;
  • green value is 129;
  • blue value is 109.
RGB:
(74,129,109)
(29%,51%,43%)

RGB channels and saturation

R 74 of 255 = 29%
G 129 of 255 = 51%
B 109 of 255 = 43%

74
129
109

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

Portions of RGB colors in percentages

R + G + B =
74 + 129 + 109 = 312 (100%)
R 74 of 312 ~ 23.72%
G 129 of 312 ~ 41.35%
B 109 of 312 ~ 34.94%

%23.72
%41.35
%34.94

CMYK color model

#4A816D color CMYK value is (43,0,16,49).

  • cyan value is 42.64%
  • magenta value is 0.00%
  • yellow value is 15.50%
  • key color value is 49.41%
CMYK:
(43,0,16,49)
C43M0Y16K49 
(43%,0%,16%,49%)
(0.43/0.00/0.16/0.49)	

CMYK percentages

%42.64
%0
%15.5
%49.41

Codes

Color #4A816D in popluar color models

4A816D
RGB74129109
HSL158°27.09%39.80%
HSB/HSV158°42.64%50.59%
CMYK42.64%0.00%15.50%
49.41%

Color #4A816D in popluar number systems.

HEX4A816D
Decimal74129109
Binary1001010100000011101101
Octal112201155

Shades and tints

Shades of #4A816D

#4A816D
(74,129,109)
#447664
(68,118,100)
#3E6B5B
(62,107,91)
#386052
(56,96,82)
#325549
(50,85,73)
#2C4A40
(44,74,64)
#263F37
(38,63,55)
#20342E
(32,52,46)
#1A2925
(26,41,37)
#141E1C
(20,30,28)
#0E1313
(14,19,19)
#000000
(0,0,0)

Tints of #4A816D

#4A816D
(74,129,109)
#5A8C7A
(90,140,122)
#6A9787
(106,151,135)
#7AA294
(122,162,148)
#8AADA1
(138,173,161)
#9AB8AE
(154,184,174)
#AAC3BB
(170,195,187)
#BACEC8
(186,206,200)
#CAD9D5
(202,217,213)
#DAE4E2
(218,228,226)
#EAEFEF
(234,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A816D color. Also use rgb(74,129,109) instead hex code.

Text Font Color

.myTextColor { color: #4A816D; }

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

This text font color is #4A816D.


Background Color

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

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

This div background color is #4A816D.


Border color

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

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

This div border color is #4A816D.


Opacity

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

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

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

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

This text has shadow with #4A816D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A816D on black background.


Color preview on white background

This text has color #4A816D on white background.



Black color preview on #4A816D background

This text has black color on #4A816D background.


White color preview on #4A816D background

This text has white color on #4A816D background.