COLOR #4A724C

HEX: #4A724C
RGB: (74,114,76)

Color info

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

RGB color model

#4A724C color RGB value is (74,114,76).

  • red value is 74;
  • green value is 114;
  • blue value is 76.
RGB:
(74,114,76)
(29%,45%,30%)

RGB channels and saturation

R 74 of 255 = 29%
G 114 of 255 = 45%
B 76 of 255 = 30%

74
114
76

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

Portions of RGB colors in percentages

R + G + B =
74 + 114 + 76 = 264 (100%)
R 74 of 264 ~ 28.03%
G 114 of 264 ~ 43.18%
B 76 of 264 ~ 28.79%

%28.03
%43.18
%28.79

CMYK color model

#4A724C color CMYK value is (35,0,33,55).

  • cyan value is 35.09%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 55.29%
CMYK:
(35,0,33,55)
C35M0Y33K55 
(35%,0%,33%,55%)
(0.35/0.00/0.33/0.55)	

CMYK percentages

%35.09
%0
%33.33
%55.29

Codes

Color #4A724C in popluar color models

4A724C
RGB7411476
HSL123°21.28%36.86%
HSB/HSV123°35.09%44.71%
CMYK35.09%0.00%33.33%
55.29%

Color #4A724C in popluar number systems.

HEX4A724C
Decimal7411476
Binary100101011100101001100
Octal112162114

Shades and tints

Shades of #4A724C

#4A724C
(74,114,76)
#446846
(68,104,70)
#3E5E40
(62,94,64)
#38543A
(56,84,58)
#324A34
(50,74,52)
#2C402E
(44,64,46)
#263628
(38,54,40)
#202C22
(32,44,34)
#1A221C
(26,34,28)
#141816
(20,24,22)
#0E0E10
(14,14,16)
#000000
(0,0,0)

Tints of #4A724C

#4A724C
(74,114,76)
#5A7E5C
(90,126,92)
#6A8A6C
(106,138,108)
#7A967C
(122,150,124)
#8AA28C
(138,162,140)
#9AAE9C
(154,174,156)
#AABAAC
(170,186,172)
#BAC6BC
(186,198,188)
#CAD2CC
(202,210,204)
#DADEDC
(218,222,220)
#EAEAEC
(234,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A724C color. Also use rgb(74,114,76) instead hex code.

Text Font Color

.myTextColor { color: #4A724C; }

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

This text font color is #4A724C.


Background Color

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

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

This div background color is #4A724C.


Border color

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

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

This div border color is #4A724C.


Opacity

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

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

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

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

This text has shadow with #4A724C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A724C on black background.


Color preview on white background

This text has color #4A724C on white background.



Black color preview on #4A724C background

This text has black color on #4A724C background.


White color preview on #4A724C background

This text has white color on #4A724C background.