COLOR #4A716A

HEX: #4A716A RGB: (74,113,106)

Color info

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

RGB color model

#4A716A color RGB value is (74,113,106).

RGB: (74,113,106) (29%, 44%, 42%)

RGB channels and saturation

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

74
113
106

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

Portions of RGB colors in percentages

R + G + B = 74 + 113 + 106 = 293 (100%)
R 74 of 293 ~ 25.26%
G 113 of 293 ~ 38.57%
B 106 of 293 ~ 36.18'%

%25.26
%38.57
%36.18

CMYK color model

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

  • cyan value is 34.51%
  • magenta value is 0.00%
  • yellow value is 6.19%
  • key color value is 55.69%

CMYK: (35,0,6,56)
C35M0Y6K56 (35%, 0%, 6%, 56%)
(0.35 / 0.00 / 0.06 / 0.56)

CMYK percentages

%34.51
%0
%6.19
%55.69

Codes

Color #4A716A in popluar color models

4A 71 6A
RGB 74 113 106
HSL 169° 20.86% 36.67%
HSB/HSV 169° 34.51% 44.31%
CMYK 34.51% 0.00% 6.19%
55.69%

Color #4A716A in popluar number systems.

HEX 4A 71 6A
Decimal 74 113 106
Binary 1001010 1110001 1101010
Octal 112 161 152

Shades and tints

Shades of #4A716A

#4A716A
(74,113,106)
#446761
(68,103,97)
#3E5D58
(62,93,88)
#38534F
(56,83,79)
#324946
(50,73,70)
#2C3F3D
(44,63,61)
#263534
(38,53,52)
#202B2B
(32,43,43)
#1A2122
(26,33,34)
#141719
(20,23,25)
#0E0D10
(14,13,16)
#000000
(0,0,0)

Tints of #4A716A

#4A716A
(74,113,106)
#5A7D77
(90,125,119)
#6A8984
(106,137,132)
#7A9591
(122,149,145)
#8AA19E
(138,161,158)
#9AADAB
(154,173,171)
#AAB9B8
(170,185,184)
#BAC5C5
(186,197,197)
#CAD1D2
(202,209,210)
#DADDDF
(218,221,223)
#EAE9EC
(234,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A716A; }

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

This text font color is #4A716A.

Background Color

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

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

This div background color is #4A716A.

Border color

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

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

This div border color is #4A716A.

Opacity

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

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

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

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

This text has shadow with #4A716A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A716A.

Preview

Color preview on black background

This text has color #4A716A on black background.


Color preview on white background

This text has color #4A716A on white background.


Black color preview on #4A716A background

This text has black color on #4A716A background.


White color preview on #4A716A background

This text has white color on #4A716A background.


Related colors

Complementary color

Complementary color for #hex is #B58E95.


I love getcolorcode.com

Triadic colors

1 #6A4A71 and #716A4A with #4A716A are triadic colors.

2 #6A714A and #714A6A with #4A716A are triadic colors.