COLOR #4A846F

HEX: #4A846F RGB: (74,132,111)

Color info

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

RGB color model

#4A846F color RGB value is (74,132,111).

RGB: (74,132,111) (29%, 52%, 44%)

RGB channels and saturation

R 74 of 255 = 29%
G 132 of 255 = 52%
B 111 of 255 = 44%

74
132
111

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

Portions of RGB colors in percentages

R + G + B = 74 + 132 + 111 = 317 (100%)
R 74 of 317 ~ 23.34%
G 132 of 317 ~ 41.64%
B 111 of 317 ~ 35.02'%

%23.34
%41.64
%35.02

CMYK color model

#4A846F color CMYK value is (44,0,16,48).

  • cyan value is 43.94%
  • magenta value is 0.00%
  • yellow value is 15.91%
  • key color value is 48.24%
CMYK: (44,0,16,48) C44M0Y16K48 (44%,0%,16%,48%) (0.44/0.00/0.16/0.48) 

CMYK percentages

%43.94
%0
%15.91
%48.24

Codes

Color #4A846F in popluar color models

4A 84 6F
RGB 74 132 111
HSL 158° 28.16% 40.39%
HSB/HSV 158° 43.94% 51.76%
CMYK 43.94% 0.00% 15.91%
48.24%

Color #4A846F in popluar number systems.

HEX 4A 84 6F
Decimal 74 132 111
Binary 1001010 10000100 1101111
Octal 112 204 157

Shades and tints

Shades of #4A846F

#4A846F
(74,132,111)
#447865
(68,120,101)
#3E6C5B
(62,108,91)
#386051
(56,96,81)
#325447
(50,84,71)
#2C483D
(44,72,61)
#263C33
(38,60,51)
#203029
(32,48,41)
#1A241F
(26,36,31)
#141815
(20,24,21)
#0E0C0B
(14,12,11)
#000000
(0,0,0)

Tints of #4A846F

#4A846F
(74,132,111)
#5A8F7C
(90,143,124)
#6A9A89
(106,154,137)
#7AA596
(122,165,150)
#8AB0A3
(138,176,163)
#9ABBB0
(154,187,176)
#AAC6BD
(170,198,189)
#BAD1CA
(186,209,202)
#CADCD7
(202,220,215)
#DAE7E4
(218,231,228)
#EAF2F1
(234,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A846F color. Also use rgb(74,132,111) instead hex code.

Text Font Color

.myTextColor { color: #4A846F; }

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

This text font color is #4A846F.

Background Color

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

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

This div background color is #4A846F.

Border color

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

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

This div border color is #4A846F.

Opacity

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

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

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

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

This text has shadow with #4A846F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A846F.

Preview

Color preview on black background

This text has color #4A846F on black background.


Color preview on white background

This text has color #4A846F on white background.


Black color preview on #4A846F background

This text has black color on #4A846F background.


White color preview on #4A846F background

This text has white color on #4A846F background.


Related colors

Complementary color

Complementary color for #hex is #B57B90.


I love getcolorcode.com

Triadic colors

1 #6F4A84 and #846F4A with #4A846F are triadic colors.

2 #6F844A and #844A6F with #4A846F are triadic colors.