COLOR #4A5B4F

HEX: #4A5B4F
RGB: (74,91,79)

Color info

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

RGB color model

#4A5B4F color RGB value is (74,91,79).

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

RGB channels and saturation

R 74 of 255 = 29%
G 91 of 255 = 36%
B 79 of 255 = 31%

74
91
79

R + G + B ~ 32%. #4A5B4F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 91 + 79 = 244 (100%)
R 74 of 244 ~ 30.33%
G 91 of 244 ~ 37.3%
B 79 of 244 ~ 32.38%

%30.33
%37.3
%32.38

CMYK color model

#4A5B4F color CMYK value is (19,0,13,64).

  • cyan value is 18.68%
  • magenta value is 0.00%
  • yellow value is 13.19%
  • key color value is 64.31%
CMYK:
(19,0,13,64)
C19M0Y13K64 
(19%,0%,13%,64%)
(0.19/0.00/0.13/0.64)	

CMYK percentages

%18.68
%0
%13.19
%64.31

Codes

Color #4A5B4F in popluar color models

4A5B4F
RGB749179
HSL138°10.30%32.35%
HSB/HSV138°18.68%35.69%
CMYK18.68%0.00%13.19%
64.31%

Color #4A5B4F in popluar number systems.

HEX4A5B4F
Decimal749179
Binary100101010110111001111
Octal112133117

Shades and tints

Shades of #4A5B4F

#4A5B4F
(74,91,79)
#445348
(68,83,72)
#3E4B41
(62,75,65)
#38433A
(56,67,58)
#323B33
(50,59,51)
#2C332C
(44,51,44)
#262B25
(38,43,37)
#20231E
(32,35,30)
#1A1B17
(26,27,23)
#141310
(20,19,16)
#0E0B09
(14,11,9)
#000000
(0,0,0)

Tints of #4A5B4F

#4A5B4F
(74,91,79)
#5A695F
(90,105,95)
#6A776F
(106,119,111)
#7A857F
(122,133,127)
#8A938F
(138,147,143)
#9AA19F
(154,161,159)
#AAAFAF
(170,175,175)
#BABDBF
(186,189,191)
#CACBCF
(202,203,207)
#DAD9DF
(218,217,223)
#EAE7EF
(234,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A5B4F; }

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

This text font color is #4A5B4F.


Background Color

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

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

This div background color is #4A5B4F.


Border color

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

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

This div border color is #4A5B4F.


Opacity

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

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

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

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

This text has shadow with #4A5B4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A5B4F on black background.


Color preview on white background

This text has color #4A5B4F on white background.



Black color preview on #4A5B4F background

This text has black color on #4A5B4F background.


White color preview on #4A5B4F background

This text has white color on #4A5B4F background.