COLOR #4A514F

HEX: #4A514F
RGB: (74,81,79)

Color info

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

RGB color model

#4A514F color RGB value is (74,81,79).

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

RGB channels and saturation

R 74 of 255 = 29%
G 81 of 255 = 32%
B 79 of 255 = 31%

74
81
79

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

Portions of RGB colors in percentages

R + G + B =
74 + 81 + 79 = 234 (100%)
R 74 of 234 ~ 31.62%
G 81 of 234 ~ 34.62%
B 79 of 234 ~ 33.76%

%31.62
%34.62
%33.76

CMYK color model

#4A514F color CMYK value is (9,0,2,68).

  • cyan value is 8.64%
  • magenta value is 0.00%
  • yellow value is 2.47%
  • key color value is 68.24%
CMYK:
(9,0,2,68)
C9M0Y2K68 
(9%,0%,2%,68%)
(0.09/0.00/0.02/0.68)	

CMYK percentages

%8.64
%0
%2.47
%68.24

Codes

Color #4A514F in popluar color models

4A514F
RGB748179
HSL163°4.52%30.39%
HSB/HSV163°8.64%31.76%
CMYK8.64%0.00%2.47%
68.24%

Color #4A514F in popluar number systems.

HEX4A514F
Decimal748179
Binary100101010100011001111
Octal112121117

Shades and tints

Shades of #4A514F

#4A514F
(74,81,79)
#444A48
(68,74,72)
#3E4341
(62,67,65)
#383C3A
(56,60,58)
#323533
(50,53,51)
#2C2E2C
(44,46,44)
#262725
(38,39,37)
#20201E
(32,32,30)
#1A1917
(26,25,23)
#141210
(20,18,16)
#0E0B09
(14,11,9)
#000000
(0,0,0)

Tints of #4A514F

#4A514F
(74,81,79)
#5A605F
(90,96,95)
#6A6F6F
(106,111,111)
#7A7E7F
(122,126,127)
#8A8D8F
(138,141,143)
#9A9C9F
(154,156,159)
#AAABAF
(170,171,175)
#BABABF
(186,186,191)
#CAC9CF
(202,201,207)
#DAD8DF
(218,216,223)
#EAE7EF
(234,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A514F; }

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

This text font color is #4A514F.


Background Color

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

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

This div background color is #4A514F.


Border color

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

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

This div border color is #4A514F.


Opacity

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

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

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

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

This text has shadow with #4A514F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A514F on black background.


Color preview on white background

This text has color #4A514F on white background.



Black color preview on #4A514F background

This text has black color on #4A514F background.


White color preview on #4A514F background

This text has white color on #4A514F background.