COLOR #4A644A

HEX: #4A644A
RGB: (74,100,74)

Color info

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

RGB color model

#4A644A color RGB value is (74,100,74).

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

RGB channels and saturation

R 74 of 255 = 29%
G 100 of 255 = 39%
B 74 of 255 = 29%

74
100
74

R + G + B ~ 32%. #4A644A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 100 + 74 = 248 (100%)
R 74 of 248 ~ 29.84%
G 100 of 248 ~ 40.32%
B 74 of 248 ~ 29.84%

%29.84
%40.32
%29.84

CMYK color model

#4A644A color CMYK value is (26,0,26,61).

  • cyan value is 26.00%
  • magenta value is 0.00%
  • yellow value is 26.00%
  • key color value is 60.78%
CMYK:
(26,0,26,61)
C26M0Y26K61 
(26%,0%,26%,61%)
(0.26/0.00/0.26/0.61)	

CMYK percentages

%26
%0
%26
%60.78

Codes

Color #4A644A in popluar color models

4A644A
RGB7410074
HSL120°14.94%34.12%
HSB/HSV120°26.00%39.22%
CMYK26.00%0.00%26.00%
60.78%

Color #4A644A in popluar number systems.

HEX4A644A
Decimal7410074
Binary100101011001001001010
Octal112144112

Shades and tints

Shades of #4A644A

#4A644A
(74,100,74)
#445B44
(68,91,68)
#3E523E
(62,82,62)
#384938
(56,73,56)
#324032
(50,64,50)
#2C372C
(44,55,44)
#262E26
(38,46,38)
#202520
(32,37,32)
#1A1C1A
(26,28,26)
#141314
(20,19,20)
#0E0A0E
(14,10,14)
#000000
(0,0,0)

Tints of #4A644A

#4A644A
(74,100,74)
#5A725A
(90,114,90)
#6A806A
(106,128,106)
#7A8E7A
(122,142,122)
#8A9C8A
(138,156,138)
#9AAA9A
(154,170,154)
#AAB8AA
(170,184,170)
#BAC6BA
(186,198,186)
#CAD4CA
(202,212,202)
#DAE2DA
(218,226,218)
#EAF0EA
(234,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A644A; }

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

This text font color is #4A644A.


Background Color

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

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

This div background color is #4A644A.


Border color

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

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

This div border color is #4A644A.


Opacity

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

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

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

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

This text has shadow with #4A644A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A644A on black background.


Color preview on white background

This text has color #4A644A on white background.



Black color preview on #4A644A background

This text has black color on #4A644A background.


White color preview on #4A644A background

This text has white color on #4A644A background.