COLOR #4A6D48

HEX: #4A6D48
RGB: (74,109,72)

Color info

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

RGB color model

#4A6D48 color RGB value is (74,109,72).

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

RGB channels and saturation

R 74 of 255 = 29%
G 109 of 255 = 43%
B 72 of 255 = 28%

74
109
72

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

Portions of RGB colors in percentages

R + G + B =
74 + 109 + 72 = 255 (100%)
R 74 of 255 ~ 29.02%
G 109 of 255 ~ 42.75%
B 72 of 255 ~ 28.24%

%29.02
%42.75
%28.24

CMYK color model

#4A6D48 color CMYK value is (32,0,34,57).

  • cyan value is 32.11%
  • magenta value is 0.00%
  • yellow value is 33.94%
  • key color value is 57.25%
CMYK:
(32,0,34,57)
C32M0Y34K57 
(32%,0%,34%,57%)
(0.32/0.00/0.34/0.57)	

CMYK percentages

%32.11
%0
%33.94
%57.25

Codes

Color #4A6D48 in popluar color models

4A6D48
RGB7410972
HSL117°20.44%35.49%
HSB/HSV117°33.94%42.75%
CMYK32.11%0.00%33.94%
57.25%

Color #4A6D48 in popluar number systems.

HEX4A6D48
Decimal7410972
Binary100101011011011001000
Octal112155110

Shades and tints

Shades of #4A6D48

#4A6D48
(74,109,72)
#446442
(68,100,66)
#3E5B3C
(62,91,60)
#385236
(56,82,54)
#324930
(50,73,48)
#2C402A
(44,64,42)
#263724
(38,55,36)
#202E1E
(32,46,30)
#1A2518
(26,37,24)
#141C12
(20,28,18)
#0E130C
(14,19,12)
#000000
(0,0,0)

Tints of #4A6D48

#4A6D48
(74,109,72)
#5A7A58
(90,122,88)
#6A8768
(106,135,104)
#7A9478
(122,148,120)
#8AA188
(138,161,136)
#9AAE98
(154,174,152)
#AABBA8
(170,187,168)
#BAC8B8
(186,200,184)
#CAD5C8
(202,213,200)
#DAE2D8
(218,226,216)
#EAEFE8
(234,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A6D48; }

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

This text font color is #4A6D48.


Background Color

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

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

This div background color is #4A6D48.


Border color

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

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

This div border color is #4A6D48.


Opacity

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

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

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

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

This text has shadow with #4A6D48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A6D48 on black background.


Color preview on white background

This text has color #4A6D48 on white background.



Black color preview on #4A6D48 background

This text has black color on #4A6D48 background.


White color preview on #4A6D48 background

This text has white color on #4A6D48 background.