COLOR #4A6F3F

HEX: #4A6F3F
RGB: (74,111,63)

Color info

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

RGB color model

#4A6F3F color RGB value is (74,111,63).

  • red value is 74;
  • green value is 111;
  • blue value is 63.
RGB:
(74,111,63)
(29%,44%,25%)

RGB channels and saturation

R 74 of 255 = 29%
G 111 of 255 = 44%
B 63 of 255 = 25%

74
111
63

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

Portions of RGB colors in percentages

R + G + B =
74 + 111 + 63 = 248 (100%)
R 74 of 248 ~ 29.84%
G 111 of 248 ~ 44.76%
B 63 of 248 ~ 25.4%

%29.84
%44.76
%25.4

CMYK color model

#4A6F3F color CMYK value is (33,0,43,56).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 43.24%
  • key color value is 56.47%
CMYK:
(33,0,43,56)
C33M0Y43K56 
(33%,0%,43%,56%)
(0.33/0.00/0.43/0.56)	

CMYK percentages

%33.33
%0
%43.24
%56.47

Codes

Color #4A6F3F in popluar color models

4A6F3F
RGB7411163
HSL106°27.59%34.12%
HSB/HSV106°43.24%43.53%
CMYK33.33%0.00%43.24%
56.47%

Color #4A6F3F in popluar number systems.

HEX4A6F3F
Decimal7411163
Binary10010101101111111111
Octal11215777

Shades and tints

Shades of #4A6F3F

#4A6F3F
(74,111,63)
#44653A
(68,101,58)
#3E5B35
(62,91,53)
#385130
(56,81,48)
#32472B
(50,71,43)
#2C3D26
(44,61,38)
#263321
(38,51,33)
#20291C
(32,41,28)
#1A1F17
(26,31,23)
#141512
(20,21,18)
#0E0B0D
(14,11,13)
#000000
(0,0,0)

Tints of #4A6F3F

#4A6F3F
(74,111,63)
#5A7C50
(90,124,80)
#6A8961
(106,137,97)
#7A9672
(122,150,114)
#8AA383
(138,163,131)
#9AB094
(154,176,148)
#AABDA5
(170,189,165)
#BACAB6
(186,202,182)
#CAD7C7
(202,215,199)
#DAE4D8
(218,228,216)
#EAF1E9
(234,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A6F3F color. Also use rgb(74,111,63) instead hex code.

Text Font Color

.myTextColor { color: #4A6F3F; }

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

This text font color is #4A6F3F.


Background Color

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

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

This div background color is #4A6F3F.


Border color

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

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

This div border color is #4A6F3F.


Opacity

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

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

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

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

This text has shadow with #4A6F3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A6F3F on black background.


Color preview on white background

This text has color #4A6F3F on white background.



Black color preview on #4A6F3F background

This text has black color on #4A6F3F background.


White color preview on #4A6F3F background

This text has white color on #4A6F3F background.