COLOR #4A564F

HEX: #4A564F
RGB: (74,86,79)

Color info

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

RGB color model

#4A564F color RGB value is (74,86,79).

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

RGB channels and saturation

R 74 of 255 = 29%
G 86 of 255 = 34%
B 79 of 255 = 31%

74
86
79

R + G + B ~ 31%. #4A564F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 86 + 79 = 239 (100%)
R 74 of 239 ~ 30.96%
G 86 of 239 ~ 35.98%
B 79 of 239 ~ 33.05%

%30.96
%35.98
%33.05

CMYK color model

#4A564F color CMYK value is (14,0,8,66).

  • cyan value is 13.95%
  • magenta value is 0.00%
  • yellow value is 8.14%
  • key color value is 66.27%
CMYK:
(14,0,8,66)
C14M0Y8K66 
(14%,0%,8%,66%)
(0.14/0.00/0.08/0.66)	

CMYK percentages

%13.95
%0
%8.14
%66.27

Codes

Color #4A564F in popluar color models

4A564F
RGB748679
HSL145°7.50%31.37%
HSB/HSV145°13.95%33.73%
CMYK13.95%0.00%8.14%
66.27%

Color #4A564F in popluar number systems.

HEX4A564F
Decimal748679
Binary100101010101101001111
Octal112126117

Shades and tints

Shades of #4A564F

#4A564F
(74,86,79)
#444F48
(68,79,72)
#3E4841
(62,72,65)
#38413A
(56,65,58)
#323A33
(50,58,51)
#2C332C
(44,51,44)
#262C25
(38,44,37)
#20251E
(32,37,30)
#1A1E17
(26,30,23)
#141710
(20,23,16)
#0E1009
(14,16,9)
#000000
(0,0,0)

Tints of #4A564F

#4A564F
(74,86,79)
#5A655F
(90,101,95)
#6A746F
(106,116,111)
#7A837F
(122,131,127)
#8A928F
(138,146,143)
#9AA19F
(154,161,159)
#AAB0AF
(170,176,175)
#BABFBF
(186,191,191)
#CACECF
(202,206,207)
#DADDDF
(218,221,223)
#EAECEF
(234,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A564F; }

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

This text font color is #4A564F.


Background Color

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

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

This div background color is #4A564F.


Border color

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

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

This div border color is #4A564F.


Opacity

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

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

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

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

This text has shadow with #4A564F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A564F on black background.


Color preview on white background

This text has color #4A564F on white background.



Black color preview on #4A564F background

This text has black color on #4A564F background.


White color preview on #4A564F background

This text has white color on #4A564F background.