COLOR #4A895B

HEX: #4A895B RGB: (74,137,91)

Color info

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

RGB color model

#4A895B color RGB value is (74,137,91).

RGB: (74,137,91) (29%, 54%, 36%)

RGB channels and saturation

R 74 of 255 = 29%
G 137 of 255 = 54%
B 91 of 255 = 36%

74
137
91

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

Portions of RGB colors in percentages

R + G + B = 74 + 137 + 91 = 302 (100%)
R 74 of 302 ~ 24.5%
G 137 of 302 ~ 45.36%
B 91 of 302 ~ 30.13'%

%24.5
%45.36
%30.13

CMYK color model

#4A895B color CMYK value is (46,0,34,46).

  • cyan value is 45.99%
  • magenta value is 0.00%
  • yellow value is 33.58%
  • key color value is 46.27%

CMYK: (46,0,34,46)
C46M0Y34K46 (46%, 0%, 34%, 46%)
(0.46 / 0.00 / 0.34 / 0.46)

CMYK percentages

%45.99
%0
%33.58
%46.27

Codes

Color #4A895B in popluar color models

4A 89 5B
RGB 74 137 91
HSL 136° 29.86% 41.37%
HSB/HSV 136° 45.99% 53.73%
CMYK 45.99% 0.00% 33.58%
46.27%

Color #4A895B in popluar number systems.

HEX 4A 89 5B
Decimal 74 137 91
Binary 1001010 10001001 1011011
Octal 112 211 133

Shades and tints

Shades of #4A895B

#4A895B
(74,137,91)
#447D53
(68,125,83)
#3E714B
(62,113,75)
#386543
(56,101,67)
#32593B
(50,89,59)
#2C4D33
(44,77,51)
#26412B
(38,65,43)
#203523
(32,53,35)
#1A291B
(26,41,27)
#141D13
(20,29,19)
#0E110B
(14,17,11)
#000000
(0,0,0)

Tints of #4A895B

#4A895B
(74,137,91)
#5A9369
(90,147,105)
#6A9D77
(106,157,119)
#7AA785
(122,167,133)
#8AB193
(138,177,147)
#9ABBA1
(154,187,161)
#AAC5AF
(170,197,175)
#BACFBD
(186,207,189)
#CAD9CB
(202,217,203)
#DAE3D9
(218,227,217)
#EAEDE7
(234,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A895B color. Also use rgb(74,137,91) instead hex code.

Text Font Color

.myTextColor { color: #4A895B; }

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

This text font color is #4A895B.

Background Color

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

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

This div background color is #4A895B.

Border color

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

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

This div border color is #4A895B.

Opacity

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

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

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

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

This text has shadow with #4A895B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A895B.

Preview

Color preview on black background

This text has color #4A895B on black background.


Color preview on white background

This text has color #4A895B on white background.


Black color preview on #4A895B background

This text has black color on #4A895B background.


White color preview on #4A895B background

This text has white color on #4A895B background.


Related colors

Complementary color

Complementary color for #hex is #B576A4.


I love getcolorcode.com

Triadic colors

1 #5B4A89 and #895B4A with #4A895B are triadic colors.

2 #5B894A and #894A5B with #4A895B are triadic colors.