COLOR #4A4946

HEX: #4A4946
RGB: (74,73,70)

Color info

#4A4946 contains red, green and blue colors in about the same proportion. Web safe color of #4A4946 is #333333 (or #333).

RGB color model

#4A4946 color RGB value is (74,73,70).

  • red value is 74;
  • green value is 73;
  • blue value is 70.
RGB:
(74,73,70)
(29%,29%,27%)

RGB channels and saturation

R 74 of 255 = 29%
G 73 of 255 = 29%
B 70 of 255 = 27%

74
73
70

R + G + B ~ 28%. #4A4946 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 73 + 70 = 217 (100%)
R 74 of 217 ~ 34.1%
G 73 of 217 ~ 33.64%
B 70 of 217 ~ 32.26%

%34.1
%33.64
%32.26

CMYK color model

#4A4946 color CMYK value is (0,1,5,71).

  • cyan value is 0.00%
  • magenta value is 1.35%
  • yellow value is 5.41%
  • key color value is 70.98%
CMYK:
(0,1,5,71)
C0M1Y5K71 
(0%,1%,5%,71%)
(0.00/0.01/0.05/0.71)	

CMYK percentages

%0
%1.35
%5.41
%70.98

Codes

Color #4A4946 in popluar color models

4A4946
RGB747370
HSL45°2.78%28.24%
HSB/HSV45°5.41%29.02%
CMYK0.00%1.35%5.41%
70.98%

Color #4A4946 in popluar number systems.

HEX4A4946
Decimal747370
Binary100101010010011000110
Octal112111106

Shades and tints

Shades of #4A4946

#4A4946
(74,73,70)
#444340
(68,67,64)
#3E3D3A
(62,61,58)
#383734
(56,55,52)
#32312E
(50,49,46)
#2C2B28
(44,43,40)
#262522
(38,37,34)
#201F1C
(32,31,28)
#1A1916
(26,25,22)
#141310
(20,19,16)
#0E0D0A
(14,13,10)
#000000
(0,0,0)

Tints of #4A4946

#4A4946
(74,73,70)
#5A5956
(90,89,86)
#6A6966
(106,105,102)
#7A7976
(122,121,118)
#8A8986
(138,137,134)
#9A9996
(154,153,150)
#AAA9A6
(170,169,166)
#BAB9B6
(186,185,182)
#CAC9C6
(202,201,198)
#DAD9D6
(218,217,214)
#EAE9E6
(234,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A4946 color. Also use rgb(74,73,70) instead hex code.

Text Font Color

.myTextColor { color: #4A4946; }

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

This text font color is #4A4946.


Background Color

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

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

This div background color is #4A4946.


Border color

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

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

This div border color is #4A4946.


Opacity

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

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

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

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

This text has shadow with #4A4946 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A4946 on black background.


Color preview on white background

This text has color #4A4946 on white background.



Black color preview on #4A4946 background

This text has black color on #4A4946 background.


White color preview on #4A4946 background

This text has white color on #4A4946 background.