COLOR #4A6847

HEX: #4A6847
RGB: (74,104,71)

Color info

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

RGB color model

#4A6847 color RGB value is (74,104,71).

  • red value is 74;
  • green value is 104;
  • blue value is 71.
RGB:
(74,104,71)
(29%,41%,28%)

RGB channels and saturation

R 74 of 255 = 29%
G 104 of 255 = 41%
B 71 of 255 = 28%

74
104
71

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

Portions of RGB colors in percentages

R + G + B =
74 + 104 + 71 = 249 (100%)
R 74 of 249 ~ 29.72%
G 104 of 249 ~ 41.77%
B 71 of 249 ~ 28.51%

%29.72
%41.77
%28.51

CMYK color model

#4A6847 color CMYK value is (29,0,32,59).

  • cyan value is 28.85%
  • magenta value is 0.00%
  • yellow value is 31.73%
  • key color value is 59.22%
CMYK:
(29,0,32,59)
C29M0Y32K59 
(29%,0%,32%,59%)
(0.29/0.00/0.32/0.59)	

CMYK percentages

%28.85
%0
%31.73
%59.22

Codes

Color #4A6847 in popluar color models

4A6847
RGB7410471
HSL115°18.86%34.31%
HSB/HSV115°31.73%40.78%
CMYK28.85%0.00%31.73%
59.22%

Color #4A6847 in popluar number systems.

HEX4A6847
Decimal7410471
Binary100101011010001000111
Octal112150107

Shades and tints

Shades of #4A6847

#4A6847
(74,104,71)
#445F41
(68,95,65)
#3E563B
(62,86,59)
#384D35
(56,77,53)
#32442F
(50,68,47)
#2C3B29
(44,59,41)
#263223
(38,50,35)
#20291D
(32,41,29)
#1A2017
(26,32,23)
#141711
(20,23,17)
#0E0E0B
(14,14,11)
#000000
(0,0,0)

Tints of #4A6847

#4A6847
(74,104,71)
#5A7557
(90,117,87)
#6A8267
(106,130,103)
#7A8F77
(122,143,119)
#8A9C87
(138,156,135)
#9AA997
(154,169,151)
#AAB6A7
(170,182,167)
#BAC3B7
(186,195,183)
#CAD0C7
(202,208,199)
#DADDD7
(218,221,215)
#EAEAE7
(234,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A6847; }

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

This text font color is #4A6847.


Background Color

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

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

This div background color is #4A6847.


Border color

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

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

This div border color is #4A6847.


Opacity

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

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

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

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

This text has shadow with #4A6847 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A6847 on black background.


Color preview on white background

This text has color #4A6847 on white background.



Black color preview on #4A6847 background

This text has black color on #4A6847 background.


White color preview on #4A6847 background

This text has white color on #4A6847 background.