COLOR #4A847C

HEX: #4A847C RGB: (74,132,124)

Color info

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

RGB color model

#4A847C color RGB value is (74,132,124).

RGB: (74,132,124) (29%, 52%, 49%)

RGB channels and saturation

R 74 of 255 = 29%
G 132 of 255 = 52%
B 124 of 255 = 49%

74
132
124

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

Portions of RGB colors in percentages

R + G + B = 74 + 132 + 124 = 330 (100%)
R 74 of 330 ~ 22.42%
G 132 of 330 ~ 40%
B 124 of 330 ~ 37.58'%

%22.42
%40
%37.58

CMYK color model

#4A847C color CMYK value is (44,0,6,48).

  • cyan value is 43.94%
  • magenta value is 0.00%
  • yellow value is 6.06%
  • key color value is 48.24%

CMYK: (44,0,6,48)
C44M0Y6K48 (44%, 0%, 6%, 48%)
(0.44 / 0.00 / 0.06 / 0.48)

CMYK percentages

%43.94
%0
%6.06
%48.24

Codes

Color #4A847C in popluar color models

4A 84 7C
RGB 74 132 124
HSL 172° 28.16% 40.39%
HSB/HSV 172° 43.94% 51.76%
CMYK 43.94% 0.00% 6.06%
48.24%

Color #4A847C in popluar number systems.

HEX 4A 84 7C
Decimal 74 132 124
Binary 1001010 10000100 1111100
Octal 112 204 174

Shades and tints

Shades of #4A847C

#4A847C
(74,132,124)
#447871
(68,120,113)
#3E6C66
(62,108,102)
#38605B
(56,96,91)
#325450
(50,84,80)
#2C4845
(44,72,69)
#263C3A
(38,60,58)
#20302F
(32,48,47)
#1A2424
(26,36,36)
#141819
(20,24,25)
#0E0C0E
(14,12,14)
#000000
(0,0,0)

Tints of #4A847C

#4A847C
(74,132,124)
#5A8F87
(90,143,135)
#6A9A92
(106,154,146)
#7AA59D
(122,165,157)
#8AB0A8
(138,176,168)
#9ABBB3
(154,187,179)
#AAC6BE
(170,198,190)
#BAD1C9
(186,209,201)
#CADCD4
(202,220,212)
#DAE7DF
(218,231,223)
#EAF2EA
(234,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A847C; }

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

This text font color is #4A847C.

Background Color

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

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

This div background color is #4A847C.

Border color

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

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

This div border color is #4A847C.

Opacity

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

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

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

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

This text has shadow with #4A847C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A847C.

Preview

Color preview on black background

This text has color #4A847C on black background.


Color preview on white background

This text has color #4A847C on white background.


Black color preview on #4A847C background

This text has black color on #4A847C background.


White color preview on #4A847C background

This text has white color on #4A847C background.


Related colors

Complementary color

Complementary color for #hex is #B57B83.


I love getcolorcode.com

Triadic colors

1 #7C4A84 and #847C4A with #4A847C are triadic colors.

2 #7C844A and #844A7C with #4A847C are triadic colors.