COLOR #4A8178

HEX: #4A8178 RGB: (74,129,120)

Color info

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

RGB color model

#4A8178 color RGB value is (74,129,120).

RGB: (74,129,120) (29%, 51%, 47%)

RGB channels and saturation

R 74 of 255 = 29%
G 129 of 255 = 51%
B 120 of 255 = 47%

74
129
120

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

Portions of RGB colors in percentages

R + G + B = 74 + 129 + 120 = 323 (100%)
R 74 of 323 ~ 22.91%
G 129 of 323 ~ 39.94%
B 120 of 323 ~ 37.15'%

%22.91
%39.94
%37.15

CMYK color model

#4A8178 color CMYK value is (43,0,7,49).

  • cyan value is 42.64%
  • magenta value is 0.00%
  • yellow value is 6.98%
  • key color value is 49.41%

CMYK: (43,0,7,49)
C43M0Y7K49 (43%, 0%, 7%, 49%)
(0.43 / 0.00 / 0.07 / 0.49)

CMYK percentages

%42.64
%0
%6.98
%49.41

Codes

Color #4A8178 in popluar color models

4A 81 78
RGB 74 129 120
HSL 170° 27.09% 39.80%
HSB/HSV 170° 42.64% 50.59%
CMYK 42.64% 0.00% 6.98%
49.41%

Color #4A8178 in popluar number systems.

HEX 4A 81 78
Decimal 74 129 120
Binary 1001010 10000001 1111000
Octal 112 201 170

Shades and tints

Shades of #4A8178

#4A8178
(74,129,120)
#44766E
(68,118,110)
#3E6B64
(62,107,100)
#38605A
(56,96,90)
#325550
(50,85,80)
#2C4A46
(44,74,70)
#263F3C
(38,63,60)
#203432
(32,52,50)
#1A2928
(26,41,40)
#141E1E
(20,30,30)
#0E1314
(14,19,20)
#000000
(0,0,0)

Tints of #4A8178

#4A8178
(74,129,120)
#5A8C84
(90,140,132)
#6A9790
(106,151,144)
#7AA29C
(122,162,156)
#8AADA8
(138,173,168)
#9AB8B4
(154,184,180)
#AAC3C0
(170,195,192)
#BACECC
(186,206,204)
#CAD9D8
(202,217,216)
#DAE4E4
(218,228,228)
#EAEFF0
(234,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A8178 color. Also use rgb(74,129,120) instead hex code.

Text Font Color

.myTextColor { color: #4A8178; }

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

This text font color is #4A8178.

Background Color

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

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

This div background color is #4A8178.

Border color

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

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

This div border color is #4A8178.

Opacity

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

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

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

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

This text has shadow with #4A8178 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A8178.

Preview

Color preview on black background

This text has color #4A8178 on black background.


Color preview on white background

This text has color #4A8178 on white background.


Black color preview on #4A8178 background

This text has black color on #4A8178 background.


White color preview on #4A8178 background

This text has white color on #4A8178 background.


Related colors

Complementary color

Complementary color for #hex is #B57E87.


I love getcolorcode.com

Triadic colors

1 #784A81 and #81784A with #4A8178 are triadic colors.

2 #78814A and #814A78 with #4A8178 are triadic colors.