COLOR #4A694E

HEX: #4A694E RGB: (74,105,78)

Color info

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

RGB color model

#4A694E color RGB value is (74,105,78).

RGB: (74,105,78) (29%, 41%, 31%)

RGB channels and saturation

R 74 of 255 = 29%
G 105 of 255 = 41%
B 78 of 255 = 31%

74
105
78

R + G + B ~ 34%. #4A694E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 105 + 78 = 257 (100%)
R 74 of 257 ~ 28.79%
G 105 of 257 ~ 40.86%
B 78 of 257 ~ 30.35'%

%28.79
%40.86
%30.35

CMYK color model

#4A694E color CMYK value is (30,0,26,59).

  • cyan value is 29.52%
  • magenta value is 0.00%
  • yellow value is 25.71%
  • key color value is 58.82%
CMYK: (30,0,26,59) C30M0Y26K59 (30%,0%,26%,59%) (0.30/0.00/0.26/0.59) 

CMYK percentages

%29.52
%0
%25.71
%58.82

Codes

Color #4A694E in popluar color models

4A 69 4E
RGB 74 105 78
HSL 128° 17.32% 35.10%
HSB/HSV 128° 29.52% 41.18%
CMYK 29.52% 0.00% 25.71%
58.82%

Color #4A694E in popluar number systems.

HEX 4A 69 4E
Decimal 74 105 78
Binary 1001010 1101001 1001110
Octal 112 151 116

Shades and tints

Shades of #4A694E

#4A694E
(74,105,78)
#446047
(68,96,71)
#3E5740
(62,87,64)
#384E39
(56,78,57)
#324532
(50,69,50)
#2C3C2B
(44,60,43)
#263324
(38,51,36)
#202A1D
(32,42,29)
#1A2116
(26,33,22)
#14180F
(20,24,15)
#0E0F08
(14,15,8)
#000000
(0,0,0)

Tints of #4A694E

#4A694E
(74,105,78)
#5A765E
(90,118,94)
#6A836E
(106,131,110)
#7A907E
(122,144,126)
#8A9D8E
(138,157,142)
#9AAA9E
(154,170,158)
#AAB7AE
(170,183,174)
#BAC4BE
(186,196,190)
#CAD1CE
(202,209,206)
#DADEDE
(218,222,222)
#EAEBEE
(234,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A694E color. Also use rgb(74,105,78) instead hex code.

Text Font Color

.myTextColor { color: #4A694E; }

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

This text font color is #4A694E.

Background Color

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

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

This div background color is #4A694E.

Border color

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

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

This div border color is #4A694E.

Opacity

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

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

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

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

This text has shadow with #4A694E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A694E.

Preview

Color preview on black background

This text has color #4A694E on black background.


Color preview on white background

This text has color #4A694E on white background.


Black color preview on #4A694E background

This text has black color on #4A694E background.


White color preview on #4A694E background

This text has white color on #4A694E background.


Related colors

Complementary color

Complementary color for #hex is #B596B1.


I love getcolorcode.com

Triadic colors

1 #4E4A69 and #694E4A with #4A694E are triadic colors.

2 #4E694A and #694A4E with #4A694E are triadic colors.