COLOR #4A716C

HEX: #4A716C
RGB: (74,113,108)

Color info

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

RGB color model

#4A716C color RGB value is (74,113,108).

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

RGB channels and saturation

R 74 of 255 = 29%
G 113 of 255 = 44%
B 108 of 255 = 42%

74
113
108

R + G + B ~ 38%. #4A716C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 113 + 108 = 295 (100%)
R 74 of 295 ~ 25.08%
G 113 of 295 ~ 38.31%
B 108 of 295 ~ 36.61%

%25.08
%38.31
%36.61

CMYK color model

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

  • cyan value is 34.51%
  • magenta value is 0.00%
  • yellow value is 4.42%
  • key color value is 55.69%
CMYK:
(35,0,4,56)
C35M0Y4K56 
(35%,0%,4%,56%)
(0.35/0.00/0.04/0.56)	

CMYK percentages

%34.51
%0
%4.42
%55.69

Codes

Color #4A716C in popluar color models

4A716C
RGB74113108
HSL172°20.86%36.67%
HSB/HSV172°34.51%44.31%
CMYK34.51%0.00%4.42%
55.69%

Color #4A716C in popluar number systems.

HEX4A716C
Decimal74113108
Binary100101011100011101100
Octal112161154

Shades and tints

Shades of #4A716C

#4A716C
(74,113,108)
#446763
(68,103,99)
#3E5D5A
(62,93,90)
#385351
(56,83,81)
#324948
(50,73,72)
#2C3F3F
(44,63,63)
#263536
(38,53,54)
#202B2D
(32,43,45)
#1A2124
(26,33,36)
#14171B
(20,23,27)
#0E0D12
(14,13,18)
#000000
(0,0,0)

Tints of #4A716C

#4A716C
(74,113,108)
#5A7D79
(90,125,121)
#6A8986
(106,137,134)
#7A9593
(122,149,147)
#8AA1A0
(138,161,160)
#9AADAD
(154,173,173)
#AAB9BA
(170,185,186)
#BAC5C7
(186,197,199)
#CAD1D4
(202,209,212)
#DADDE1
(218,221,225)
#EAE9EE
(234,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A716C; }

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

This text font color is #4A716C.


Background Color

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

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

This div background color is #4A716C.


Border color

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

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

This div border color is #4A716C.


Opacity

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

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

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

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

This text has shadow with #4A716C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A716C on black background.


Color preview on white background

This text has color #4A716C on white background.



Black color preview on #4A716C background

This text has black color on #4A716C background.


White color preview on #4A716C background

This text has white color on #4A716C background.