COLOR #4A8869

HEX: #4A8869
RGB: (74,136,105)

Color info

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

RGB color model

#4A8869 color RGB value is (74,136,105).

  • red value is 74;
  • green value is 136;
  • blue value is 105.
RGB:
(74,136,105)
(29%,53%,41%)

RGB channels and saturation

R 74 of 255 = 29%
G 136 of 255 = 53%
B 105 of 255 = 41%

74
136
105

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

Portions of RGB colors in percentages

R + G + B =
74 + 136 + 105 = 315 (100%)
R 74 of 315 ~ 23.49%
G 136 of 315 ~ 43.17%
B 105 of 315 ~ 33.33%

%23.49
%43.17
%33.33

CMYK color model

#4A8869 color CMYK value is (46,0,23,47).

  • cyan value is 45.59%
  • magenta value is 0.00%
  • yellow value is 22.79%
  • key color value is 46.67%
CMYK:
(46,0,23,47)
C46M0Y23K47 
(46%,0%,23%,47%)
(0.46/0.00/0.23/0.47)	

CMYK percentages

%45.59
%0
%22.79
%46.67

Codes

Color #4A8869 in popluar color models

4A8869
RGB74136105
HSL150°29.52%41.18%
HSB/HSV150°45.59%53.33%
CMYK45.59%0.00%22.79%
46.67%

Color #4A8869 in popluar number systems.

HEX4A8869
Decimal74136105
Binary1001010100010001101001
Octal112210151

Shades and tints

Shades of #4A8869

#4A8869
(74,136,105)
#447C60
(68,124,96)
#3E7057
(62,112,87)
#38644E
(56,100,78)
#325845
(50,88,69)
#2C4C3C
(44,76,60)
#264033
(38,64,51)
#20342A
(32,52,42)
#1A2821
(26,40,33)
#141C18
(20,28,24)
#0E100F
(14,16,15)
#000000
(0,0,0)

Tints of #4A8869

#4A8869
(74,136,105)
#5A9276
(90,146,118)
#6A9C83
(106,156,131)
#7AA690
(122,166,144)
#8AB09D
(138,176,157)
#9ABAAA
(154,186,170)
#AAC4B7
(170,196,183)
#BACEC4
(186,206,196)
#CAD8D1
(202,216,209)
#DAE2DE
(218,226,222)
#EAECEB
(234,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A8869 color. Also use rgb(74,136,105) instead hex code.

Text Font Color

.myTextColor { color: #4A8869; }

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

This text font color is #4A8869.


Background Color

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

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

This div background color is #4A8869.


Border color

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

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

This div border color is #4A8869.


Opacity

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

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

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

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

This text has shadow with #4A8869 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A8869 on black background.


Color preview on white background

This text has color #4A8869 on white background.



Black color preview on #4A8869 background

This text has black color on #4A8869 background.


White color preview on #4A8869 background

This text has white color on #4A8869 background.