COLOR #4A6D45

HEX: #4A6D45
RGB: (74,109,69)

Color info

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

RGB color model

#4A6D45 color RGB value is (74,109,69).

  • red value is 74;
  • green value is 109;
  • blue value is 69.
RGB:
(74,109,69)
(29%,43%,27%)

RGB channels and saturation

R 74 of 255 = 29%
G 109 of 255 = 43%
B 69 of 255 = 27%

74
109
69

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

Portions of RGB colors in percentages

R + G + B =
74 + 109 + 69 = 252 (100%)
R 74 of 252 ~ 29.37%
G 109 of 252 ~ 43.25%
B 69 of 252 ~ 27.38%

%29.37
%43.25
%27.38

CMYK color model

#4A6D45 color CMYK value is (32,0,37,57).

  • cyan value is 32.11%
  • magenta value is 0.00%
  • yellow value is 36.70%
  • key color value is 57.25%
CMYK:
(32,0,37,57)
C32M0Y37K57 
(32%,0%,37%,57%)
(0.32/0.00/0.37/0.57)	

CMYK percentages

%32.11
%0
%36.7
%57.25

Codes

Color #4A6D45 in popluar color models

4A6D45
RGB7410969
HSL113°22.47%34.90%
HSB/HSV113°36.70%42.75%
CMYK32.11%0.00%36.70%
57.25%

Color #4A6D45 in popluar number systems.

HEX4A6D45
Decimal7410969
Binary100101011011011000101
Octal112155105

Shades and tints

Shades of #4A6D45

#4A6D45
(74,109,69)
#44643F
(68,100,63)
#3E5B39
(62,91,57)
#385233
(56,82,51)
#32492D
(50,73,45)
#2C4027
(44,64,39)
#263721
(38,55,33)
#202E1B
(32,46,27)
#1A2515
(26,37,21)
#141C0F
(20,28,15)
#0E1309
(14,19,9)
#000000
(0,0,0)

Tints of #4A6D45

#4A6D45
(74,109,69)
#5A7A55
(90,122,85)
#6A8765
(106,135,101)
#7A9475
(122,148,117)
#8AA185
(138,161,133)
#9AAE95
(154,174,149)
#AABBA5
(170,187,165)
#BAC8B5
(186,200,181)
#CAD5C5
(202,213,197)
#DAE2D5
(218,226,213)
#EAEFE5
(234,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A6D45; }

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

This text font color is #4A6D45.


Background Color

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

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

This div background color is #4A6D45.


Border color

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

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

This div border color is #4A6D45.


Opacity

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

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

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

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

This text has shadow with #4A6D45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A6D45 on black background.


Color preview on white background

This text has color #4A6D45 on white background.



Black color preview on #4A6D45 background

This text has black color on #4A6D45 background.


White color preview on #4A6D45 background

This text has white color on #4A6D45 background.