COLOR #4A7B31

HEX: #4A7B31
RGB: (74,123,49)

Color info

#4A7B31 contains mainly red and green colors. Web safe color of #4A7B31 is #336633 (or #363).

RGB color model

#4A7B31 color RGB value is (74,123,49).

  • red value is 74;
  • green value is 123;
  • blue value is 49.
RGB:
(74,123,49)
(29%,48%,19%)

RGB channels and saturation

R 74 of 255 = 29%
G 123 of 255 = 48%
B 49 of 255 = 19%

74
123
49

R + G + B ~ 32%. #4A7B31 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 123 + 49 = 246 (100%)
R 74 of 246 ~ 30.08%
G 123 of 246 ~ 50%
B 49 of 246 ~ 19.92%

%30.08
%50
%19.92

CMYK color model

#4A7B31 color CMYK value is (40,0,60,52).

  • cyan value is 39.84%
  • magenta value is 0.00%
  • yellow value is 60.16%
  • key color value is 51.76%
CMYK:
(40,0,60,52)
C40M0Y60K52 
(40%,0%,60%,52%)
(0.40/0.00/0.60/0.52)	

CMYK percentages

%39.84
%0
%60.16
%51.76

Codes

Color #4A7B31 in popluar color models

4A7B31
RGB7412349
HSL100°43.02%33.73%
HSB/HSV100°60.16%48.24%
CMYK39.84%0.00%60.16%
51.76%

Color #4A7B31 in popluar number systems.

HEX4A7B31
Decimal7412349
Binary10010101111011110001
Octal11217361

Shades and tints

Shades of #4A7B31

#4A7B31
(74,123,49)
#44702D
(68,112,45)
#3E6529
(62,101,41)
#385A25
(56,90,37)
#324F21
(50,79,33)
#2C441D
(44,68,29)
#263919
(38,57,25)
#202E15
(32,46,21)
#1A2311
(26,35,17)
#14180D
(20,24,13)
#0E0D09
(14,13,9)
#000000
(0,0,0)

Tints of #4A7B31

#4A7B31
(74,123,49)
#5A8743
(90,135,67)
#6A9355
(106,147,85)
#7A9F67
(122,159,103)
#8AAB79
(138,171,121)
#9AB78B
(154,183,139)
#AAC39D
(170,195,157)
#BACFAF
(186,207,175)
#CADBC1
(202,219,193)
#DAE7D3
(218,231,211)
#EAF3E5
(234,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A7B31 color. Also use rgb(74,123,49) instead hex code.

Text Font Color

.myTextColor { color: #4A7B31; }

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

This text font color is #4A7B31.


Background Color

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

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

This div background color is #4A7B31.


Border color

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

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

This div border color is #4A7B31.


Opacity

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

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

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

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

This text has shadow with #4A7B31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A7B31 on black background.


Color preview on white background

This text has color #4A7B31 on white background.



Black color preview on #4A7B31 background

This text has black color on #4A7B31 background.


White color preview on #4A7B31 background

This text has white color on #4A7B31 background.