COLOR #4A716E

HEX: #4A716E
RGB: (74,113,110)

Color info

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

RGB color model

#4A716E color RGB value is (74,113,110).

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

RGB channels and saturation

R 74 of 255 = 29%
G 113 of 255 = 44%
B 110 of 255 = 43%

74
113
110

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

Portions of RGB colors in percentages

R + G + B =
74 + 113 + 110 = 297 (100%)
R 74 of 297 ~ 24.92%
G 113 of 297 ~ 38.05%
B 110 of 297 ~ 37.04%

%24.92
%38.05
%37.04

CMYK color model

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

  • cyan value is 34.51%
  • magenta value is 0.00%
  • yellow value is 2.65%
  • key color value is 55.69%
CMYK:
(35,0,3,56)
C35M0Y3K56 
(35%,0%,3%,56%)
(0.35/0.00/0.03/0.56)	

CMYK percentages

%34.51
%0
%2.65
%55.69

Codes

Color #4A716E in popluar color models

4A716E
RGB74113110
HSL175°20.86%36.67%
HSB/HSV175°34.51%44.31%
CMYK34.51%0.00%2.65%
55.69%

Color #4A716E in popluar number systems.

HEX4A716E
Decimal74113110
Binary100101011100011101110
Octal112161156

Shades and tints

Shades of #4A716E

#4A716E
(74,113,110)
#446764
(68,103,100)
#3E5D5A
(62,93,90)
#385350
(56,83,80)
#324946
(50,73,70)
#2C3F3C
(44,63,60)
#263532
(38,53,50)
#202B28
(32,43,40)
#1A211E
(26,33,30)
#141714
(20,23,20)
#0E0D0A
(14,13,10)
#000000
(0,0,0)

Tints of #4A716E

#4A716E
(74,113,110)
#5A7D7B
(90,125,123)
#6A8988
(106,137,136)
#7A9595
(122,149,149)
#8AA1A2
(138,161,162)
#9AADAF
(154,173,175)
#AAB9BC
(170,185,188)
#BAC5C9
(186,197,201)
#CAD1D6
(202,209,214)
#DADDE3
(218,221,227)
#EAE9F0
(234,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A716E; }

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

This text font color is #4A716E.


Background Color

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

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

This div background color is #4A716E.


Border color

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

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

This div border color is #4A716E.


Opacity

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

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

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

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

This text has shadow with #4A716E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A716E on black background.


Color preview on white background

This text has color #4A716E on white background.



Black color preview on #4A716E background

This text has black color on #4A716E background.


White color preview on #4A716E background

This text has white color on #4A716E background.