COLOR #4A7156

HEX: #4A7156
RGB: (74,113,86)

Color info

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

RGB color model

#4A7156 color RGB value is (74,113,86).

  • red value is 74;
  • green value is 113;
  • blue value is 86.
RGB:
(74,113,86)
(29%,44%,34%)

RGB channels and saturation

R 74 of 255 = 29%
G 113 of 255 = 44%
B 86 of 255 = 34%

74
113
86

R + G + B ~ 36%. #4A7156 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 113 + 86 = 273 (100%)
R 74 of 273 ~ 27.11%
G 113 of 273 ~ 41.39%
B 86 of 273 ~ 31.5%

%27.11
%41.39
%31.5

CMYK color model

#4A7156 color CMYK value is (35,0,24,56).

  • cyan value is 34.51%
  • magenta value is 0.00%
  • yellow value is 23.89%
  • key color value is 55.69%
CMYK:
(35,0,24,56)
C35M0Y24K56 
(35%,0%,24%,56%)
(0.35/0.00/0.24/0.56)	

CMYK percentages

%34.51
%0
%23.89
%55.69

Codes

Color #4A7156 in popluar color models

4A7156
RGB7411386
HSL138°20.86%36.67%
HSB/HSV138°34.51%44.31%
CMYK34.51%0.00%23.89%
55.69%

Color #4A7156 in popluar number systems.

HEX4A7156
Decimal7411386
Binary100101011100011010110
Octal112161126

Shades and tints

Shades of #4A7156

#4A7156
(74,113,86)
#44674F
(68,103,79)
#3E5D48
(62,93,72)
#385341
(56,83,65)
#32493A
(50,73,58)
#2C3F33
(44,63,51)
#26352C
(38,53,44)
#202B25
(32,43,37)
#1A211E
(26,33,30)
#141717
(20,23,23)
#0E0D10
(14,13,16)
#000000
(0,0,0)

Tints of #4A7156

#4A7156
(74,113,86)
#5A7D65
(90,125,101)
#6A8974
(106,137,116)
#7A9583
(122,149,131)
#8AA192
(138,161,146)
#9AADA1
(154,173,161)
#AAB9B0
(170,185,176)
#BAC5BF
(186,197,191)
#CAD1CE
(202,209,206)
#DADDDD
(218,221,221)
#EAE9EC
(234,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A7156 color. Also use rgb(74,113,86) instead hex code.

Text Font Color

.myTextColor { color: #4A7156; }

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

This text font color is #4A7156.


Background Color

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

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

This div background color is #4A7156.


Border color

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

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

This div border color is #4A7156.


Opacity

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

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

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

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

This text has shadow with #4A7156 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A7156 on black background.


Color preview on white background

This text has color #4A7156 on white background.



Black color preview on #4A7156 background

This text has black color on #4A7156 background.


White color preview on #4A7156 background

This text has white color on #4A7156 background.