COLOR #4A7966

HEX: #4A7966
RGB: (74,121,102)

Color info

#4A7966 contains red, green and blue colors in about the same proportion. Web safe color of #4A7966 is #336666 (or #366).

RGB color model

#4A7966 color RGB value is (74,121,102).

  • red value is 74;
  • green value is 121;
  • blue value is 102.
RGB:
(74,121,102)
(29%,47%,40%)

RGB channels and saturation

R 74 of 255 = 29%
G 121 of 255 = 47%
B 102 of 255 = 40%

74
121
102

R + G + B ~ 39%. #4A7966 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 121 + 102 = 297 (100%)
R 74 of 297 ~ 24.92%
G 121 of 297 ~ 40.74%
B 102 of 297 ~ 34.34%

%24.92
%40.74
%34.34

CMYK color model

#4A7966 color CMYK value is (39,0,16,53).

  • cyan value is 38.84%
  • magenta value is 0.00%
  • yellow value is 15.70%
  • key color value is 52.55%
CMYK:
(39,0,16,53)
C39M0Y16K53 
(39%,0%,16%,53%)
(0.39/0.00/0.16/0.53)	

CMYK percentages

%38.84
%0
%15.7
%52.55

Codes

Color #4A7966 in popluar color models

4A7966
RGB74121102
HSL156°24.10%38.24%
HSB/HSV156°38.84%47.45%
CMYK38.84%0.00%15.70%
52.55%

Color #4A7966 in popluar number systems.

HEX4A7966
Decimal74121102
Binary100101011110011100110
Octal112171146

Shades and tints

Shades of #4A7966

#4A7966
(74,121,102)
#446E5D
(68,110,93)
#3E6354
(62,99,84)
#38584B
(56,88,75)
#324D42
(50,77,66)
#2C4239
(44,66,57)
#263730
(38,55,48)
#202C27
(32,44,39)
#1A211E
(26,33,30)
#141615
(20,22,21)
#0E0B0C
(14,11,12)
#000000
(0,0,0)

Tints of #4A7966

#4A7966
(74,121,102)
#5A8573
(90,133,115)
#6A9180
(106,145,128)
#7A9D8D
(122,157,141)
#8AA99A
(138,169,154)
#9AB5A7
(154,181,167)
#AAC1B4
(170,193,180)
#BACDC1
(186,205,193)
#CAD9CE
(202,217,206)
#DAE5DB
(218,229,219)
#EAF1E8
(234,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A7966 color. Also use rgb(74,121,102) instead hex code.

Text Font Color

.myTextColor { color: #4A7966; }

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

This text font color is #4A7966.


Background Color

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

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

This div background color is #4A7966.


Border color

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

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

This div border color is #4A7966.


Opacity

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

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

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

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

This text has shadow with #4A7966 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A7966 on black background.


Color preview on white background

This text has color #4A7966 on white background.



Black color preview on #4A7966 background

This text has black color on #4A7966 background.


White color preview on #4A7966 background

This text has white color on #4A7966 background.