COLOR #4A8565

HEX: #4A8565 RGB: (74,133,101)

Color info

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

RGB color model

#4A8565 color RGB value is (74,133,101).

RGB: (74,133,101) (29%, 52%, 40%)

RGB channels and saturation

R 74 of 255 = 29%
G 133 of 255 = 52%
B 101 of 255 = 40%

74
133
101

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

Portions of RGB colors in percentages

R + G + B = 74 + 133 + 101 = 308 (100%)
R 74 of 308 ~ 24.03%
G 133 of 308 ~ 43.18%
B 101 of 308 ~ 32.79'%

%24.03
%43.18
%32.79

CMYK color model

#4A8565 color CMYK value is (44,0,24,48).

  • cyan value is 44.36%
  • magenta value is 0.00%
  • yellow value is 24.06%
  • key color value is 47.84%
CMYK: (44,0,24,48) C44M0Y24K48 (44%,0%,24%,48%) (0.44/0.00/0.24/0.48) 

CMYK percentages

%44.36
%0
%24.06
%47.84

Codes

Color #4A8565 in popluar color models

4A 85 65
RGB 74 133 101
HSL 147° 28.50% 40.59%
HSB/HSV 147° 44.36% 52.16%
CMYK 44.36% 0.00% 24.06%
47.84%

Color #4A8565 in popluar number systems.

HEX 4A 85 65
Decimal 74 133 101
Binary 1001010 10000101 1100101
Octal 112 205 145

Shades and tints

Shades of #4A8565

#4A8565
(74,133,101)
#44795C
(68,121,92)
#3E6D53
(62,109,83)
#38614A
(56,97,74)
#325541
(50,85,65)
#2C4938
(44,73,56)
#263D2F
(38,61,47)
#203126
(32,49,38)
#1A251D
(26,37,29)
#141914
(20,25,20)
#0E0D0B
(14,13,11)
#000000
(0,0,0)

Tints of #4A8565

#4A8565
(74,133,101)
#5A9073
(90,144,115)
#6A9B81
(106,155,129)
#7AA68F
(122,166,143)
#8AB19D
(138,177,157)
#9ABCAB
(154,188,171)
#AAC7B9
(170,199,185)
#BAD2C7
(186,210,199)
#CADDD5
(202,221,213)
#DAE8E3
(218,232,227)
#EAF3F1
(234,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A8565; }

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

This text font color is #4A8565.

Background Color

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

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

This div background color is #4A8565.

Border color

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

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

This div border color is #4A8565.

Opacity

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

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

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

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

This text has shadow with #4A8565 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A8565.

Preview

Color preview on black background

This text has color #4A8565 on black background.


Color preview on white background

This text has color #4A8565 on white background.


Black color preview on #4A8565 background

This text has black color on #4A8565 background.


White color preview on #4A8565 background

This text has white color on #4A8565 background.


Related colors

Complementary color

Complementary color for #hex is #B57A9A.


I love getcolorcode.com

Triadic colors

1 #654A85 and #85654A with #4A8565 are triadic colors.

2 #65854A and #854A65 with #4A8565 are triadic colors.