COLOR #4A694D

HEX: #4A694D RGB: (74,105,77)

Color info

#4A694D contains red, green and blue colors in about the same proportion. Web safe color of #4A694D is #336633 (or #363).

RGB color model

#4A694D color RGB value is (74,105,77).

RGB: (74,105,77) (29%, 41%, 30%)

RGB channels and saturation

R 74 of 255 = 29%
G 105 of 255 = 41%
B 77 of 255 = 30%

74
105
77

R + G + B ~ 33%. #4A694D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 105 + 77 = 256 (100%)
R 74 of 256 ~ 28.91%
G 105 of 256 ~ 41.02%
B 77 of 256 ~ 30.08'%

%28.91
%41.02
%30.08

CMYK color model

#4A694D color CMYK value is (30,0,27,59).

  • cyan value is 29.52%
  • magenta value is 0.00%
  • yellow value is 26.67%
  • key color value is 58.82%

CMYK: (30,0,27,59)
C30M0Y27K59 (30%, 0%, 27%, 59%)
(0.30 / 0.00 / 0.27 / 0.59)

CMYK percentages

%29.52
%0
%26.67
%58.82

Codes

Color #4A694D in popluar color models

4A 69 4D
RGB 74 105 77
HSL 126° 17.32% 35.10%
HSB/HSV 126° 29.52% 41.18%
CMYK 29.52% 0.00% 26.67%
58.82%

Color #4A694D in popluar number systems.

HEX 4A 69 4D
Decimal 74 105 77
Binary 1001010 1101001 1001101
Octal 112 151 115

Shades and tints

Shades of #4A694D

#4A694D
(74,105,77)
#446046
(68,96,70)
#3E573F
(62,87,63)
#384E38
(56,78,56)
#324531
(50,69,49)
#2C3C2A
(44,60,42)
#263323
(38,51,35)
#202A1C
(32,42,28)
#1A2115
(26,33,21)
#14180E
(20,24,14)
#0E0F07
(14,15,7)
#000000
(0,0,0)

Tints of #4A694D

#4A694D
(74,105,77)
#5A765D
(90,118,93)
#6A836D
(106,131,109)
#7A907D
(122,144,125)
#8A9D8D
(138,157,141)
#9AAA9D
(154,170,157)
#AAB7AD
(170,183,173)
#BAC4BD
(186,196,189)
#CAD1CD
(202,209,205)
#DADEDD
(218,222,221)
#EAEBED
(234,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A694D; }

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

This text font color is #4A694D.

Background Color

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

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

This div background color is #4A694D.

Border color

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

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

This div border color is #4A694D.

Opacity

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

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

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

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

This text has shadow with #4A694D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A694D.

Preview

Color preview on black background

This text has color #4A694D on black background.


Color preview on white background

This text has color #4A694D on white background.


Black color preview on #4A694D background

This text has black color on #4A694D background.


White color preview on #4A694D background

This text has white color on #4A694D background.


Related colors

Complementary color

Complementary color for #hex is #B596B2.


I love getcolorcode.com

Triadic colors

1 #4D4A69 and #694D4A with #4A694D are triadic colors.

2 #4D694A and #694A4D with #4A694D are triadic colors.