COLOR #4A865D

HEX: #4A865D RGB: (74,134,93)

Color info

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

RGB color model

#4A865D color RGB value is (74,134,93).

RGB: (74,134,93) (29%, 53%, 36%)

RGB channels and saturation

R 74 of 255 = 29%
G 134 of 255 = 53%
B 93 of 255 = 36%

74
134
93

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

Portions of RGB colors in percentages

R + G + B = 74 + 134 + 93 = 301 (100%)
R 74 of 301 ~ 24.58%
G 134 of 301 ~ 44.52%
B 93 of 301 ~ 30.9'%

%24.58
%44.52
%30.9

CMYK color model

#4A865D color CMYK value is (45,0,31,47).

  • cyan value is 44.78%
  • magenta value is 0.00%
  • yellow value is 30.60%
  • key color value is 47.45%

CMYK: (45,0,31,47)
C45M0Y31K47 (45%, 0%, 31%, 47%)
(0.45 / 0.00 / 0.31 / 0.47)

CMYK percentages

%44.78
%0
%30.6
%47.45

Codes

Color #4A865D in popluar color models

4A 86 5D
RGB 74 134 93
HSL 139° 28.85% 40.78%
HSB/HSV 139° 44.78% 52.55%
CMYK 44.78% 0.00% 30.60%
47.45%

Color #4A865D in popluar number systems.

HEX 4A 86 5D
Decimal 74 134 93
Binary 1001010 10000110 1011101
Octal 112 206 135

Shades and tints

Shades of #4A865D

#4A865D
(74,134,93)
#447A55
(68,122,85)
#3E6E4D
(62,110,77)
#386245
(56,98,69)
#32563D
(50,86,61)
#2C4A35
(44,74,53)
#263E2D
(38,62,45)
#203225
(32,50,37)
#1A261D
(26,38,29)
#141A15
(20,26,21)
#0E0E0D
(14,14,13)
#000000
(0,0,0)

Tints of #4A865D

#4A865D
(74,134,93)
#5A916B
(90,145,107)
#6A9C79
(106,156,121)
#7AA787
(122,167,135)
#8AB295
(138,178,149)
#9ABDA3
(154,189,163)
#AAC8B1
(170,200,177)
#BAD3BF
(186,211,191)
#CADECD
(202,222,205)
#DAE9DB
(218,233,219)
#EAF4E9
(234,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A865D color. Also use rgb(74,134,93) instead hex code.

Text Font Color

.myTextColor { color: #4A865D; }

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

This text font color is #4A865D.

Background Color

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

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

This div background color is #4A865D.

Border color

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

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

This div border color is #4A865D.

Opacity

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

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

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

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

This text has shadow with #4A865D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A865D.

Preview

Color preview on black background

This text has color #4A865D on black background.


Color preview on white background

This text has color #4A865D on white background.


Black color preview on #4A865D background

This text has black color on #4A865D background.


White color preview on #4A865D background

This text has white color on #4A865D background.


Related colors

Complementary color

Complementary color for #hex is #B579A2.


I love getcolorcode.com

Triadic colors

1 #5D4A86 and #865D4A with #4A865D are triadic colors.

2 #5D864A and #864A5D with #4A865D are triadic colors.