COLOR #4A8266

HEX: #4A8266 RGB: (74,130,102)

Color info

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

RGB color model

#4A8266 color RGB value is (74,130,102).

RGB: (74,130,102) (29%, 51%, 40%)

RGB channels and saturation

R 74 of 255 = 29%
G 130 of 255 = 51%
B 102 of 255 = 40%

74
130
102

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

Portions of RGB colors in percentages

R + G + B = 74 + 130 + 102 = 306 (100%)
R 74 of 306 ~ 24.18%
G 130 of 306 ~ 42.48%
B 102 of 306 ~ 33.33'%

%24.18
%42.48
%33.33

CMYK color model

#4A8266 color CMYK value is (43,0,22,49).

  • cyan value is 43.08%
  • magenta value is 0.00%
  • yellow value is 21.54%
  • key color value is 49.02%

CMYK: (43,0,22,49)
C43M0Y22K49 (43%, 0%, 22%, 49%)
(0.43 / 0.00 / 0.22 / 0.49)

CMYK percentages

%43.08
%0
%21.54
%49.02

Codes

Color #4A8266 in popluar color models

4A 82 66
RGB 74 130 102
HSL 150° 27.45% 40.00%
HSB/HSV 150° 43.08% 50.98%
CMYK 43.08% 0.00% 21.54%
49.02%

Color #4A8266 in popluar number systems.

HEX 4A 82 66
Decimal 74 130 102
Binary 1001010 10000010 1100110
Octal 112 202 146

Shades and tints

Shades of #4A8266

#4A8266
(74,130,102)
#44775D
(68,119,93)
#3E6C54
(62,108,84)
#38614B
(56,97,75)
#325642
(50,86,66)
#2C4B39
(44,75,57)
#264030
(38,64,48)
#203527
(32,53,39)
#1A2A1E
(26,42,30)
#141F15
(20,31,21)
#0E140C
(14,20,12)
#000000
(0,0,0)

Tints of #4A8266

#4A8266
(74,130,102)
#5A8D73
(90,141,115)
#6A9880
(106,152,128)
#7AA38D
(122,163,141)
#8AAE9A
(138,174,154)
#9AB9A7
(154,185,167)
#AAC4B4
(170,196,180)
#BACFC1
(186,207,193)
#CADACE
(202,218,206)
#DAE5DB
(218,229,219)
#EAF0E8
(234,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A8266 color. Also use rgb(74,130,102) instead hex code.

Text Font Color

.myTextColor { color: #4A8266; }

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

This text font color is #4A8266.

Background Color

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

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

This div background color is #4A8266.

Border color

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

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

This div border color is #4A8266.

Opacity

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

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

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

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

This text has shadow with #4A8266 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A8266.

Preview

Color preview on black background

This text has color #4A8266 on black background.


Color preview on white background

This text has color #4A8266 on white background.


Black color preview on #4A8266 background

This text has black color on #4A8266 background.


White color preview on #4A8266 background

This text has white color on #4A8266 background.


Related colors

Complementary color

Complementary color for #hex is #B57D99.


I love getcolorcode.com

Triadic colors

1 #664A82 and #82664A with #4A8266 are triadic colors.

2 #66824A and #824A66 with #4A8266 are triadic colors.