COLOR #4A6939

HEX: #4A6939
RGB: (74,105,57)

Color info

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

RGB color model

#4A6939 color RGB value is (74,105,57).

  • red value is 74;
  • green value is 105;
  • blue value is 57.
RGB:
(74,105,57)
(29%,41%,22%)

RGB channels and saturation

R 74 of 255 = 29%
G 105 of 255 = 41%
B 57 of 255 = 22%

74
105
57

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

Portions of RGB colors in percentages

R + G + B =
74 + 105 + 57 = 236 (100%)
R 74 of 236 ~ 31.36%
G 105 of 236 ~ 44.49%
B 57 of 236 ~ 24.15%

%31.36
%44.49
%24.15

CMYK color model

#4A6939 color CMYK value is (30,0,46,59).

  • cyan value is 29.52%
  • magenta value is 0.00%
  • yellow value is 45.71%
  • key color value is 58.82%
CMYK:
(30,0,46,59)
C30M0Y46K59 
(30%,0%,46%,59%)
(0.30/0.00/0.46/0.59)	

CMYK percentages

%29.52
%0
%45.71
%58.82

Codes

Color #4A6939 in popluar color models

4A6939
RGB7410557
HSL99°29.63%31.76%
HSB/HSV99°45.71%41.18%
CMYK29.52%0.00%45.71%
58.82%

Color #4A6939 in popluar number systems.

HEX4A6939
Decimal7410557
Binary10010101101001111001
Octal11215171

Shades and tints

Shades of #4A6939

#4A6939
(74,105,57)
#446034
(68,96,52)
#3E572F
(62,87,47)
#384E2A
(56,78,42)
#324525
(50,69,37)
#2C3C20
(44,60,32)
#26331B
(38,51,27)
#202A16
(32,42,22)
#1A2111
(26,33,17)
#14180C
(20,24,12)
#0E0F07
(14,15,7)
#000000
(0,0,0)

Tints of #4A6939

#4A6939
(74,105,57)
#5A764B
(90,118,75)
#6A835D
(106,131,93)
#7A906F
(122,144,111)
#8A9D81
(138,157,129)
#9AAA93
(154,170,147)
#AAB7A5
(170,183,165)
#BAC4B7
(186,196,183)
#CAD1C9
(202,209,201)
#DADEDB
(218,222,219)
#EAEBED
(234,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A6939 color. Also use rgb(74,105,57) instead hex code.

Text Font Color

.myTextColor { color: #4A6939; }

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

This text font color is #4A6939.


Background Color

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

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

This div background color is #4A6939.


Border color

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

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

This div border color is #4A6939.


Opacity

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

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

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

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

This text has shadow with #4A6939 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A6939 on black background.


Color preview on white background

This text has color #4A6939 on white background.



Black color preview on #4A6939 background

This text has black color on #4A6939 background.


White color preview on #4A6939 background

This text has white color on #4A6939 background.