COLOR #4A6E28

HEX: #4A6E28
RGB: (74,110,40)

Color info

#4A6E28 contains mainly red and green colors. Web safe color of #4A6E28 is #336633 (or #363).

RGB color model

#4A6E28 color RGB value is (74,110,40).

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

RGB channels and saturation

R 74 of 255 = 29%
G 110 of 255 = 43%
B 40 of 255 = 16%

74
110
40

R + G + B ~ 29%. #4A6E28 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 110 + 40 = 224 (100%)
R 74 of 224 ~ 33.04%
G 110 of 224 ~ 49.11%
B 40 of 224 ~ 17.86%

%33.04
%49.11
%17.86

CMYK color model

#4A6E28 color CMYK value is (33,0,64,57).

  • cyan value is 32.73%
  • magenta value is 0.00%
  • yellow value is 63.64%
  • key color value is 56.86%
CMYK:
(33,0,64,57)
C33M0Y64K57 
(33%,0%,64%,57%)
(0.33/0.00/0.64/0.57)	

CMYK percentages

%32.73
%0
%63.64
%56.86

Codes

Color #4A6E28 in popluar color models

4A6E28
RGB7411040
HSL91°46.67%29.41%
HSB/HSV91°63.64%43.14%
CMYK32.73%0.00%63.64%
56.86%

Color #4A6E28 in popluar number systems.

HEX4A6E28
Decimal7411040
Binary10010101101110101000
Octal11215650

Shades and tints

Shades of #4A6E28

#4A6E28
(74,110,40)
#446425
(68,100,37)
#3E5A22
(62,90,34)
#38501F
(56,80,31)
#32461C
(50,70,28)
#2C3C19
(44,60,25)
#263216
(38,50,22)
#202813
(32,40,19)
#1A1E10
(26,30,16)
#14140D
(20,20,13)
#0E0A0A
(14,10,10)
#000000
(0,0,0)

Tints of #4A6E28

#4A6E28
(74,110,40)
#5A7B3B
(90,123,59)
#6A884E
(106,136,78)
#7A9561
(122,149,97)
#8AA274
(138,162,116)
#9AAF87
(154,175,135)
#AABC9A
(170,188,154)
#BAC9AD
(186,201,173)
#CAD6C0
(202,214,192)
#DAE3D3
(218,227,211)
#EAF0E6
(234,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A6E28; }

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

This text font color is #4A6E28.


Background Color

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

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

This div background color is #4A6E28.


Border color

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

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

This div border color is #4A6E28.


Opacity

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

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

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

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

This text has shadow with #4A6E28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A6E28 on black background.


Color preview on white background

This text has color #4A6E28 on white background.



Black color preview on #4A6E28 background

This text has black color on #4A6E28 background.


White color preview on #4A6E28 background

This text has white color on #4A6E28 background.