COLOR #4A706F

HEX: #4A706F
RGB: (74,112,111)

Color info

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

RGB color model

#4A706F color RGB value is (74,112,111).

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

RGB channels and saturation

R 74 of 255 = 29%
G 112 of 255 = 44%
B 111 of 255 = 44%

74
112
111

R + G + B ~ 39%. #4A706F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 112 + 111 = 297 (100%)
R 74 of 297 ~ 24.92%
G 112 of 297 ~ 37.71%
B 111 of 297 ~ 37.37%

%24.92
%37.71
%37.37

CMYK color model

#4A706F color CMYK value is (34,0,1,56).

  • cyan value is 33.93%
  • magenta value is 0.00%
  • yellow value is 0.89%
  • key color value is 56.08%
CMYK:
(34,0,1,56)
C34M0Y1K56 
(34%,0%,1%,56%)
(0.34/0.00/0.01/0.56)	

CMYK percentages

%33.93
%0
%0.89
%56.08

Codes

Color #4A706F in popluar color models

4A706F
RGB74112111
HSL178°20.43%36.47%
HSB/HSV178°33.93%43.92%
CMYK33.93%0.00%0.89%
56.08%

Color #4A706F in popluar number systems.

HEX4A706F
Decimal74112111
Binary100101011100001101111
Octal112160157

Shades and tints

Shades of #4A706F

#4A706F
(74,112,111)
#446665
(68,102,101)
#3E5C5B
(62,92,91)
#385251
(56,82,81)
#324847
(50,72,71)
#2C3E3D
(44,62,61)
#263433
(38,52,51)
#202A29
(32,42,41)
#1A201F
(26,32,31)
#141615
(20,22,21)
#0E0C0B
(14,12,11)
#000000
(0,0,0)

Tints of #4A706F

#4A706F
(74,112,111)
#5A7D7C
(90,125,124)
#6A8A89
(106,138,137)
#7A9796
(122,151,150)
#8AA4A3
(138,164,163)
#9AB1B0
(154,177,176)
#AABEBD
(170,190,189)
#BACBCA
(186,203,202)
#CAD8D7
(202,216,215)
#DAE5E4
(218,229,228)
#EAF2F1
(234,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A706F; }

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

This text font color is #4A706F.


Background Color

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

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

This div background color is #4A706F.


Border color

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

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

This div border color is #4A706F.


Opacity

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

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

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

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

This text has shadow with #4A706F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A706F on black background.


Color preview on white background

This text has color #4A706F on white background.



Black color preview on #4A706F background

This text has black color on #4A706F background.


White color preview on #4A706F background

This text has white color on #4A706F background.