COLOR #4A8665

HEX: #4A8665
RGB: (74,134,101)

Color info

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

RGB color model

#4A8665 color RGB value is (74,134,101).

  • red value is 74;
  • green value is 134;
  • blue value is 101.
RGB:
(74,134,101)
(29%,53%,40%)

RGB channels and saturation

R 74 of 255 = 29%
G 134 of 255 = 53%
B 101 of 255 = 40%

74
134
101

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

Portions of RGB colors in percentages

R + G + B =
74 + 134 + 101 = 309 (100%)
R 74 of 309 ~ 23.95%
G 134 of 309 ~ 43.37%
B 101 of 309 ~ 32.69%

%23.95
%43.37
%32.69

CMYK color model

#4A8665 color CMYK value is (45,0,25,47).

  • cyan value is 44.78%
  • magenta value is 0.00%
  • yellow value is 24.63%
  • key color value is 47.45%
CMYK:
(45,0,25,47)
C45M0Y25K47 
(45%,0%,25%,47%)
(0.45/0.00/0.25/0.47)	

CMYK percentages

%44.78
%0
%24.63
%47.45

Codes

Color #4A8665 in popluar color models

4A8665
RGB74134101
HSL147°28.85%40.78%
HSB/HSV147°44.78%52.55%
CMYK44.78%0.00%24.63%
47.45%

Color #4A8665 in popluar number systems.

HEX4A8665
Decimal74134101
Binary1001010100001101100101
Octal112206145

Shades and tints

Shades of #4A8665

#4A8665
(74,134,101)
#447A5C
(68,122,92)
#3E6E53
(62,110,83)
#38624A
(56,98,74)
#325641
(50,86,65)
#2C4A38
(44,74,56)
#263E2F
(38,62,47)
#203226
(32,50,38)
#1A261D
(26,38,29)
#141A14
(20,26,20)
#0E0E0B
(14,14,11)
#000000
(0,0,0)

Tints of #4A8665

#4A8665
(74,134,101)
#5A9173
(90,145,115)
#6A9C81
(106,156,129)
#7AA78F
(122,167,143)
#8AB29D
(138,178,157)
#9ABDAB
(154,189,171)
#AAC8B9
(170,200,185)
#BAD3C7
(186,211,199)
#CADED5
(202,222,213)
#DAE9E3
(218,233,227)
#EAF4F1
(234,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A8665; }

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

This text font color is #4A8665.


Background Color

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

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

This div background color is #4A8665.


Border color

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

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

This div border color is #4A8665.


Opacity

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

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

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

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

This text has shadow with #4A8665 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A8665 on black background.


Color preview on white background

This text has color #4A8665 on white background.



Black color preview on #4A8665 background

This text has black color on #4A8665 background.


White color preview on #4A8665 background

This text has white color on #4A8665 background.