COLOR #4A7965

HEX: #4A7965 RGB: (74,121,101)

Color info

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

RGB color model

#4A7965 color RGB value is (74,121,101).

RGB: (74,121,101) (29%, 47%, 40%)

RGB channels and saturation

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

74
121
101

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

Portions of RGB colors in percentages

R + G + B = 74 + 121 + 101 = 296 (100%)
R 74 of 296 ~ 25%
G 121 of 296 ~ 40.88%
B 101 of 296 ~ 34.12'%

%25
%40.88
%34.12

CMYK color model

#4A7965 color CMYK value is (39,0,17,53).

  • cyan value is 38.84%
  • magenta value is 0.00%
  • yellow value is 16.53%
  • key color value is 52.55%

CMYK: (39,0,17,53)
C39M0Y17K53 (39%, 0%, 17%, 53%)
(0.39 / 0.00 / 0.17 / 0.53)

CMYK percentages

%38.84
%0
%16.53
%52.55

Codes

Color #4A7965 in popluar color models

4A 79 65
RGB 74 121 101
HSL 154° 24.10% 38.24%
HSB/HSV 154° 38.84% 47.45%
CMYK 38.84% 0.00% 16.53%
52.55%

Color #4A7965 in popluar number systems.

HEX 4A 79 65
Decimal 74 121 101
Binary 1001010 1111001 1100101
Octal 112 171 145

Shades and tints

Shades of #4A7965

#4A7965
(74,121,101)
#446E5C
(68,110,92)
#3E6353
(62,99,83)
#38584A
(56,88,74)
#324D41
(50,77,65)
#2C4238
(44,66,56)
#26372F
(38,55,47)
#202C26
(32,44,38)
#1A211D
(26,33,29)
#141614
(20,22,20)
#0E0B0B
(14,11,11)
#000000
(0,0,0)

Tints of #4A7965

#4A7965
(74,121,101)
#5A8573
(90,133,115)
#6A9181
(106,145,129)
#7A9D8F
(122,157,143)
#8AA99D
(138,169,157)
#9AB5AB
(154,181,171)
#AAC1B9
(170,193,185)
#BACDC7
(186,205,199)
#CAD9D5
(202,217,213)
#DAE5E3
(218,229,227)
#EAF1F1
(234,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A7965; }

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

This text font color is #4A7965.

Background Color

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

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

This div background color is #4A7965.

Border color

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

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

This div border color is #4A7965.

Opacity

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

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

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

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

This text has shadow with #4A7965 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A7965.

Preview

Color preview on black background

This text has color #4A7965 on black background.


Color preview on white background

This text has color #4A7965 on white background.


Black color preview on #4A7965 background

This text has black color on #4A7965 background.


White color preview on #4A7965 background

This text has white color on #4A7965 background.


Related colors

Complementary color

Complementary color for #hex is #B5869A.


I love getcolorcode.com

Triadic colors

1 #654A79 and #79654A with #4A7965 are triadic colors.

2 #65794A and #794A65 with #4A7965 are triadic colors.