COLOR #4A6D37

HEX: #4A6D37
RGB: (74,109,55)

Color info

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

RGB color model

#4A6D37 color RGB value is (74,109,55).

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

RGB channels and saturation

R 74 of 255 = 29%
G 109 of 255 = 43%
B 55 of 255 = 22%

74
109
55

R + G + B ~ 31%. #4A6D37 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 109 + 55 = 238 (100%)
R 74 of 238 ~ 31.09%
G 109 of 238 ~ 45.8%
B 55 of 238 ~ 23.11%

%31.09
%45.8
%23.11

CMYK color model

#4A6D37 color CMYK value is (32,0,50,57).

  • cyan value is 32.11%
  • magenta value is 0.00%
  • yellow value is 49.54%
  • key color value is 57.25%
CMYK:
(32,0,50,57)
C32M0Y50K57 
(32%,0%,50%,57%)
(0.32/0.00/0.50/0.57)	

CMYK percentages

%32.11
%0
%49.54
%57.25

Codes

Color #4A6D37 in popluar color models

4A6D37
RGB7410955
HSL99°32.93%32.16%
HSB/HSV99°49.54%42.75%
CMYK32.11%0.00%49.54%
57.25%

Color #4A6D37 in popluar number systems.

HEX4A6D37
Decimal7410955
Binary10010101101101110111
Octal11215567

Shades and tints

Shades of #4A6D37

#4A6D37
(74,109,55)
#446432
(68,100,50)
#3E5B2D
(62,91,45)
#385228
(56,82,40)
#324923
(50,73,35)
#2C401E
(44,64,30)
#263719
(38,55,25)
#202E14
(32,46,20)
#1A250F
(26,37,15)
#141C0A
(20,28,10)
#0E1305
(14,19,5)
#000000
(0,0,0)

Tints of #4A6D37

#4A6D37
(74,109,55)
#5A7A49
(90,122,73)
#6A875B
(106,135,91)
#7A946D
(122,148,109)
#8AA17F
(138,161,127)
#9AAE91
(154,174,145)
#AABBA3
(170,187,163)
#BAC8B5
(186,200,181)
#CAD5C7
(202,213,199)
#DAE2D9
(218,226,217)
#EAEFEB
(234,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A6D37; }

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

This text font color is #4A6D37.


Background Color

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

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

This div background color is #4A6D37.


Border color

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

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

This div border color is #4A6D37.


Opacity

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

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

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

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

This text has shadow with #4A6D37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A6D37 on black background.


Color preview on white background

This text has color #4A6D37 on white background.



Black color preview on #4A6D37 background

This text has black color on #4A6D37 background.


White color preview on #4A6D37 background

This text has white color on #4A6D37 background.