COLOR #4A766D

HEX: #4A766D RGB: (74,118,109)

Color info

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

RGB color model

#4A766D color RGB value is (74,118,109).

RGB: (74,118,109) (29%, 46%, 43%)

RGB channels and saturation

R 74 of 255 = 29%
G 118 of 255 = 46%
B 109 of 255 = 43%

74
118
109

R + G + B ~ 39%. #4A766D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 118 + 109 = 301 (100%)
R 74 of 301 ~ 24.58%
G 118 of 301 ~ 39.2%
B 109 of 301 ~ 36.21'%

%24.58
%39.2
%36.21

CMYK color model

#4A766D color CMYK value is (37,0,8,54).

  • cyan value is 37.29%
  • magenta value is 0.00%
  • yellow value is 7.63%
  • key color value is 53.73%

CMYK: (37,0,8,54)
C37M0Y8K54 (37%, 0%, 8%, 54%)
(0.37 / 0.00 / 0.08 / 0.54)

CMYK percentages

%37.29
%0
%7.63
%53.73

Codes

Color #4A766D in popluar color models

4A 76 6D
RGB 74 118 109
HSL 168° 22.92% 37.65%
HSB/HSV 168° 37.29% 46.27%
CMYK 37.29% 0.00% 7.63%
53.73%

Color #4A766D in popluar number systems.

HEX 4A 76 6D
Decimal 74 118 109
Binary 1001010 1110110 1101101
Octal 112 166 155

Shades and tints

Shades of #4A766D

#4A766D
(74,118,109)
#446C64
(68,108,100)
#3E625B
(62,98,91)
#385852
(56,88,82)
#324E49
(50,78,73)
#2C4440
(44,68,64)
#263A37
(38,58,55)
#20302E
(32,48,46)
#1A2625
(26,38,37)
#141C1C
(20,28,28)
#0E1213
(14,18,19)
#000000
(0,0,0)

Tints of #4A766D

#4A766D
(74,118,109)
#5A827A
(90,130,122)
#6A8E87
(106,142,135)
#7A9A94
(122,154,148)
#8AA6A1
(138,166,161)
#9AB2AE
(154,178,174)
#AABEBB
(170,190,187)
#BACAC8
(186,202,200)
#CAD6D5
(202,214,213)
#DAE2E2
(218,226,226)
#EAEEEF
(234,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A766D color. Also use rgb(74,118,109) instead hex code.

Text Font Color

.myTextColor { color: #4A766D; }

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

This text font color is #4A766D.

Background Color

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

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

This div background color is #4A766D.

Border color

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

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

This div border color is #4A766D.

Opacity

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

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

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

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

This text has shadow with #4A766D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A766D.

Preview

Color preview on black background

This text has color #4A766D on black background.


Color preview on white background

This text has color #4A766D on white background.


Black color preview on #4A766D background

This text has black color on #4A766D background.


White color preview on #4A766D background

This text has white color on #4A766D background.


Related colors

Complementary color

Complementary color for #hex is #B58992.


I love getcolorcode.com

Triadic colors

1 #6D4A76 and #766D4A with #4A766D are triadic colors.

2 #6D764A and #764A6D with #4A766D are triadic colors.