COLOR #4A776E

HEX: #4A776E RGB: (74,119,110)

Color info

#4A776E contains red, green and blue colors in about the same proportion. Web safe color of #4A776E is #336666 (or #366).

RGB color model

#4A776E color RGB value is (74,119,110).

RGB: (74,119,110) (29%, 47%, 43%)

RGB channels and saturation

R 74 of 255 = 29%
G 119 of 255 = 47%
B 110 of 255 = 43%

74
119
110

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

Portions of RGB colors in percentages

R + G + B = 74 + 119 + 110 = 303 (100%)
R 74 of 303 ~ 24.42%
G 119 of 303 ~ 39.27%
B 110 of 303 ~ 36.3'%

%24.42
%39.27
%36.3

CMYK color model

#4A776E color CMYK value is (38,0,8,53).

  • cyan value is 37.82%
  • magenta value is 0.00%
  • yellow value is 7.56%
  • key color value is 53.33%

CMYK: (38,0,8,53)
C38M0Y8K53 (38%, 0%, 8%, 53%)
(0.38 / 0.00 / 0.08 / 0.53)

CMYK percentages

%37.82
%0
%7.56
%53.33

Codes

Color #4A776E in popluar color models

4A 77 6E
RGB 74 119 110
HSL 168° 23.32% 37.84%
HSB/HSV 168° 37.82% 46.67%
CMYK 37.82% 0.00% 7.56%
53.33%

Color #4A776E in popluar number systems.

HEX 4A 77 6E
Decimal 74 119 110
Binary 1001010 1110111 1101110
Octal 112 167 156

Shades and tints

Shades of #4A776E

#4A776E
(74,119,110)
#446D64
(68,109,100)
#3E635A
(62,99,90)
#385950
(56,89,80)
#324F46
(50,79,70)
#2C453C
(44,69,60)
#263B32
(38,59,50)
#203128
(32,49,40)
#1A271E
(26,39,30)
#141D14
(20,29,20)
#0E130A
(14,19,10)
#000000
(0,0,0)

Tints of #4A776E

#4A776E
(74,119,110)
#5A837B
(90,131,123)
#6A8F88
(106,143,136)
#7A9B95
(122,155,149)
#8AA7A2
(138,167,162)
#9AB3AF
(154,179,175)
#AABFBC
(170,191,188)
#BACBC9
(186,203,201)
#CAD7D6
(202,215,214)
#DAE3E3
(218,227,227)
#EAEFF0
(234,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A776E color. Also use rgb(74,119,110) instead hex code.

Text Font Color

.myTextColor { color: #4A776E; }

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

This text font color is #4A776E.

Background Color

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

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

This div background color is #4A776E.

Border color

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

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

This div border color is #4A776E.

Opacity

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

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

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

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

This text has shadow with #4A776E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A776E.

Preview

Color preview on black background

This text has color #4A776E on black background.


Color preview on white background

This text has color #4A776E on white background.


Black color preview on #4A776E background

This text has black color on #4A776E background.


White color preview on #4A776E background

This text has white color on #4A776E background.


Related colors

Complementary color

Complementary color for #hex is #B58891.


I love getcolorcode.com

Triadic colors

1 #6E4A77 and #776E4A with #4A776E are triadic colors.

2 #6E774A and #774A6E with #4A776E are triadic colors.