COLOR #4A664A

HEX: #4A664A
RGB: (74,102,74)

Color info

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

RGB color model

#4A664A color RGB value is (74,102,74).

  • red value is 74;
  • green value is 102;
  • blue value is 74.
RGB:
(74,102,74)
(29%,40%,29%)

RGB channels and saturation

R 74 of 255 = 29%
G 102 of 255 = 40%
B 74 of 255 = 29%

74
102
74

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

Portions of RGB colors in percentages

R + G + B =
74 + 102 + 74 = 250 (100%)
R 74 of 250 ~ 29.6%
G 102 of 250 ~ 40.8%
B 74 of 250 ~ 29.6%

%29.6
%40.8
%29.6

CMYK color model

#4A664A color CMYK value is (27,0,27,60).

  • cyan value is 27.45%
  • magenta value is 0.00%
  • yellow value is 27.45%
  • key color value is 60.00%
CMYK:
(27,0,27,60)
C27M0Y27K60 
(27%,0%,27%,60%)
(0.27/0.00/0.27/0.60)	

CMYK percentages

%27.45
%0
%27.45
%60

Codes

Color #4A664A in popluar color models

4A664A
RGB7410274
HSL120°15.91%34.51%
HSB/HSV120°27.45%40.00%
CMYK27.45%0.00%27.45%
60.00%

Color #4A664A in popluar number systems.

HEX4A664A
Decimal7410274
Binary100101011001101001010
Octal112146112

Shades and tints

Shades of #4A664A

#4A664A
(74,102,74)
#445D44
(68,93,68)
#3E543E
(62,84,62)
#384B38
(56,75,56)
#324232
(50,66,50)
#2C392C
(44,57,44)
#263026
(38,48,38)
#202720
(32,39,32)
#1A1E1A
(26,30,26)
#141514
(20,21,20)
#0E0C0E
(14,12,14)
#000000
(0,0,0)

Tints of #4A664A

#4A664A
(74,102,74)
#5A735A
(90,115,90)
#6A806A
(106,128,106)
#7A8D7A
(122,141,122)
#8A9A8A
(138,154,138)
#9AA79A
(154,167,154)
#AAB4AA
(170,180,170)
#BAC1BA
(186,193,186)
#CACECA
(202,206,202)
#DADBDA
(218,219,218)
#EAE8EA
(234,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A664A; }

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

This text font color is #4A664A.


Background Color

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

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

This div background color is #4A664A.


Border color

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

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

This div border color is #4A664A.


Opacity

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

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

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

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

This text has shadow with #4A664A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A664A on black background.


Color preview on white background

This text has color #4A664A on white background.



Black color preview on #4A664A background

This text has black color on #4A664A background.


White color preview on #4A664A background

This text has white color on #4A664A background.