COLOR #4A734F

HEX: #4A734F
RGB: (74,115,79)

Color info

#4A734F contains red, green and blue colors in about the same proportion. Web safe color of #4A734F is #336666 (or #366).

RGB color model

#4A734F color RGB value is (74,115,79).

  • red value is 74;
  • green value is 115;
  • blue value is 79.
RGB: (74,115,79) (29%,45%,31%)

RGB channels and saturation

R 74 of 255 = 29%
G 115 of 255 = 45%
B 79 of 255 = 31%

74
115
79

R + G + B ~ 35%. #4A734F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 115 + 79 = 268 (100%)
R 74 of 268 ~ 27.61%
G 115 of 268 ~ 42.91%
B 79 of 268 ~ 29.48%

%27.61
%42.91
%29.48

CMYK color model

#4A734F color CMYK value is (36,0,31,55).

  • cyan value is 35.65%
  • magenta value is 0.00%
  • yellow value is 31.30%
  • key color value is 54.90%
CMYK: (36,0,31,55) C36M0Y31K55 (36%,0%,31%,55%) (0.36/0.00/0.31/0.55)

CMYK percentages

%35.65
%0
%31.3
%54.9

Codes

Color #4A734F in popluar color models

4A734F
RGB7411579
HSL127°21.69%37.06%
HSB/HSV127°35.65%45.10%
CMYK35.65%0.00%31.30%
54.90%

Color #4A734F in popluar number systems.

HEX4A734F
Decimal7411579
Binary100101011100111001111
Octal112163117

Shades and tints

Shades of #4A734F

#4A734F
(74,115,79)
#446948
(68,105,72)
#3E5F41
(62,95,65)
#38553A
(56,85,58)
#324B33
(50,75,51)
#2C412C
(44,65,44)
#263725
(38,55,37)
#202D1E
(32,45,30)
#1A2317
(26,35,23)
#141910
(20,25,16)
#0E0F09
(14,15,9)
#000000
(0,0,0)

Tints of #4A734F

#4A734F
(74,115,79)
#5A7F5F
(90,127,95)
#6A8B6F
(106,139,111)
#7A977F
(122,151,127)
#8AA38F
(138,163,143)
#9AAF9F
(154,175,159)
#AABBAF
(170,187,175)
#BAC7BF
(186,199,191)
#CAD3CF
(202,211,207)
#DADFDF
(218,223,223)
#EAEBEF
(234,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A734F color. Also use rgb(74,115,79) instead hex code.

Text Font Color

.myTextColor { color: #4A734F; }

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

This text font color is #4A734F.


Background Color

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

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

This div background color is #4A734F.


Border color

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

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

This div border color is #4A734F.


Opacity

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

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

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

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

This text has shadow with #4A734F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #4A734F on black background.


Color preview on white background

This text has color #4A734F on white background.



Black color preview on #4A734F background

This text has black color on #4A734F background.


White color preview on #4A734F background

This text has white color on #4A734F background.